github.com/hspak/nomad@v0.7.2-0.20180309000617-bc4ae22a39a5/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                                  /docs/operating-a-job/index.html
    45  /docs/jobops/                                 /docs/operating-a-job/index.html
    46  /docs/jobops/index.html                       /docs/operating-a-job/index.html
    47  /docs/jobops/taskconfig.html                  /docs/operating-a-job/configuring-tasks.html
    48  /docs/jobops/inspecting.html                  /docs/operating-a-job/inspecting-state.html
    49  /docs/jobops/resources.html                   /docs/operating-a-job/resource-utilization.html
    50  /docs/jobops/servicediscovery.html            /docs/service-discovery/index.html
    51  /docs/jobops/logs.html                        /docs/operating-a-job/accessing-logs.html
    52  /docs/jobops/updating.html                    /docs/operating-a-job/update-strategies/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  
    71  # API
    72  /docs/http/index.html                   /api/index.html
    73  /docs/http/json-jobs.html               /api/json-jobs.html
    74  /docs/http/job.html                     /api/jobs.html
    75  /docs/http/jobs.html                    /api/jobs.html
    76  /docs/http/node.html                    /api/nodes.html
    77  /docs/http/nodes.html                   /api/nodes.html
    78  /docs/http/alloc.html                   /api/allocations.html
    79  /docs/http/allocs.html                  /api/allocations.html
    80  /docs/http/eval.html                    /api/evaluations.html
    81  /docs/http/evals.html                   /api/evaluations.html
    82  /docs/http/agent-self.html              /api/agent.html
    83  /docs/http/agent-join.html              /api/agent.html
    84  /docs/http/agent-members.html           /api/agent.html
    85  /docs/http/agent-force-leave.html       /api/agent.html
    86  /docs/http/agent-servers.html           /api/agent.html
    87  /docs/http/client-fs.html               /api/client.html
    88  /docs/http/client-stats.html            /api/client.html
    89  /docs/http/client-allocation-stats.html /api/client.html
    90  /docs/http/regions.html                 /api/regions.html
    91  /docs/http/status.html                  /api/status.html
    92  /docs/http/operator.html                /api/operator.html
    93  /docs/http/system.html                  /api/system.html