forked from awslabs/scale-out-computing-on-aws
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
42 lines (38 loc) · 1.02 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
# SOCA Knowledge Base:
# 1st: Install Mkdocs: "pip install mkdocs pygments pymdown-extensions mkdocs-material mkdocs-material-extensions"
# 2nd: Run "mkdocs serve" in this directory
# ===
# This will start a new documentation server accessible on http://127.0.0.1:8000
# For more information: https://www.mkdocs.org/
site_name: Scale-Out Computing on AWS Knowledge Base
theme:
name: 'material'
custom_dir: 'docs/overrides'
features:
- tabs
# Repository
repo_name: 'awslabs/scale-out-computing-on-aws'
repo_url: 'https://github.com/awslabs/scale-out-computing-on-aws'
extra_css:
- 'assets/css/custom.css'
markdown_extensions:
- footnotes
- codehilite
- admonition
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- toc:
permalink: true
- attr_list