-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
101 lines (93 loc) · 2.63 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
site_name: SlingShot
site_url: https://bots-garden.github.io/slingshot/
site_author: Philippe Charrière (@k33g)
site_description: >-
**SlingShot** is a **WebAssembly Extism Plugins Runner**.
# Repository
repo_name: bots-garden/slingshot
repo_url: https://github.com/bots-garden/slingshot
# Copyright
copyright: Copyright © 2023 - 2024 Philippe Charrière
nav:
- 🏠 Home: index.md
- 🚀 Write Extism plug-ins:
- CLI plug-in: write-plug-in.md
- HTTP nano-service plug-in: write-service.md
- Redis subscriber plug-in: write-redis-subscriber.md
- Redis publisher plug-in: write-redis-publisher.md
- Nats subscriber plug-in: write-nats-subscriber.md
- Nats publisher plug-in: write-nats-publisher.md
- 🛠️ Host functions:
- Intro: host-functions/intro.md
- Display: host-functions/display.md
- Environment: host-functions/env.md
- Memory cache: host-functions/mem.md
- Redis cache: host-functions/redis.md
- Redis PubSub: host-functions/redis-pubsub.md
- Nats: host-functions/nats.md
- Files: host-functions/files.md
- 🟣 Write Slingshot plug-ins:
- Slingdhot PDK: slingshot-pdk/intro.md
- Go PDK: slingshot-pdk/go-pdk.md
- Rust PDK: slingshot-pdk/rust-pdk.md
- 🚩 Extism flags: extism-flags.md
theme:
name: material
palette:
primary: deep purple
features:
#- announce.dismiss
#- content.action.edit
#- content.action.view
#- content.code.annotate
#- content.code.copy
# - content.code.select
# - content.tabs.link
#- content.tooltips
# - header.autohide
# - navigation.expand
#- navigation.footer
#- navigation.indexes
# - navigation.instant
# - navigation.prune
#- navigation.sections
#- navigation.tabs
# - navigation.tabs.sticky
#- navigation.top
#- navigation.tracking
#- search.highlight
#- search.share
#- search.suggest
#- toc.follow
# - toc.integrate
extra_css:
- stylesheets/extra.css
markdown_extensions:
- abbr
- admonition
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- def_list
- footnotes
- md_in_html
- pymdownx.highlight:
use_pygments: true
auto_title: false
linenums: true
anchor_linenums: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
line_spans: __span
#theme:
# name: readthedocs
# highlightjs: true
# hljs_languages:
# - yaml
# - rust
# - golang
# - bash
# - javascript