You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,16 @@ These are the markdown sources for all of the [Parse SDK guides](https://parse-c
11
11
12
12
## Repository Structure
13
13
14
-
The guides are organized by platform. Each platform directory contains a set of markdown files, one for each main section in the guide.
14
+
The guides are organized by platform inside the _includes directory. Each platform directory contains a set of markdown files, one for each main section in the guide.
15
15
16
16
.
17
-
├── {platform}
18
-
│ └── {section}
19
-
└── common
20
-
└── {section}
17
+
└── _includes
18
+
├── {platform}
19
+
│ └── {section}
20
+
└── common
21
+
└── {section}
21
22
22
-
For example, `/ios/` contains all of sections for the iOS guide. There is also a `common` folder that contains content that is shared amongst all of the guides. It helps us avoid duplicating content unnecessarily.
23
+
For example, `/_includes/ios/` contains all of sections for the iOS guide. There is also a `/_includes/common` folder that contains content that is shared amongst all of the guides. It helps us avoid duplicating content unnecessarily.
0 commit comments