Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sunset older instances of EA Guides #8869

Merged
merged 2 commits into from
Sep 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions website/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -432,11 +432,7 @@
/guides/security/sentinel-policy https://learn.hashicorp.com/nomad/governance-and-policy/sentinel 301!
/guides/operations/install/index.html /docs/install 301!
/guides/operations/install/index /docs/install 301!
/guides/operations/deployment-guide.html /docs/install/production/deployment-guide 301!
/guides/operations/deployment-guide /docs/install/production/deployment-guide 301!
/guides/operations/agent/index.html /docs/install/production/nomad-agent 301!
/guides/operations/reference-architecture.html /docs/install/production/reference-architecture 301!
/guides/operations/reference-architecture /docs/install/production/reference-architecture 301!
/guides/operations/requirements.html /docs/install/production/requirements 301!
/guides/operations/requirements /docs/install/production/requirements 301!
/guides/operations/consul-integration/index.html /docs/integrations/consul-integration 301!
Expand All @@ -455,7 +451,12 @@
/guides/upgrade/upgrade-specific.html /docs/upgrade/upgrade-specific 301!
/guides/upgrade/upgrade-specific /docs/upgrade/upgrade-specific 301!


/guides/operations/deployment-guide.html https://learn.hashicorp.com/tutorials/nomad/production-deployment-guide-vm-with-consul 301!
/guides/operations/deployment-guide https://learn.hashicorp.com/tutorials/nomad/production-deployment-guide-vm-with-consul 301!
/guides/operations/reference-architecture.html https://learn.hashicorp.com/tutorials/nomad/production-reference-architecture-vm-with-consul 301!
/guides/operations/reference-architecture https://learn.hashicorp.com/tutorials/nomad/production-reference-architecture-vm-with-consul 301!
/docs/install/production/deployment-guide https://learn.hashicorp.com/tutorials/nomad/production-deployment-guide-vm-with-consul 301!
/docs/install/production/reference-architecture https://learn.hashicorp.com/tutorials/nomad/production-reference-architecture-vm-with-consul 301!

# Enterprise

Expand Down
104 changes: 60 additions & 44 deletions website/data/docs-navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,32 +15,43 @@ export default [
content: [
'requirements',
'nomad-agent',
'reference-architecture',
'deployment-guide'
]
{
title: 'Reference Architecture',
href:
'https://learn.hashicorp.com/tutorials/nomad/production-reference-architecture-vm-with-consul',
},
{
title: 'Deployment Guide',
href:
'https://learn.hashicorp.com/tutorials/nomad/production-deployment-guide-vm-with-consul',
},
],
},
'windows-service'
]
'windows-service',
],
},
{ category: 'upgrade', content: ['upgrade-specific'] },
{
category: 'integrations',
content: ['consul-integration', 'consul-connect', 'vault-integration']
content: ['consul-integration', 'consul-connect', 'vault-integration'],
},
'-----------',
{
category: 'internals',
content: [
'architecture',
{ category: 'plugins', content: ['base', 'task-drivers', 'devices', 'csi'] },
{
category: 'plugins',
content: ['base', 'task-drivers', 'devices', 'csi'],
},
{
category: 'scheduling',
content: ['scheduling', 'preemption']
content: ['scheduling', 'preemption'],
},
'consensus',
'gossip',
'security'
]
'security',
],
},
{
category: 'configuration',
Expand All @@ -56,8 +67,8 @@ export default [
'server_join',
'telemetry',
'tls',
'vault'
]
'vault',
],
},
{
category: 'commands',
Expand All @@ -75,18 +86,26 @@ export default [
'token-info',
'token-list',
'token-self',
'token-update'
]
'token-update',
],
},
'agent',
'agent-info',
{
category: 'alloc',
content: ['exec', 'fs', 'logs', 'restart', 'signal', 'status', 'stop']
content: ['exec', 'fs', 'logs', 'restart', 'signal', 'status', 'stop'],
},
{
category: 'deployment',
content: ['fail', 'list', 'pause', 'promote', 'resume', 'status', 'unblock']
content: [
'fail',
'list',
'pause',
'promote',
'resume',
'status',
'unblock',
],
},
'eval-status',
{
Expand All @@ -105,21 +124,21 @@ export default [
'run',
'status',
'stop',
'validate'
]
'validate',
],
},
{
category: 'license',
content: ['get', 'put']
content: ['get', 'put'],
},
'monitor',
{
category: 'namespace',
content: ['apply', 'delete', 'inspect', 'list', 'status']
content: ['apply', 'delete', 'inspect', 'list', 'status'],
},
{
category: 'node',
content: ['config', 'drain', 'eligibility', 'status']
content: ['config', 'drain', 'eligibility', 'status'],
},
{
category: 'operator',
Expand All @@ -134,22 +153,25 @@ export default [
'snapshot-agent',
'snapshot-inspect',
'snapshot-restore',
'snapshot-save'
]
'snapshot-save',
],
},
{ category: 'plugin', content: ['status'] },
{
category: 'quota',
content: ['apply', 'delete', 'init', 'inspect', 'list', 'status']
content: ['apply', 'delete', 'init', 'inspect', 'list', 'status'],
},
{ category: 'sentinel', content: ['apply', 'delete', 'list', 'read'] },
{ category: 'server', content: ['force-leave', 'join', 'members'] },
'status',
{ category: 'system', content: ['gc', 'reconcile-summaries'] },
'ui',
'version',
{ category: 'volume', content: ['deregister', 'detach', 'status', 'register'] }
]
{
category: 'volume',
content: ['deregister', 'detach', 'status', 'register'],
},
],
},
'----------',
{
Expand Down Expand Up @@ -192,8 +214,8 @@ export default [
'upstreams',
'vault',
'volume',
'volume_mount'
]
'volume_mount',
],
},
{
category: 'drivers',
Expand All @@ -215,14 +237,14 @@ export default [
'rkt',
'singularity',
'nspawn',
'iis'
]
}
]
'iis',
],
},
],
},
{
category: 'devices',
content: ['nvidia', 'community']
content: ['nvidia', 'community'],
},
'schedulers',
{ category: 'runtime', content: ['environment', 'interpolation'] },
Expand All @@ -236,22 +258,16 @@ export default [
'telemetry',
{
category: 'plugins',
content: [
'apm',
'strategy',
'target'
]
content: ['apm', 'strategy', 'target'],
},
{
category: 'internals',
content: [
'checks'
]
}
]
content: ['checks'],
},
],
},
{ category: 'telemetry', content: ['metrics'] },
'------------',
{ category: 'enterprise' },
'faq'
'faq',
]
Loading