-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
69 lines (69 loc) · 2.01 KB
/
mkdocs.yml
File metadata and controls
69 lines (69 loc) · 2.01 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
site_name: Bamboo Documentation
site_description: "Guides, references, and roadmaps for the Bamboo microframework"
site_url: https://greenarmor.github.io/bamboo/
repo_url: https://github.com/greenarmor/bamboo
repo_name: greenarmor/bamboo
docs_dir: docs
nav:
- Home: index.md
- Installation:
- PHP 8.2: Install-Bamboo-PHP82.md
- PHP 8.3: Install-Bamboo-PHP83.md
- PHP 8.4: Install-Bamboo-PHP84.md
- Framework Guide:
- Modules: modules.md
- Router: router.md
- UI Templating: ui-templating.md
- Configuration:
- Overview: configuration/overview.md
- CLI:
- Command Reference: cli/README.md
- JWT Auth Toolkit: cli/jwt-auth-toolkit.md
- Database Setup Wizard: cli/database-setup.md
- Tasks:
- Overview: tasks/README.md
- Config Validation in CI: tasks/config-validation-ci.md
- Benchmarks Baseline Dataset: tasks/benchmarks-baseline-dataset.md
- Upgrade Guide Config Deprecations: tasks/upgrade-guide-config-deprecations.md
- Benchmarks:
- Overview: benchmarks/README.md
- Baseline Dataset (2024-05-28): benchmarks/data/20240528-baseline.md
- Starters: starters/README.md
- Compatibility: OpenSwoole-Compat-and-Fixes.md
- Upgrade:
- Bamboo v1.0 Upgrade Guide: upgrade/v1.0.md
- Roadmap:
- v0.3 Prep: roadmap/v0.3-prep.md
- v0.4 Prep: roadmap/v0.4-prep.md
- v1.0 Prep: roadmap/v1.0-prep.md
theme:
name: material
palette:
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
features:
- navigation.expand
- navigation.indexes
- navigation.sections
plugins:
- search
- awesome-pages
- minify:
minify_html: true
validation:
omitted_files: warn
absolute_links: ignore
unrecognized_links: ignore
markdown_extensions:
- admonition
- codehilite
- footnotes
- pymdownx.superfences
- toc:
permalink: true