-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmkdocs.yml
More file actions
47 lines (47 loc) · 1.33 KB
/
Copy pathmkdocs.yml
File metadata and controls
47 lines (47 loc) · 1.33 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
site_name: Token Optimization Guide
site_description: Practical guide to reducing GitHub Copilot token spend without losing quality.
theme:
name: material
palette:
- scheme: default
primary: blue grey
accent: teal
features:
- navigation.sections
- navigation.top
- navigation.footer
- toc.follow
- search.highlight
- search.suggest
- content.code.copy
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- Part 1:
- Why Tokens Matter: 01-why-tokens-matter.md
- Part 2:
- Prompt Compression: 02-prompt-compression.md
- Language Comparison: 03-language-comparison.md
- Context Management: 04-context-management.md
- Output Control: 05-output-control.md
- Workflow Optimization: 06-workflow-optimization.md
- Always-On Context Problem: 07-agents-md-problem.md
- MCP & Tool Costs: 08-mcp-tool-costs.md
- Part 3:
- Comparisons & Data: 09-comparisons-data.md
- Part 4:
- Practical Setup: 10-practical-setup.md
- Model Selection & Pricing: 11-models-and-pricing.md
- Enterprise Governance: 12-enterprise-governance.md