-
Notifications
You must be signed in to change notification settings - Fork 16
/
mkdocs.yml
39 lines (39 loc) · 908 Bytes
/
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
site_name: Concept
extra_css: [style.css]
repo_url: https://github.com/MaartenGr/Concept
site_url: https://maartengr.github.io/Concept/
site_description: Concept Modeling. Topic Modeling on Images and Text
site_author: Maarten P. Grootendorst
use_directory_urls: false
nav:
- Home: index.md
- Algorithm: algorithm/algorithm.md
- API:
- Concept: api/concept.md
- Changelog: changelog.md
plugins:
- mkdocstrings:
watch:
- concept
- search
copyright: Copyright © 2021 Maintained by <a href="https://github.com/MaartenGr">Maarten</a>.
theme:
custom_dir: images/
name: material
icon:
logo: material/library
font:
text: Ubuntu
code: Ubuntu Mono
favicon: icon.png
logo: icon.png
feature:
tabs: true
palette:
primary: black
accent: grey
markdown_extensions:
- pymdownx.highlight:
- pymdownx.superfences:
- toc:
permalink: true