mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 23:12:02 +00:00
add mkdocs option for absolute_links
(default, but see comment)
This commit is contained in:
parent
275d8f80d4
commit
3564bb5495
|
@ -95,3 +95,6 @@ markdown_extensions:
|
||||||
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||||
- toc:
|
- toc:
|
||||||
permalink: true
|
permalink: true
|
||||||
|
validation:
|
||||||
|
links:
|
||||||
|
absolute_links: info # use relative_to_docs when we switch to mkdocs 1.6
|
||||||
|
|
Loading…
Reference in a new issue