-
-
Notifications
You must be signed in to change notification settings - Fork 514
Expand file tree
/
Copy pathmkdocs.yml
More file actions
76 lines (74 loc) · 2.42 KB
/
mkdocs.yml
File metadata and controls
76 lines (74 loc) · 2.42 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
site_name: CodeGraphContext
repo_url: https://github.com/CodeGraphContext/CodeGraphContext
repo_name: CodeGraphContext/CodeGraphContext
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- content.code.copy
- toc.follow
palette:
- scheme: default
primary: teal
accent: purple
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: teal
accent: lime
toggle:
icon: material/weather-sunny
name: Switch to light mode
nav:
- Home: index.md
- Getting Started:
- Prerequisites & Context: getting-started/prerequisites.md
- Installation: getting-started/installation.md
- Quickstart (5 min): getting-started/quickstart.md
- Usage:
- "Real-World Scenarios (ROI)": use_cases_detailed.md
- "User Journeys (Stories)": user_journeys.md
- "Integration & Workflows": integration_guide.md
- Guides:
- Neo4j Setup Wizard : guides/setup_deep_dive.md
- MCP Setup Wizard : guides/mcp_guide.md
- Visualizing the Graph: guides/visualization.md
- Using On-Demand Bundles: guides/bundles.md
- CI/CD & Advanced: guides/ci_cd.md
- Core Concepts:
- How it Works: concepts/how_it_works.md
- "System Architecture": architecture.md
- The Graph Model: concepts/the_graph.md
- CLI vs MCP Modes: concepts/modes.md
- CLI Reference:
- "All Commands (Master List)": reference/cli_master.md
- "Indexing & Management": reference/cli_indexing.md
- "Analysis & Querying": reference/cli_analysis.md
- "System & Config": reference/cli_system.md
- MCP Reference:
- "All Tools (Master List)": reference/mcp_master.md
- "Example Cookbook": cookbook.md
- Project Info:
- Roadmap: roadmap.md
- Contributing: contributing.md
- License: license.md
- Configuration: reference/configuration.md
- ".cgcignore Guide": reference/cgcignore.md
- Troubleshooting: reference/troubleshooting.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg