Use magiclink extension for changelog with links
This commit is contained in:
parent
74cfd18a2f
commit
ccaaa467f1
2 changed files with 13 additions and 10 deletions
|
@ -1,2 +1,3 @@
|
||||||
# Force rtfd to use a recent version of mkdocs
|
# Force rtfd to use a recent version of mkdocs
|
||||||
mkdocs==1.4.2
|
mkdocs==1.4.2
|
||||||
|
pymdown-extensions==10.1
|
||||||
|
|
16
mkdocs.yml
16
mkdocs.yml
|
@ -1,13 +1,15 @@
|
||||||
site_name: uMap
|
site_name: uMap
|
||||||
nav:
|
nav:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
- Installation: install.md
|
- Installation: install.md
|
||||||
- Configuration: settings.md
|
- Configuration: settings.md
|
||||||
- Administration: administration.md
|
- Administration: administration.md
|
||||||
- Contributing: contributing.md
|
- Contributing: contributing.md
|
||||||
- how-tos:
|
- how-tos:
|
||||||
- Ubuntu from scratch: ubuntu.md
|
- Ubuntu from scratch: ubuntu.md
|
||||||
- Customize your uMap style: custom.md
|
- Customize your uMap style: custom.md
|
||||||
- Install with Docker: docker.md
|
- Install with Docker: docker.md
|
||||||
- Changelog: changelog.md
|
- Changelog: changelog.md
|
||||||
theme: readthedocs
|
theme: readthedocs
|
||||||
|
markdown_extensions:
|
||||||
|
- pymdownx.magiclink
|
||||||
|
|
Loading…
Reference in a new issue