-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathmkdocs.yml
More file actions
147 lines (139 loc) · 4.68 KB
/
mkdocs.yml
File metadata and controls
147 lines (139 loc) · 4.68 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
site_name: BLIS — Blackbox Inference Simulator
site_description: A discrete-event simulator for LLM inference serving systems
repo_url: https://github.com/inference-sim/inference-sim
repo_name: inference-sim/inference-sim
# MkDocs default exclusion /templates/ only applies to top-level templates/.
# Since templates moved to contributing/templates/ (nested), the default no longer
# applies. Only plans/ needs explicit exclusion (internal implementation plans).
exclude_docs: |
plans/
bob-commands/
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.indexes
- navigation.sections
- navigation.expand
- navigation.footer
- navigation.top
- search.highlight
- search.suggest
- content.code.copy
- toc.follow
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- tables
- toc:
permalink: true
plugins:
- search
- blog:
blog_dir: blog
post_date_format: long
categories_allowed:
- What is BLIS?
- Capacity Planning
- Architecture
- Tutorials
- Deep Dives
extra:
version:
provider: mike
default: latest
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mermaid-text-fix.js
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
nav:
- Home: index.md
- Getting Started:
- getting-started/index.md
- Installation: getting-started/installation.md
- Quick Start: getting-started/quickstart.md
- "Tutorial: Capacity Planning": getting-started/tutorial.md
- Concepts:
- concepts/index.md
- Glossary: concepts/glossary.md
- Cluster Architecture: concepts/architecture.md
- Core Engine: concepts/core-engine.md
- Roofline Estimation: concepts/roofline.md
- User Guide:
- guide/index.md
- Routing Policies: guide/routing.md
- Admission Control: guide/admission.md
- Scheduling & Priority: guide/scheduling.md
- Latency Models: guide/latency-models.md
- KV Cache & Memory: guide/kv-cache.md
- Workload Specifications: guide/workloads.md
- Cluster Simulation: guide/cluster.md
- Metrics & Results: guide/results.md
- Observe / Replay / Calibrate: guide/observe-replay-calibrate.md
- Hypothesis Experimentation: guide/experimentation.md
- Skills & Plugins: guide/skills-and-plugins.md
- Reference:
- reference/index.md
- Project Structure: reference/project-structure.md
- Configuration: reference/configuration.md
- Model Compatibility: reference/models.md
- Workload Spec Schema: reference/workload-spec.md
- Methodology:
- methodology/index.md
- Strategy Evolution: methodology/strategy-evolution.md
- Hypothesis Bundles: methodology/hypothesis-bundles.md
- Contributing:
- contributing/index.md
- Extension Recipes: contributing/extension-recipes.md
- PR Workflow: contributing/pr-workflow.md
- Design Process: contributing/design-process.md
- Macro Planning: contributing/macro-planning.md
- Hypothesis Experiments: contributing/hypothesis.md
- Convergence Protocol: contributing/convergence.md
- Standards:
- "Antipattern Rules (R1-R23)": contributing/standards/rules.md
- "System Invariants (INV-1-INV-11)": contributing/standards/invariants.md
- Engineering Principles: contributing/standards/principles.md
- Experiment Standards: contributing/standards/experiments.md
- Templates:
- Design Guidelines: contributing/templates/design-guidelines.md
- Macro Plan: contributing/templates/macro-plan.md
- Micro Plan: contributing/templates/micro-plan.md
- Hypothesis: contributing/templates/hypothesis.md
- Blog:
- blog/index.md