-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
60 lines (51 loc) · 1.5 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
site_name: Capsule
site_url: https://bots-garden.github.io/capsule/
site_author: Philippe Charrière (@k33g)
site_description: >-
**Capsule** is a **WebAssembly Function Runner**.
# Repository
repo_name: bots-garden/capsule
repo_url: https://github.com/bots-garden/capsule
# Copyright
copyright: Copyright © 2023 - 2024 Philippe Charrière
nav:
- 🏠 Home: index.md
- 🚀 Getting Started:
- Capsule CLI and modules: getting-started-cli.md
- Capsule HTTP and modules: getting-started-http.md
- Capsule HTTP and Ngrok: getting-started-http-ngrok.md
- Capsule HTTP flags: capsule-http-flags.md
- 🛠️ Host functions: host-functions-intro.md
- 🐳 Capsule HTTP Docker image: docker-capsule-http.md
- 🚀 Capsule HTTP FaaS mode: capsule-http-faas-mode.md
- 🥘 Recipes:
- Serve HTML: capsule-http-serve-html.md
- Install Capsule on a Pi: capsule-http-install-pi.md
- Capsule FaaS on OVH-Cloud: capsule-http-ovh-deploy.md
- 🏭 Capsule HTTP Enterprise: capsule-http-enterprise.md
theme:
name: material
palette:
primary: teal
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