-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
53 lines (51 loc) · 1.27 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
41
42
43
44
45
46
47
48
49
50
51
52
53
site_name: Graze Standards
site_description: Graze's Tech Standards
site_author: graze.com
repo_url: https://github.com/graze/standards
theme:
name: 'material'
custom_dir: docs/theme
favicon: assets/images/favicon-192x192.png
language: en
include_sidebar: true
palette:
primary: 'cyan'
nav:
- Home: 'index.md'
- Languages:
- 'PHP': 'languages/PHP.md'
- 'HTML': 'languages/HTML.md'
- 'Javascript': 'languages/Javascript.md'
- 'Python': 'languages/Python.md'
- 'SQL': 'languages/SQL.md'
- 'CSS/Less': 'languages/CSS.md'
- 'Markdown': 'languages/Markdown.md'
- 'Golang': 'languages/Golang.md'
- Open Source:
- 'Project': 'open-source/OpenSource.md'
- Infrastructure:
- 'AWS': 'infrastructure/AWS.md'
- 'Docker': 'infrastructure/Docker.md'
- Visual:
- 'Images': 'visual/Images.md'
markdown_extensions:
- markdown.extensions.tables:
- pymdownx.magiclink:
- pymdownx.tilde:
- pymdownx.betterem:
- pymdownx.superfences:
- pymdownx.highlight:
css_class: codehilite
extend_pygments_lang:
- name: php
lang: php
options:
startinline: True
- pymdownx.inlinehilite:
- pymdownx.emoji:
- pymdownx.escapeall:
hardbreak: True
nbsp: True
- pymdownx.tasklist:
- toc:
permalink: true