-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
51 lines (43 loc) · 1.12 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
site_name: Capsule Host SDK (HDK)
site_url: https://bots-garden.github.io/capsule-host-sdk/
site_author: Philippe Charrière (@k33g)
site_description: >-
**Capsule Host SDK (HDK)** is a SDK to build webassembly host applications (like capsule-http).
# Repository
repo_name: bots-garden/capsule-host-sdk
repo_url: https://github.com/bots-garden/capsule-host-sdk
# Copyright
copyright: Copyright © 2023 - 2024 Philippe Charrière
nav:
- 🏠 Home: index.md
- 🚀 Getting Started: getting-started.md
- 📝 Developer guide:
- First Capsule application: first-capsule-app.md
- 🛠️ Host functions: host-functions.md
- 🧰 Helpers: helpers.md
theme:
name: material
palette:
primary: purple
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- pymdownx.highlight:
use_pygments: true
auto_title: false
linenums: true
anchor_linenums: true
- pymdownx.superfences
#theme:
# name: readthedocs
# highlightjs: true
# hljs_languages:
# - yaml
# - rust
# - golang
# - bash
# - javascript