File: mkdocs.yml

package info (click to toggle)
rust-bacon 3.19.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,100 kB
  • sloc: makefile: 4
file content (40 lines) | stat: -rw-r--r-- 955 bytes parent folder | download | duplicates (2)
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
site_name: Bacon
site_description: 'Bacon, a background compiler for Rust'
site_url: https://dystroy.org/bacon
repo_url: https://github.com/Canop/bacon
edit_uri: ''

nav:
        - Overview: index.md
        - Config: config.md
        - Analyzers: analyzers.md
        - Cookbook: cookbook.md
        - Community: 
          - Bacon Dev: community/bacon-dev.md
          - FAQ: community/FAQ.md
          - bacon-ls: community/bacon-ls.md
          - nvim-bacon: community/nvim-bacon.md

extra_css:
        - css/extra.css
        - css/link-to-dystroy.css

extra_javascript:
        - js/link-to-dystroy.js

theme:
        name: mkdocs
        favicon: /favicon.png
        nav_style: dark
        custom_dir: custom_theme
        highlightjs: true
        hljs_style: Dracula
        hljs_languages:
                - yaml
                - ini
                - css
                - rust

markdown_extensions:
        - admonition
        - def_list