* docs: Update git repo name * docs: add acknowledgements section * docs: clarifications and consistency improvements * ci: Update CodeRabbit configuration * Update README.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * docs: Fix repo path everywhere --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
76 lines
1.9 KiB
YAML
76 lines
1.9 KiB
YAML
site_name: FreeCAD MCP Server
|
|
site_description: MCP server for FreeCAD integration with AI assistants
|
|
site_url: https://github.com/spkane/freecad-robust-mcp-and-more
|
|
repo_url: https://github.com/spkane/freecad-robust-mcp-and-more
|
|
repo_name: spkane/freecad-robust-mcp-and-more
|
|
|
|
theme:
|
|
name: material
|
|
palette:
|
|
- scheme: default
|
|
primary: blue
|
|
accent: blue
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Switch to dark mode
|
|
- scheme: slate
|
|
primary: blue
|
|
accent: blue
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Switch to light mode
|
|
features:
|
|
- content.code.copy
|
|
- content.code.annotate
|
|
- navigation.instant
|
|
- navigation.tracking
|
|
- navigation.tabs
|
|
- navigation.sections
|
|
- toc.integrate
|
|
- search.suggest
|
|
- search.highlight
|
|
|
|
markdown_extensions:
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
- pymdownx.superfences
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- admonition
|
|
- pymdownx.details
|
|
- attr_list
|
|
- md_in_html
|
|
- tables
|
|
- toc:
|
|
permalink: true
|
|
|
|
plugins:
|
|
- search
|
|
- mkdocstrings:
|
|
handlers:
|
|
python:
|
|
options:
|
|
docstring_style: google
|
|
show_source: true
|
|
show_root_heading: true
|
|
show_category_heading: true
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Getting Started:
|
|
- Installation: getting-started/installation.md
|
|
- Configuration: getting-started/configuration.md
|
|
- Quick Start: getting-started/quickstart.md
|
|
- User Guide:
|
|
- Embedded Mode: guide/embedded-mode.md
|
|
- Socket Mode: guide/socket-mode.md
|
|
- Tools Reference: guide/tools.md
|
|
- Resources Reference: guide/resources.md
|
|
- API Reference:
|
|
- Server: api/server.md
|
|
- Bridge: api/bridge.md
|
|
- Config: api/config.md
|
|
- Development:
|
|
- Contributing: development/contributing.md
|
|
- Architecture: development/architecture.md
|