-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (36 loc) · 961 Bytes
/
mkdocs.yml
File metadata and controls
42 lines (36 loc) · 961 Bytes
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
site_name: Bespoken
site_description: A framework for creating constrained LLM applications
site_author: Bespoken Team
repo_url: https://github.com/koaning/bespoken
edit_uri: edit/main/docs/
theme:
name: material
icon:
logo: octicons/terminal-16
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.sections
- content.code.copy
- content.code.annotate
# Use our CSS instead of theme palettes
palette: {}
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
nav:
- index.md
- Examples:
- Quickstart: guides/quick-start.md
extra_css:
- https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&display=swap
- https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css
- assets/css/custom.css