-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathmkdocs.yml
More file actions
32 lines (28 loc) · 943 Bytes
/
mkdocs.yml
File metadata and controls
32 lines (28 loc) · 943 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
site_name: Spring AI Playground
site_description: Cross-platform desktop app and safe local execution layer for AI agent tools with Tool Studio, MCP, Agentic Chat, RAG, and No pass, no run validation.
site_url: https://spring-ai-community.github.io/spring-ai-playground/
repo_url: https://github.com/spring-ai-community/spring-ai-playground
theme:
name: material
custom_dir: docs-overrides
logo: assets/images/icon.png
favicon: assets/images/icon.png
features:
- navigation.tabs
- search.highlight
- content.code.copy
nav:
- Home: index.md
- "Getting Started": getting-started.md
- "Features": features.md
- "Tutorials": tutorials.md
docs_dir: docs
extra_css:
- assets/stylesheets/extra.css
markdown_extensions:
- meta
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg