Skip to content

Commit a5563d8

Browse files
jweissigactions-user
authored andcommitted
docs: move deprecation notices down the navbar (#13201)
Moved from one of the first items in the navbar down to one of the last. They are not high priority information and should be grouped with upgrade and release notes.
1 parent a32a17c commit a5563d8

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

website/data/docs-nav-data.json

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,6 @@
1111
{
1212
"divider": true
1313
},
14-
{
15-
"title": "Feature Deprecation Notice and Plans",
16-
"routes": [
17-
{
18-
"title": "Overview",
19-
"path": "deprecation"
20-
},
21-
{
22-
"title": "FAQ",
23-
"path": "deprecation/faq"
24-
}
25-
]
26-
},
2714
{
2815
"title": "Browser Support",
2916
"path": "browser-support"
@@ -1745,7 +1732,22 @@
17451732
{
17461733
"divider": true
17471734
},
1748-
1735+
{
1736+
"title": "Deprecation Notices",
1737+
"routes": [
1738+
{
1739+
"title": "Overview",
1740+
"path": "deprecation"
1741+
},
1742+
{
1743+
"title": "FAQ",
1744+
"path": "deprecation/faq"
1745+
}
1746+
]
1747+
},
1748+
{
1749+
"divider": true
1750+
},
17491751
{
17501752
"title": "Glossary",
17511753
"path": "glossary"

0 commit comments

Comments
 (0)