Skip to content

Commit

Permalink
docs: move deprecation notices down the navbar (#13201)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jweissig authored and actions-user committed Nov 18, 2021
1 parent a32a17c commit a5563d8
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions website/data/docs-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,6 @@
{
"divider": true
},
{
"title": "Feature Deprecation Notice and Plans",
"routes": [
{
"title": "Overview",
"path": "deprecation"
},
{
"title": "FAQ",
"path": "deprecation/faq"
}
]
},
{
"title": "Browser Support",
"path": "browser-support"
Expand Down Expand Up @@ -1745,7 +1732,22 @@
{
"divider": true
},

{
"title": "Deprecation Notices",
"routes": [
{
"title": "Overview",
"path": "deprecation"
},
{
"title": "FAQ",
"path": "deprecation/faq"
}
]
},
{
"divider": true
},
{
"title": "Glossary",
"path": "glossary"
Expand Down

0 comments on commit a5563d8

Please sign in to comment.