-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathmkdocs.yml
More file actions
50 lines (46 loc) · 1.4 KB
/
mkdocs.yml
File metadata and controls
50 lines (46 loc) · 1.4 KB
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
site_name: Lind-Wasm Docs
site_url: https://lind-project.github.io/lind-wasm/
repo_url: https://github.com/Lind-Project/lind-wasm/
edit_uri: edit/main/docs/
theme:
name: material
features:
- content.action.edit
plugins:
- search
- section-index
nav:
- Home: index.md
- Getting Started: getting-started.md
- Internal Documentation:
- internal/index.md
- libc: internal/libc.md
- Wasmtime: internal/wasmtime.md
- Threei: internal/3i.md
- Grates: internal/grates.md
- Clamping: internal/clamping.md
- RawPOSIX: internal/rawposix.md
- Multi-Processing: internal/multiprocess-support.md
- Signals: internal/signals.md
- Memory: internal/memory.md
- Contributing:
- contribute/index.md
- Development setup: contribute/dev-container.md
- Rust style guide: contribute/styleguide.md
- Lind toolchain: contribute/toolchain.md
- Testing: contribute/testing.md
- Debug programs: contribute/debug-programs.md
- Adding to the docs: contribute/add-docs.md
- Security policy: contribute/security.md
- Docker Hub release workflow: contribute/docker-release-workflow.md
- End-to-End Testing: contribute/e2e-testing.md
- Community:
- community/index.md
- Team: community/team.md
- Code of conduct: community/conduct.md
extra_css:
- stylesheets/img.css
markdown_extensions:
- admonition
- sane_lists
- pymdownx.superfences