forked from allenai/allennlp-models
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs-skeleton.yml
More file actions
41 lines (35 loc) · 817 Bytes
/
Copy pathmkdocs-skeleton.yml
File metadata and controls
41 lines (35 loc) · 817 Bytes
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
site_name: AllenNLP Models
site_description: AllenNLP is a ..
site_url: https://allennlp.org/
extra_css:
- "css/extra.css"
theme:
name: material
palette:
primary: deep orange
accent: grey
logo: img/favicon.ico
favicon: img/favicon.ico
highlightjs: true
hljs_languages:
- python
- typescript
- json
repo_name: allenai/allennlp-models
nav:
- Home: README.md
- Repository: https://github.com/allenai/allennlp-models
- Versions:
- Latest: /models/latest/
- Stable: /models/stable/
- Commit: /models/main/
- Models: 'This section is autogenerated, do not edit.'
- CHANGELOG: CHANGELOG.md
- License: https://raw.githubusercontent.com/allenai/allennlp-models/main/LICENSE
markdown_extensions:
- toc:
permalink: '#'
- admonition
- extra
- pymdownx.highlight
- pymdownx.superfences