-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
92 lines (84 loc) · 2.57 KB
/
Copy pathmkdocs.yml
File metadata and controls
92 lines (84 loc) · 2.57 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
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
site_name: jailoc
site_description: Sandboxed Docker Compose environments for headless OpenCode coding agents
site_dir: public
repo_url: https://github.com/seznam/jailoc
repo_name: seznam/jailoc
theme:
name: material
language: en
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: amber
accent: orange
toggle:
icon: material/brightness-4
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: amber
accent: orange
toggle:
icon: material/brightness-7
name: Switch to automatic mode
font:
text: Inter
code: JetBrains Mono
logo: logo.png
favicon: favicon-light.png
features:
- content.code.copy
- navigation.sections
- navigation.top
- navigation.footer
- search.highlight
- search.suggest
plugins:
- macros
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
copyright: Made with ❤️ in <a href="https://o-seznam.cz/kariera/it/">Seznam.cz</a>
extra:
version: !ENV [GITHUB_REF_NAME, "latest"]
extra_javascript:
- javascripts/favicon-switch.js
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- Tutorials:
- Getting Started: tutorials/getting-started.md
- How-to Guides:
- Installation: how-to/installation.md
- Workspace Configuration: how-to/workspace-configuration.md
- Custom Images: how-to/custom-images.md
- Network Access: how-to/network-access.md
- Secrets: how-to/secrets.md
- SSH & Git Passthrough: how-to/ssh-git-passthrough.md
- Access Modes: how-to/access-modes.md
- TUI Plugin: how-to/tui-plugin.md
- Troubleshooting: how-to/troubleshooting.md
- Reference:
- CLI: reference/cli.md
- Configuration: reference/configuration.md
- Image Resolution: reference/image-resolution.md
- Default Image Contents: reference/default-image.md
- Overlay Compatibility: reference/overlay-compatibility.md
- Explanation:
- Overview: explanation/overview.md
- Threat Model: explanation/threat-model.md
- Container Architecture: explanation/container-architecture.md
- Network Isolation: explanation/network-isolation.md
- Secrets: explanation/secrets.md
- Access Modes: explanation/access-modes.md
- Development: development.md