aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: 0ed98420ca6505acc0e1ffaaa9f473be1087e842 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#
# Mkdocs configuration
#

site_name: Protocolos Sociotécnicos
docs_dir : docs
site_dir : site

repo_url: https://git.fluxo.info/templates
edit_uri: ''

# 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
  logo               : https://fluxo.info/images/fluxo.png
  palette:
    primary: blue grey

extra_css:
  - site.css

plugins:
  - search

  - awesome-pages

  # 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"

  - i18n:
      default_language: pt
      languages:
        en:
          name: English
          build: true
          site_name: Sociotechnic Protocols
        pt:
          name: Português
          build: true

      nav_translations:
        en:
          Provedor: Provider

markdown_extensions:
  - footnotes

copyright: Copyleft © 2022

extra:
  generator: false