-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
40 lines (39 loc) · 1.05 KB
/
mkdocs.yml
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: Dyalog Documentation Guidelines
repo_url: https://github.com/Dyalog/documentation-guidelines
copyright: Copyright © 2015-2022 <strong><a href="https://dyalog.com" target="_blank" rel="noopener">Dyalog, LTD</a></strong>
theme:
name: material
favicon: 'img/favicon-32.png'
language: en
logo: 'img/dyalog-white.svg'
plugins:
- caption:
table:
enable: true
start_index: 1
increment_index: 1
position: bottom
markdown_extensions:
- admonition
- pymdownx.highlight:
use_pygments: false
- md_in_html
- pymdownx.details
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- markdown_tables_extended
- toc:
title: On this page
extra_css:
- styles/custom-admonitions.css
- styles/main.css
nav:
- Home: index.md
- Rules for Writing Documentation: rules.md
- Style Guide: style.md
- Images: images.md
- Tables: tables.md
- CSS: css.md