Skip to content
This repository was archived by the owner on Nov 16, 2022. It is now read-only.

Commit e8c4841

Browse files
committed
[Documentation] Added orders to groups.
1 parent f5a1098 commit e8c4841

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/Documentation.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,13 @@ export default function Documentation() {
105105
<MaterialDocsLanding/>
106106
</Landing>
107107
<DocsPages>
108-
<PagesGroup name={"Getting started"}>
108+
<PagesGroup name={"Getting started"} order={1}>
109109
<Installation/>
110110
</PagesGroup>
111-
<PagesGroup name={"Components"}>
111+
<PagesGroup name={"Tutorials"} order={2}>
112+
<CreatingMaterialDocs/>
113+
</PagesGroup>
114+
<PagesGroup name={"Components"} order={3}>
112115
<CodeDemo/>
113116
<ListsDemo/>
114117
<LayoutDemo/>
@@ -118,7 +121,7 @@ export default function Documentation() {
118121
<ImagesDemo/>
119122
<TablesDemo/>
120123
</PagesGroup>
121-
<PagesGroup name={"Component APIs"}>
124+
<PagesGroup name={"Component APIs"} order={4}>
122125
<DocsLayoutAPI/>
123126
<DocsPageAPI/>
124127
<DemoWithCodeAPI/>
@@ -156,10 +159,10 @@ export default function Documentation() {
156159
<TagableAPI/>
157160
</PagesGroup>
158161
</PagesGroup>
159-
<PagesGroup name={"Tutorials"}>
160-
<CreatingMaterialDocs/>
162+
<PagesGroup name={"System"} order={5}>
163+
161164
</PagesGroup>
162-
<PagesGroup name={"Extensions"}>
165+
<PagesGroup name={"Extensions"} order={6}>
163166
<PagesGroup name={"React Components Docs Extension"}>
164167
<ReactComponentApiPageDemo/>
165168
<PagesGroup name={"Component API"}>
@@ -169,9 +172,6 @@ export default function Documentation() {
169172
</PagesGroup>
170173
</PagesGroup>
171174
</PagesGroup>
172-
<PagesGroup name={"System"}>
173-
174-
</PagesGroup>
175175
</DocsPages>
176176
</DocsLayout>
177177
);

0 commit comments

Comments
 (0)