forked from allenai/allennlp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs-skeleton.yml
47 lines (41 loc) · 937 Bytes
/
mkdocs-skeleton.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
site_name: AllenNLP
site_description: AllenNLP is a ..
site_url: https://allennlp.org/
extra_css:
- "css/extra.css"
theme:
name: material
palette:
primary: blue
accent: grey
logo: img/favicon.ico
favicon: img/favicon.ico
highlightjs: true
hljs_languages:
- python
- typescript
- json
repo_name: allenai/allennlp
# TODO(markn): Consider adding GA here, if we care about it.
nav:
- Home: README.md
- Repository: https://github.com/allenai/allennlp
- Versions:
- Latest: /latest/
- Stable: /stable/
- Commit: /main/
- API: 'This section is autogenerated, do not edit.'
- Contributing: CONTRIBUTING.md
- CHANGELOG: CHANGELOG.md
- License: https://raw.githubusercontent.com/allenai/allennlp/main/LICENSE
markdown_extensions:
- toc:
permalink: true
toc_depth: 3
- markdown.extensions.codehilite:
guess_lang: true
- admonition
- codehilite
- extra
- pymdownx.highlight
- pymdownx.superfences