This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmkdocs.redirects.yml
40 lines (38 loc) · 2.07 KB
/
mkdocs.redirects.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
# Copyright 2021 ConsenSys Software Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
# an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
# specific language governing permissions and limitations under the License.
# This configuration must inherit the base configuration file available in the Doctools docker image.
# See source at https://github.com/ConsenSys/doctools.action-builder/blob/main/common/custom_theme/base.yml
INHERIT: mkdocs.navigation.yml # DO NOT MODIFY THIS LINE
# Configure redirects.
# All page removed or with changed path (moved in another directory) has to be redirected here.
plugins:
redirects:
redirect_maps:
# Configure redirects using key:value pairs:
# old_path.md: new_path.md
# you can't use an already redirected path as an old_path.
# new_path can be a file inside the docs/ folder or any URL (http://...)
support.md: examples/support.md
changelog.md: overview/new-features.md
reference/markdown.md: contribute/markdown/configure-and-format.md
reference/macros.md: contribute/markdown/macros.md
reference/pluglets/index.md: contribute/markdown/pluglets.md
reference/pluglets/katacoda.md: contribute/markdown/pluglets.md
howto/configure_mkdocs.md: contribute/markdown/configure-and-format.md
howto/index.md: index.md
howto/translate.md: index.md
howto/advanced/extra-configuration.md: contribute/markdown/configure-and-format.md
getting_started.md: index.md
howto/preview_the_doc_site.md: preview/new-system.md
howto/setup_new_doc_repos.md: create/create-doc-site.md
howto/publish_the_doc_site.md: create/create-doc-site.md
howto/advanced/contributing.md: create/advanced/create-site-template.md