-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (33 loc) · 826 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
36 lines (33 loc) · 826 Bytes
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
site_name: Ship Compiler
site_description: The Agentic Era Systems Compiler
site_url: ""
theme:
name: material
palette:
scheme: slate
primary: black
accent: indigo
features:
- navigation.tabs
- navigation.instant
- navigation.tracking
- content.code.copy
- content.code.annotate
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.superfences
- pymdownx.inlinehilite
- admonition
- attr_list
nav:
- Introduction: index.md
- Getting Started: getting-started.md
- Syntax Reference: syntax.md
- Architecture: architecture.md
- Backend Design: backend-architecture.md
- Agentic Interface: agent-interface.md
- Memory Model: memory-model.md
- High-Performance I/O: io_uring.md