diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-03 11:35:11 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-03 12:59:04 +0200 |
commit | f3746283d19ae6a6e54f9543faa0831060b057d9 (patch) | |
tree | efb2dba26644e32d2f4408f4c8d855b08069fec1 /docs/mkdocs.fr.yml | |
parent | 20a963495efeb3df19f19e3c1f15902adf823a6d (diff) | |
download | Ishtar-f3746283d19ae6a6e54f9543faa0831060b057d9.tar.bz2 Ishtar-f3746283d19ae6a6e54f9543faa0831060b057d9.zip |
🏗️ documentation: reST to markdown (mkdocs)develop-md
Diffstat (limited to 'docs/mkdocs.fr.yml')
-rw-r--r-- | docs/mkdocs.fr.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/mkdocs.fr.yml b/docs/mkdocs.fr.yml new file mode 100644 index 000000000..d15e79ad8 --- /dev/null +++ b/docs/mkdocs.fr.yml @@ -0,0 +1,13 @@ +site_name: Ishtar +site_url: https://ishtar.readthedocs.io/fr/develop-md/ +docs_dir: "fr" +theme: + name: readthedocs + locale: fr +plugins: + - search + - autorefs + - with-pdf: + output_path: build.pdf +markdown_extensions: + - admonition
\ No newline at end of file |