-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
101 lines (94 loc) · 2.57 KB
/
Copy pathmkdocs.yml
File metadata and controls
101 lines (94 loc) · 2.57 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
site_name: Social Hook
site_description: Automated social media content from development activity
site_url: https://nj-io.github.io/social-hook/docs/
repo_url: https://github.com/nj-io/social-hook
repo_name: nj-io/social-hook
edit_uri: edit/main/site-docs/
docs_dir: site-docs
site_dir: site
theme:
name: material
favicon: assets/favicon.png
logo: assets/favicon.svg
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.action.edit
icon:
repo: fontawesome/brands/github
extra:
homepage: https://nj-io.github.io/social-hook/
hooks:
- scripts/mkdocs_hooks.py
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- toc:
permalink: true
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Quick Start: getting-started/quickstart.md
- CLI Reference:
- Overview: cli/index.md
- Commands: cli/root-commands.md
- account: cli/account.md
- advisory: cli/advisory.md
- arc: cli/arc.md
- bot: cli/bot.md
- brief: cli/brief.md
- config: cli/config.md
- content: cli/content.md
- credentials: cli/credentials.md
- cycles: cli/cycles.md
- decision: cli/decision.md
- draft: cli/draft.md
- inspect: cli/inspect.md
- journey: cli/journey.md
- manual: cli/manual.md
- media: cli/media.md
- memory: cli/memory.md
- project: cli/project.md
- snapshot: cli/snapshot.md
- strategy: cli/strategy.md
- logs: cli/logs.md
- target: cli/target.md
- topics: cli/topics.md
- Concepts:
- Overview: concepts/index.md
- How the Pipeline Works: concepts/pipeline.md
- Narrative Arcs: concepts/narrative-arcs.md
- Voice Memory: concepts/voice-memory.md
- Media Generation: concepts/media-generation.md
- Configuration:
- config.yaml: configuration/config.md
- content-config.yaml: configuration/content-config.md
- social-context.md: configuration/social-context.md