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": [
|
"routes": [
|
||||||
{
|
{
|
||||||
"title": "Overview",
|
"title": "Overview",
|
||||||
"path": "nia/api/api-overview"
|
"path": "nia/api"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Status",
|
"title": "Status",
|
||||||
|
@ -601,7 +601,7 @@
|
||||||
"routes": [
|
"routes": [
|
||||||
{
|
{
|
||||||
"title": "Overview",
|
"title": "Overview",
|
||||||
"path": "nia/cli/cli-overview"
|
"path": "nia/cli"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "task",
|
"title": "task",
|
||||||
|
|
|
@ -1177,6 +1177,16 @@ module.exports = [
|
||||||
destination: '/docs/nia/configuration',
|
destination: '/docs/nia/configuration',
|
||||||
permanent: true,
|
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',
|
source: '/use-cases/network-middleware-automation',
|
||||||
destination: '/use-cases/network-infrastructure-automation',
|
destination: '/use-cases/network-infrastructure-automation',
|
||||||
|
|
Loading…
Reference in New Issue