-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
61 lines (55 loc) · 1.47 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
54
55
56
57
58
59
60
61
site_name: KtSoup
site_description: "KtSoup - Kotlin Multiplatform HTML5 Parser"
site_author: Drew Carlson
site_url: https://drewcarlson.github.io/KtSoup/
repo_url: https://github.com/drewcarlson/ktsoup
repo_name: KtSoup
remote_branch: gh-pages
copyright: 'Copyright © 2023 Drew Carlson'
theme:
name: material
icon:
repo: fontawesome/brands/github
palette:
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
docs_dir: docs
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- search
- mike
- markdownextradata: {}
extra:
project: KtSoup
lib_version: !ENV [VERSION, '0.0.1']
version:
provider: mike
social:
- icon: fontawesome/solid/heart
link: https://github.com/sponsors/DrewCarlson
- icon: fontawesome/brands/github
link: https://github.com/DrewCarlson/KtSoup
nav:
- Home: index.md
- Getting Started: 1-getting-started.md
- Download: 2-download.md
- Scraping Example: 3-scraping-example.md
- Development:
- Building: development/building.md
- Documentation: development/documentation.md