Skip to content

Commit d485951

Browse files
committed
Add redirects
1 parent d55178c commit d485951

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

mkdocs.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,19 @@ plugins:
126126

127127
inventories:
128128
- https://docs.python.org/3/objects.inv
129+
- redirects:
130+
redirect_maps:
131+
'spec/index.md': 'https://zarr-specs.readthedocs.io'
132+
'spec/v1.md': 'https://zarr-specs.readthedocs.io/en/latest/v1/v1.0.html'
133+
'spec/v2.md': 'https://zarr-specs.readthedocs.io/en/latest/v2/v2.0.html'
134+
'spec/v3.md': 'https://zarr-specs.readthedocs.io/en/latest/v3/core/v3.0.html'
135+
'license.md': 'https://github.com/zarr-developers/zarr-python/blob/main/LICENSE.txt'
136+
'tutorial.md': 'user-guide/installation.md'
137+
'getting-started.md': 'index.md##quick-start'
138+
'roadmap.md': 'https://zarr.readthedocs.io/en/v3.0.8/developers/roadmap.html'
139+
'installation.md': 'user-guide/installation.md'
140+
'api.md': 'api/open.md'
141+
'release.md': 'release-notes.md'
129142

130143
# https://github.com/developmentseed/titiler/blob/50934c929cca2fa8d3c408d239015f8da429c6a8/docs/mkdocs.yml#L115-L140
131144
markdown_extensions:

0 commit comments

Comments
 (0)