Skip to content

Commit 6e40c3a

Browse files
committed
docs: make duplicate CLI page redirects permanent and drop duplicate nav entry
1 parent fc97624 commit 6e40c3a

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

docs/docs.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,6 @@
192192
}
193193
]
194194
},
195-
{
196-
"group": "Development",
197-
"pages": [
198-
"cli-dev-commands"
199-
]
200-
},
201195
{
202196
"group": "Deployment",
203197
"pages": [
@@ -748,11 +742,13 @@
748742
"redirects": [
749743
{
750744
"source": "/cli-dev",
751-
"destination": "/cli-dev-commands"
745+
"destination": "/cli-dev-commands",
746+
"permanent": true
752747
},
753748
{
754749
"source": "/cli-deploy",
755-
"destination": "/cli-deploy-commands"
750+
"destination": "/cli-deploy-commands",
751+
"permanent": true
756752
},
757753
{
758754
"source": "/cli-development-commands",

0 commit comments

Comments
 (0)