generated from krisnova/rust-nova
-
Notifications
You must be signed in to change notification settings - Fork 90
/
mkdocs.yml
76 lines (71 loc) · 1.98 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
site_name: "Aurae Runtime"
site_url: "https://aurae.io"
repo_url: "https://github.com/aurae-runtime/aurae"
edit_uri: "edit/main/docs/"
nav:
- Home: index.md
- Auraed: /auraed
- AuraeScript:
- About: /auraescript
- Examples on GitHub: https://github.com/aurae-runtime/aurae/tree/main/examples
- Aurae Standard Library:
- Specification: /stdlib
- V0: /stdlib/v0
- Getting Started:
- Building from Source: /build
- Quick Start: /quickstart
#- Examples: /examples
- Development Environments: /development-environments
- Signals: /signals
- Certificates: /certs
- Community:
- Aurae Community: /community
- Join our Discord: https://discord.gg/aTe2Rjg5rq
- Reference:
- auraed: /crate/auraed
- auraescript: /crate/auraescript
- client: /crate/client
- aer: /crate/aer
- src:
- auraed: /crate/src/auraed/lib.rs.html
- auraescript: /crate/src/auraescript/lib.rs.html
- client: /crate/src/client/lib.rs.html
- aer: /crate/src/aer/lib.rs.html
- Blog:
- Isolation with Aurae Cells: /blog/2022-10-24-aurae-cells
- Cgroups in Aurae: /blog/2022-12-11-cgroups
theme:
name: material
language: en
logo: assets/logo/aurae-white.png
favicon: assets/logo/aurae.png
font:
text: Terminus
palette:
scheme: slate
primary: indigo
accent: white
extra_css:
- assets/aurae.css
markdown_extensions:
- admonition
- attr_list
- def_list
- pymdownx.highlight
- pymdownx.snippets
- footnotes
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
copyright: Copyright © 2022-2023 The Aurae Runtime Project
extra:
generator: false
social:
- icon: fontawesome/solid/paper-plane
link: mailto:<[email protected]>