-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmkdocs.yml
More file actions
53 lines (49 loc) · 1.18 KB
/
Copy pathmkdocs.yml
File metadata and controls
53 lines (49 loc) · 1.18 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
site_name: Fast
repo_url: https://github.com/jonatas/fast
edit_uri: edit/master/docs/
extra:
analytics:
provider: google
property: G-YKZDZDNRG2
theme:
name: material
palette:
primary: indigo
accent: pink
logo: assets/logo.png
favicon: assets/favicon.png
extra_css:
- stylesheets/custom.css
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
nav:
- Introduction: index.md
- Walkthrough: walkthrough.md
- Syntax: syntax.md
- Command Line: command_line.md
- Experiments: experiments.md
- Shortcuts: shortcuts.md
- Git Integration: git.md
- Agents & LLMs:
- Fast for LLMs and Agents: agents.md
- Gains (Efficiency Tracking): gains.md
- MCP Server Tutorial: mcp_tutorial.md
- Code Similarity: similarity_tutorial.md
- LLM/Agent Feature TODOs: llm_features.md
- Pry Integration: pry-integration.md
- Editors' Integration: editors-integration.md
- Research: research.md
- Ideas: ideas.md
- Videos: videos.md
- SQL:
- Intro: sql/index.md
- Shortcuts: sql/shortcuts.md
- About: sql-support.md