mirror of https://github.com/status-im/consul.git
docs/nia: simplify api and cli url paths (#10199)
This commit is contained in:
parent
d19137a429
commit
5c17bf3d78
|
@ -584,7 +584,7 @@
|
|||
"routes": [
|
||||
{
|
||||
"title": "Overview",
|
||||
"path": "nia/api/api-overview"
|
||||
"path": "nia/api"
|
||||
},
|
||||
{
|
||||
"title": "Status",
|
||||
|
@ -601,7 +601,7 @@
|
|||
"routes": [
|
||||
{
|
||||
"title": "Overview",
|
||||
"path": "nia/cli/cli-overview"
|
||||
"path": "nia/cli"
|
||||
},
|
||||
{
|
||||
"title": "task",
|
||||
|
|
|
@ -1177,6 +1177,16 @@ module.exports = [
|
|||
destination: '/docs/nia/configuration',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/docs/nia/api/api-overview',
|
||||
destination: '/docs/nia/api',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/docs/nia/cli/cli-overview',
|
||||
destination: '/docs/nia/cli',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/use-cases/network-middleware-automation',
|
||||
destination: '/use-cases/network-infrastructure-automation',
|
||||
|
|
Loading…
Reference in New Issue