aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml32
1 files changed, 32 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
new file mode 100644
index 0000000..41c0bee
--- /dev/null
+++ b/mkdocs.yml
@@ -0,0 +1,32 @@
+#
+# Mkdocs configuration
+#
+
+site_name: Protocolos
+docs_dir : docs
+site_dir : site
+
+# Site address is bind to 0.0.0.0 so it works find inside a Docker container.
+# A better config would be desirable.
+dev_addr : '0.0.0.0:8040'
+
+theme:
+ name : readthedocs
+ collapse_navigation: true
+ titles_only : false
+
+extra_css:
+ - site.css
+
+plugins:
+ - search
+
+ # BibTeX support using mkdocs-bibtex
+ # https://pypi.org/project/mkdocs-bibtex/
+ # https://github.com/shyamd/mkdocs-bibtex
+ #- bibtex:
+ # bib_dir : "catalogs/biblio"
+ # csl_file : "apa.csl"
+
+markdown_extensions:
+ - footnotes