Skip to content

Welcome to MkDocs

For full documentation visit mkdocs.org.

Commands

  • mkdocs new [dir-name] - Create a new project.
  • mkdocs serve - Start the live-reloading docs server.
  • mkdocs build - Build the documentation site.
  • mkdocs -h - Print help message and exit.

Project layout

mkdocs.yml    # The configuration file.
site_name: PeCo Docs


theme:
    name: material
    favicon: images/favicon.png
    features:
      - toc.integrate
#      - navigation.sections
#      - navigation.expand

    palette: # 
      - scheme: default
#        primary: red
#        accent: blue
        toggle:
          icon: material/toggle-switch-off-outline
          name: Switch to dark mode
      - scheme: slate # 
#        primary: red
#        accent: blue
        toggle:
          icon: material/toggle-switch
          name: Switch to light mode

markdown_extensions:
  - tables
  - pymdownx.emoji:
      emoji_index: !!python/name:materialx.emoji.twemoji
      emoji_generator: !!python/name:materialx.emoji.to_svg
  - pymdownx.highlight
  - pymdownx.inlinehilite
  - pymdownx.superfences
  - pymdownx.snippets
  - attr_list
  - md_in_html

extra_css:
  - stylesheets/extra.css

nav:
    - 'index.md'
    - ' ': ' '
    - ' ': ' '
    - 'tacho.md'
    - 'klanten.md'
    - ' ': ' '
    - ' ': ' '
#    - 'grapes.md'
    - 'PDF Test': 'pecotest.pdf'
    - 'PeCoTracer': 'http://pecotracer.be'
    - ' ': ' '
    - ' ': ' '
    - 'Changelog of LUNR.js': 'changelog.md'
    - 'about.md'