mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 02:45:42 +03:00
Fix ACL redirects; sort
(cherry picked from commit 624c411830a4f81232ae8e9007ba8f6b68b9f47e)
This commit is contained in:
committed by
Charlie Voiselle
parent
c61f54e38d
commit
ed1a241b1b
@@ -16,7 +16,7 @@
|
||||
/intro/getting-started/next-steps https://learn.hashicorp.com/nomad/getting-started/next-steps
|
||||
|
||||
/guides/load-balancing https://learn.hashicorp.com/nomad?track=load-balancing#operations-and-development
|
||||
#/guides/load-balancing/fabio.html https://learn.hashicorp.com/nomad/load-balancing/fabio
|
||||
/guides/load-balancing/fabio.html https://learn.hashicorp.com/nomad/load-balancing/fabio
|
||||
/guides/load-balancing/fabio https://learn.hashicorp.com/nomad/load-balancing/fabio
|
||||
/guides/load-balancing/nginx.html https://learn.hashicorp.com/nomad/load-balancing/nginx
|
||||
/guides/load-balancing/nginx https://learn.hashicorp.com/nomad/load-balancing/nginx
|
||||
@@ -320,49 +320,49 @@
|
||||
/docs/drivers/lxc /docs/drivers/external/lxc
|
||||
|
||||
# API
|
||||
/docs/http/index.html /api/index
|
||||
/docs/http/json-jobs.html /api/json-jobs
|
||||
/docs/http/json-jobs /api/json-jobs
|
||||
/docs/http/job.html /api/jobs
|
||||
/docs/http/job /api/jobs
|
||||
/docs/http/jobs.html /api/jobs
|
||||
/docs/http/jobs /api/jobs
|
||||
/docs/http/node.html /api/nodes
|
||||
/docs/http/node /api/nodes
|
||||
/docs/http/nodes.html /api/nodes
|
||||
/docs/http/nodes /api/nodes
|
||||
/docs/http/alloc.html /api/allocations
|
||||
/docs/http/alloc /api/allocations
|
||||
/docs/http/allocs.html /api/allocations
|
||||
/docs/http/allocs /api/allocations
|
||||
/docs/http/eval.html /api/evaluations
|
||||
/docs/http/eval /api/evaluations
|
||||
/docs/http/evals.html /api/evaluations
|
||||
/docs/http/evals /api/evaluations
|
||||
/docs/http/agent-self.html /api/agent
|
||||
/docs/http/agent-self /api/agent
|
||||
/docs/http/agent-join.html /api/agent
|
||||
/docs/http/agent-join /api/agent
|
||||
/docs/http/agent-members.html /api/agent
|
||||
/docs/http/agent-members /api/agent
|
||||
/docs/http/agent-force-leave.html /api/agent
|
||||
/docs/http/agent-force-leave /api/agent
|
||||
/docs/http/agent-servers.html /api/agent
|
||||
/docs/http/agent-servers /api/agent
|
||||
/docs/http/client-fs.html /api/client
|
||||
/docs/http/client-fs /api/client
|
||||
/docs/http/client-stats.html /api/client
|
||||
/docs/http/client-stats /api/client
|
||||
/docs/http/client-allocation-stats.html /api/client
|
||||
/docs/http/client-allocation-stats /api/client
|
||||
/docs/http/regions.html /api/regions
|
||||
/docs/http/regions /api/regions
|
||||
/docs/http/status.html /api/status
|
||||
/docs/http/status /api/status
|
||||
/docs/http/operator.html /api/operator
|
||||
/docs/http/operator /api/operator
|
||||
/docs/http/system.html /api/system
|
||||
/docs/http/system /api/system
|
||||
/docs/http/agent-force-leave /api-docs/agent
|
||||
/docs/http/agent-force-leave.html /api-docs/agent
|
||||
/docs/http/agent-join /api-docs/agent
|
||||
/docs/http/agent-join.html /api-docs/agent
|
||||
/docs/http/agent-members /api-docs/agent
|
||||
/docs/http/agent-members.html /api-docs/agent
|
||||
/docs/http/agent-self /api-docs/agent
|
||||
/docs/http/agent-self.html /api-docs/agent
|
||||
/docs/http/agent-servers /api-docs/agent
|
||||
/docs/http/agent-servers.html /api-docs/agent
|
||||
/docs/http/alloc /api-docs/allocations
|
||||
/docs/http/alloc.html /api-docs/allocations
|
||||
/docs/http/allocs /api-docs/allocations
|
||||
/docs/http/allocs.html /api-docs/allocations
|
||||
/docs/http/client-allocation-stats /api-docs/client
|
||||
/docs/http/client-allocation-stats.html /api-docs/client
|
||||
/docs/http/client-fs /api-docs/client
|
||||
/docs/http/client-fs.html /api-docs/client
|
||||
/docs/http/client-stats /api-docs/client
|
||||
/docs/http/client-stats.html /api-docs/client
|
||||
/docs/http/eval /api-docs/evaluations
|
||||
/docs/http/eval.html /api-docs/evaluations
|
||||
/docs/http/evals /api-docs/evaluations
|
||||
/docs/http/evals.html /api-docs/evaluations
|
||||
/docs/http/index.html /api-docs/index
|
||||
/docs/http/job /api-docs/jobs
|
||||
/docs/http/job.html /api-docs/jobs
|
||||
/docs/http/jobs /api-docs/jobs
|
||||
/docs/http/jobs.html /api-docs/jobs
|
||||
/docs/http/json-jobs /api-docs/json-jobs
|
||||
/docs/http/json-jobs.html /api-docs/json-jobs
|
||||
/docs/http/node /api-docs/nodes
|
||||
/docs/http/node.html /api-docs/nodes
|
||||
/docs/http/nodes /api-docs/nodes
|
||||
/docs/http/nodes.html /api-docs/nodes
|
||||
/docs/http/operator /api-docs/operator
|
||||
/docs/http/operator.html /api-docs/operator
|
||||
/docs/http/regions /api-docs/regions
|
||||
/docs/http/regions.html /api-docs/regions
|
||||
/docs/http/status /api-docs/status
|
||||
/docs/http/status.html /api-docs/status
|
||||
/docs/http/system /api-docs/system
|
||||
/docs/http/system.html /api-docs/system
|
||||
|
||||
# Guides
|
||||
|
||||
|
||||
Reference in New Issue
Block a user