-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
110 lines (103 loc) 路 3.06 KB
/
Copy pathmkdocs.yml
File metadata and controls
110 lines (103 loc) 路 3.06 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
site_name: Penfield Docs
site_url: https://docs.penfield.app
site_description: Documentation for Penfield - Persistent Memory for AI Assistants
repo_url: https://github.com/penfieldlabs/docs
repo_name: penfieldlabs/docs
exclude_docs: |
overrides/
.github/
.gitignore
requirements.txt
mkdocs.yml
LICENSE
theme:
name: material
custom_dir: overrides
palette:
scheme: slate
primary: custom
accent: custom
font:
text: Inter
code: JetBrains Mono
features:
- navigation.sections
- navigation.expand
- navigation.top
- navigation.footer
- search.suggest
- search.highlight
- content.code.copy
- content.tabs.link
- toc.follow
icon:
repo: fontawesome/brands/github
logo: assets/logo.svg
favicon: assets/logo.svg
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- tables
- attr_list
- md_in_html
- toc:
permalink: true
nav:
- Home: README.md
- Getting Started:
- Setup Guide: onboarding/penfield-setup-guide.md
- Quick Reference: onboarding/penfield-user-quick-reference.md
- Example Custom Instructions: onboarding/example-custom-instructions.md
- Platform Setup:
- Overview: onboarding/README.md
- ChatGPT: onboarding/chatgpt-setup.md
- Claude Code: onboarding/claude-code-setup.md
- Manus: onboarding/manus-setup.md
- MCP Remote (Cursor, Windsurf, etc.): onboarding/mcp-remote-setup.md
- Perplexity: onboarding/perplexity-setup.md
- Reconnecting: onboarding/reconnect-penfield.md
- MCP Integration:
- Tool Reference: mcp/mcp-integration.md
- API Reference:
- Overview: api/README.md
- Guides:
- Quick Start: api/guides/quick-start.md
- Best Practices: api/guides/best-practices.md
- Common Patterns: api/guides/common-patterns.md
- Memory Types: api/guides/memory-types.md
- Relationship Types: api/guides/relationship-types.md
- Error Handling: api/guides/error-handling.md
- Troubleshooting: api/guides/troubleshooting.md
- Endpoints:
- Authentication: api/endpoints/authentication.md
- Memories: api/endpoints/memories.md
- Search: api/endpoints/search.md
- Relationships: api/endpoints/relationships.md
- Documents: api/endpoints/documents.md
- Artifacts: api/endpoints/artifacts.md
- Analysis: api/endpoints/analysis.md
- Tags: api/endpoints/tags.md
- Personality: api/endpoints/personality.md
- Awakening: api/endpoints/awakening.md
- Examples:
- Python: api/examples/python.md
- cURL: api/examples/curl.md
- Schemas:
- Common Types: api/schemas/common.md
- Enums: api/schemas/enums.md
- Install Prompt: install-prompt.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/penfieldlabs
generator: false
copyright: "© 2026 Penfield™. All Rights Reserved."