-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs-pypi.yml
More file actions
70 lines (62 loc) · 1.77 KB
/
mkdocs-pypi.yml
File metadata and controls
70 lines (62 loc) · 1.77 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
# Empathy Framework - PyPI/GitHub Documentation
# Minimal documentation for package distribution
# Build: mkdocs build -f mkdocs-pypi.yml
site_name: Empathy Framework
site_description: Production-ready Level 4 Anticipatory Intelligence for AI-human collaboration
site_author: Patrick Roebuck
site_url: https://empathy-framework.readthedocs.io
repo_name: Smart-AI-Memory/empathy
repo_url: https://github.com/Smart-AI-Memory/empathy
copyright: Copyright © 2025 Smart-AI-Memory
# Minimal navigation for PyPI/GitHub
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Quick Start: getting-started/quickstart.md
- Configuration: getting-started/configuration.md
- API Reference:
- Overview: api-reference/index.md
- EmpathyOS: api-reference/empathy-os.md
- Configuration: api-reference/config.md
- Core: api-reference/core.md
- Contributing: contributing.md
# Theme Configuration
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
features:
- navigation.instant
- navigation.tracking
- search.suggest
- content.code.copy
icon:
logo: material/brain
font:
text: Roboto
code: Roboto Mono
plugins:
- search
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- admonition
- tables
- toc:
permalink: true
- attr_list
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Smart-AI-Memory/empathy
- icon: fontawesome/brands/python
link: https://pypi.org/project/empathy-framework/