github.com/quite/nomad@v0.8.6/website/redirects.txt (about)

     1  #
     2  # REDIRECTS FILE
     3  #
     4  # This is a sample redirect file. Redirects allow individual projects to add
     5  # their own redirect rules in a declarative manner using Fastly edge
     6  # dictionaries.
     7  #
     8  # FORMAT
     9  #
    10  # Redirects are in the format. There must be at least one space between the
    11  # original path and the new path, and there must be exactly two entries per
    12  # line.
    13  #
    14  #     /original-path    /new-path
    15  #
    16  # GLOB MATCHING
    17  #
    18  # Because of the way lookup tables work, there is no support for glob matching.
    19  # Fastly does not provide a way to iterate through the lookup table, so it is
    20  # not possible to run through the table and find anything that matches. As such
    21  # URLs must match directly.
    22  #
    23  # More complex redirects are possible, but must be added directly to the
    24  # configuration. Please contact the release engineering team for assistance.
    25  #
    26  # DELETING
    27  #
    28  # Deleting items is not supported at this time. To delete an item, contact the
    29  # release engineering team and they will delete the dictionary item.
    30  #
    31  # MISC
    32  #
    33  # - Blank lines are ignored
    34  # - Comments are hash-style
    35  # - URLs are limited to 256 characters
    36  # - Items are case-sensitive (please use all lowercase)
    37  #
    38  
    39  # Website
    40  /community.html                               /resources.html
    41  
    42  # Docs
    43  /docs/agent/config.html                       /docs/agent/configuration/index.html
    44  /docs/jobops                                  /guides/operating-a-job/index.html
    45  /docs/jobops/                                 /guides/operating-a-job/index.html
    46  /docs/jobops/index.html                       /guides/operating-a-job/index.html
    47  /docs/jobops/taskconfig.html                  /guides/operating-a-job/configuring-tasks.html
    48  /docs/jobops/inspecting.html                  /guides/operating-a-job/inspecting-state.html
    49  /docs/jobops/resources.html                   /guides/operating-a-job/resource-utilization.html
    50  /docs/jobops/logs.html                        /guides/operating-a-job/accessing-logs.html
    51  /docs/jobops/updating.html                    /guides/operating-a-job/update-strategies/index.html
    52  /docs/jobops/servicediscovery.html            /docs/service-discovery/index.html
    53  /docs/jobspec                                 /docs/job-specification/index.html
    54  /docs/jobspec/                                /docs/job-specification/index.html
    55  /docs/jobspec/index.html                      /docs/job-specification/index.html
    56  /docs/jobspec/interpreted.html                /docs/runtime/interpolation.html
    57  /docs/jobspec/json.html                       /api/json-jobs.html
    58  /docs/jobspec/environment.html                /docs/runtime/environment.html
    59  /docs/jobspec/schedulers.html                 /docs/runtime/schedulers.html
    60  /docs/jobspec/servicediscovery.html           /docs/job-specification/service.html
    61  /docs/jobspec/networking.html                 /docs/job-specification/network.html
    62  /docs/cluster/automatic.html                  /guides/cluster/automatic.html
    63  /docs/cluster/manual.html                     /guides/cluster/manual.html
    64  /docs/cluster/federation.html                 /guides/cluster/federation.html
    65  /docs/cluster/requirements.html               /guides/cluster/requirements.html
    66  /docs/commands/operator-index.html            /docs/commands/operator.html
    67  /docs/commands/operator-raft-list-peers.html  /docs/commands/operator/raft-list-peers.html
    68  /docs/commands/operator-raft-remove-peer.html /docs/commands/operator/raft-remove-peer.html
    69  /docs/commands/job-dispatch.html              /docs/commands/job/dispatch.html
    70  /docs/commands/alloc-status.html              /docs/commands/alloc/status.html
    71  /docs/commands/fs.html                        /docs/commands/alloc/fs.html
    72  /docs/commands/logs.html                      /docs/commands/alloc/logs.html
    73  /docs/commands/init.html                      /docs/commands/job/init.html
    74  /docs/commands/inspect.html                   /docs/commands/job/inspect.html
    75  /docs/commands/run.html                       /docs/commands/job/run.html
    76  /docs/commands/stop.html                      /docs/commands/job/stop.html
    77  /docs/commands/plan.html                      /docs/commands/job/plan.html
    78  /docs/commands/validate.html                  /docs/commands/job/validate.html
    79  /docs/commands/client-config.html             /docs/commands/node/config.html
    80  /docs/commands/node-drain.html                /docs/commands/node/drain.html
    81  /docs/commands/node-status.html               /docs/commands/node/status.html
    82  /docs/commands/keygen.html                    /docs/commands/operator/keygen.html
    83  /docs/commands/keyring.html                   /docs/commands/operator/keyring.html
    84  /docs/commands/server-force-leave.html        /docs/commands/server/force-leave.html
    85  /docs/commands/server-join.html               /docs/commands/server/join.html
    86  /docs/commands/server-members.html            /docs/commands/server/members.html
    87  
    88  # Moved /docs/operating-a-job/ -> /guides/operating-a-job/
    89  /docs/operating-a-job                           /guides/operating-a-job/index.html
    90  /docs/operating-a-job/                          /guides/operating-a-job/index.html
    91  /docs/operating-a-job/index.html                /guides/operating-a-job/index.html
    92  /docs/operating-a-job/accessing-logs.html       /guides/operating-a-job/accessing-logs.html
    93  /docs/operating-a-job/inspecting-state.html     /guides/operating-a-job/inspecting-state.html
    94  /docs/operating-a-job/resource-utilization.html /guides/operating-a-job/resource-utilization.html
    95  /docs/operating-a-job/configuring-tasks.html    /guides/operating-a-job/configuring-tasks.html
    96  /docs/operating-a-job/submitting-jobs.html      /guides/operating-a-job/submitting-jobs.html
    97  
    98  /docs/operating-a-job/failure-handling-strategies                    /guides/operating-a-job/failure-handling-strategies/index.html
    99  /docs/operating-a-job/failure-handling-strategies/                   /guides/operating-a-job/failure-handling-strategies/index.html
   100  /docs/operating-a-job/failure-handling-strategies/index.html         /guides/operating-a-job/failure-handling-strategies/index.html
   101  /docs/operating-a-job/failure-handling-strategies/check-restart.html /guides/operating-a-job/failure-handling-strategies/check-restart.html
   102  /docs/operating-a-job/failure-handling-strategies/reschedule.html    /guides/operating-a-job/failure-handling-strategies/reschedule.html
   103  /docs/operating-a-job/failure-handling-strategies/restart.html       /guides/operating-a-job/failure-handling-strategies/restart.html
   104  
   105  /docs/operating-a-job/update-strategies                                        /guides/operating-a-job/update-strategies/index.html
   106  /docs/operating-a-job/update-strategies/                                       /guides/operating-a-job/update-strategies/index.html
   107  /docs/operating-a-job/update-strategies/index.html                             /guides/operating-a-job/update-strategies/index.html
   108  /docs/operating-a-job/update-strategies/blue-green-and-canary-deployments.html /guides/operating-a-job/update-strategies/blue-green-and-canary-deployments.html
   109  /docs/operating-a-job/update-strategies/handling-signals.html                  /guides/operating-a-job/update-strategies/handling-signals.html
   110  /docs/operating-a-job/update-strategies/rolling-upgrades.html                  /guides/operating-a-job/update-strategies/rolling-upgrades.html
   111  
   112  
   113  # API
   114  /docs/http/index.html                   /api/index.html
   115  /docs/http/json-jobs.html               /api/json-jobs.html
   116  /docs/http/job.html                     /api/jobs.html
   117  /docs/http/jobs.html                    /api/jobs.html
   118  /docs/http/node.html                    /api/nodes.html
   119  /docs/http/nodes.html                   /api/nodes.html
   120  /docs/http/alloc.html                   /api/allocations.html
   121  /docs/http/allocs.html                  /api/allocations.html
   122  /docs/http/eval.html                    /api/evaluations.html
   123  /docs/http/evals.html                   /api/evaluations.html
   124  /docs/http/agent-self.html              /api/agent.html
   125  /docs/http/agent-join.html              /api/agent.html
   126  /docs/http/agent-members.html           /api/agent.html
   127  /docs/http/agent-force-leave.html       /api/agent.html
   128  /docs/http/agent-servers.html           /api/agent.html
   129  /docs/http/client-fs.html               /api/client.html
   130  /docs/http/client-stats.html            /api/client.html
   131  /docs/http/client-allocation-stats.html /api/client.html
   132  /docs/http/regions.html                 /api/regions.html
   133  /docs/http/status.html                  /api/status.html
   134  /docs/http/operator.html                /api/operator.html
   135  /docs/http/system.html                  /api/system.html