Skip to content

Commit c8b2ace

Browse files
committed
adds experimental topic to docs nav
1 parent 30e1f40 commit c8b2ace

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/collections/Docs/topicOrder.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// THIS FILE IS GENERATED INTO A JS FILE FOR THE LOCAL FETCH DOCS SCRIPT TO USE
2-
// DO NOT MODIFY THE JS FILE DIRECTLY, ONLY MODIFY THE TS SOURCE FILE
1+
// UPDATE THIS FILE WHEN ADDING A NEW TOPIC FOR DOCS
32

43
type TopicOrder = {
54
[version: string]: {
@@ -29,6 +28,7 @@ export const topicOrder: TopicOrder = {
2928
'Upload',
3029
'Email',
3130
'TypeScript',
31+
'Experimental',
3232
],
3333
},
3434
{
@@ -66,6 +66,7 @@ export const topicOrder: TopicOrder = {
6666
'Trash',
6767
'Troubleshooting',
6868
'TypeScript',
69+
'Experimental',
6970
],
7071
},
7172
{

0 commit comments

Comments
 (0)