aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: 148a4992db11d865c431728654be59538f38f4aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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               : material
  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