Navegador

navegador / mkdocs.yml
Blame History Raw 110 lines
1
site_name: Navegador
2
site_url: https://navegador.dev
3
site_description: Project knowledge graph for AI coding agents — code structure, business rules, and architectural decisions in one queryable graph
4
site_author: CONFLICT LLC
5
repo_url: https://github.com/ConflictHQ/navegador
6
repo_name: ConflictHQ/navegador
7
8
theme:
9
name: material
10
logo: assets/images/conflict-logo.svg
11
favicon: assets/images/favicon.png
12
font:
13
text: Roboto
14
code: Roboto Mono
15
palette:
16
- media: "(prefers-color-scheme: dark)"
17
scheme: slate
18
primary: custom
19
accent: custom
20
toggle:
21
icon: material/brightness-4
22
name: Switch to light mode
23
- media: "(prefers-color-scheme: light)"
24
scheme: default
25
primary: custom
26
accent: custom
27
toggle:
28
icon: material/brightness-7
29
name: Switch to dark mode
30
features:
31
- navigation.instant
32
- navigation.tabs
33
- navigation.sections
34
- navigation.expand
35
- navigation.top
36
- search.suggest
37
- search.highlight
38
- content.code.copy
39
- content.tabs.link
40
- header.autohide
41
icon:
42
repo: fontawesome/brands/github
43
44
extra_css:
45
- assets/css/custom.css
46
47
plugins:
48
- search
49
- mkdocstrings:
50
handlers:
51
python:
52
options:
53
show_source: true
54
show_root_heading: true
55
56
markdown_extensions:
57
- admonition
58
- pymdownx.details
59
- pymdownx.superfences:
60
custom_fences:
61
- name: mermaid
62
class: mermaid
63
format: !!python/name:pymdownx.superfences.fence_code_format
64
- pymdownx.tabbed:
65
alternate_style: true
66
- pymdownx.highlight:
67
anchor_linenums: true
68
- pymdownx.inlinehilite
69
- pymdownx.snippets
70
- attr_list
71
- md_in_html
72
- toc:
73
permalink: true
74
75
nav:
76
- Home: index.md
77
- Getting Started:
78
- Installation: getting-started/installation.md
79
- Quick Start: getting-started/quickstart.md
80
- Configuration: getting-started/configuration.md
81
- Guide:
82
- Ingesting a Repo: guide/ingestion.md
83
- Loading Context: guide/context-loading.md
84
- Framework Enrichment: guide/framework-enrichment.md
85
- Structural Analysis: guide/analysis.md
86
- Intelligence Layer: guide/intelligence.md
87
- Python SDK: guide/sdk.md
88
- Graph Queries: guide/graph-queries.md
89
- MCP Integration: guide/mcp-integration.md
90
- CI/CD: guide/ci-cd.md
91
- Cluster Mode: guide/cluster.md
92
- Agent Hooks: guide/agent-hooks.md
93
- Planopticon: guide/planopticon.md
94
- Architecture:
95
- Overview: architecture/overview.md
96
- Graph Schema: architecture/graph-schema.md
97
- API Reference:
98
- Python SDK: api/sdk.md
99
- Ingestion: api/ingestion.md
100
- Analysis: api/analysis.md
101
- Graph: api/graph.md
102
- MCP Server: api/mcp.md
103
104
extra:
105
social:
106
- icon: fontawesome/brands/github
107
link: https://github.com/ConflictHQ/navegador
108
109
copyright: Copyright © 2026 CONFLICT LLC
110

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button