forked from get-thriving/thrive
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
79 lines (76 loc) · 3.74 KB
/
Copy pathmkdocs.yml
File metadata and controls
79 lines (76 loc) · 3.74 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
---
site_name: Jupiter
site_description: "Documentation for Jupiter, the life planning tool"
site_author: "Horia Coman"
copyright: "(c) 2020 Horia Coman"
repo_url: https://github.com/horia141/jupiter
repo_name: GitHub
docs_dir: docs
theme:
name: mkdocs
logo: assets/jupiter.ico
highlightjs: true
hljs_style: obsidian
nav:
- Home: 'index.md'
- Installation: 'install.md'
- Tutorial: 'tutorial.md'
- Concepts:
- 'Overview': 'concepts/overview.md'
- 'The Jupiter CLI': 'concepts/jupiter-cli.md'
- 'Integrations':
- 'Notion': 'concepts/notion-connection.md'
- 'Push Integrations':
- 'Overview': 'concepts/push-integrations.md'
- 'Slack Tasks': 'concepts/slack-tasks.md'
- 'Email Tasks': 'concepts/email-tasks.md'
- 'Local Storage': 'concepts/local-storage.md'
- 'Workspace': 'concepts/workspaces.md'
- 'Vacations': 'concepts/vacations.md'
- 'Projects': 'concepts/projects.md'
- 'Inbox Tasks': 'concepts/inbox-tasks.md'
- 'Habits': 'concepts/habits.md'
- 'Chores': 'concepts/chores.md'
- 'Big Plans': 'concepts/big-plans.md'
- 'Smart Lists': 'concepts/smart-lists.md'
- 'Metrics': 'concepts/metrics.md'
- 'Personal Relationship Manager': 'concepts/persons.md'
- 'Reporting': 'concepts/reporting.md'
- 'Sync Notion And Local': 'concepts/notion-local-sync.md'
- 'Tasks Generation': 'concepts/tasks-generation.md'
- 'Garbage Collection': 'concepts/garbage-collection.md'
- 'How Tos':
- 'Garbage Collection': 'how-tos/do-garbage-collection.md'
- 'Update An Expired Token': 'how-tos/update-an-expired-token.md'
- 'Fix Data Inconsistencies': 'how-tos/fix-data-inconsistencies.md'
- 'Recreate A Missing Notion Entity': 'how-tos/recreate-a-missing-notion-entity.md'
- 'Sync From Local To Notion': 'how-tos/sync-from-local-to-notion.md'
- 'Use Slack As A Source Of Inbox Tasks': 'how-tos/use-slack-as-a-source-for-inbox-tasks.md'
- 'Use Email As A Source Of Inbox Tasks': 'how-tos/use-email-as-a-source-for-inbox-tasks.md'
- Roadmap: 'roadmap.md'
- Releases:
- 'Version 0.10.1': 'releases/version-0.10.1.md'
- 'Version 0.10.0': 'releases/version-0.10.0.md'
- 'Version 0.9.0': 'releases/version-0.9.0.md'
- Older:
- 'Version 0.8.0': 'releases/version-0.8.0.md'
- 'Version 0.7.0': 'releases/version-0.7.0.md'
- 'Version 0.6.1': 'releases/version-0.6.1.md'
- 'Version 0.6.0': 'releases/version-0.6.0.md'
- 'Version 0.5.1': 'releases/version-0.5.1.md'
- 'Version 0.5.0': 'releases/version-0.5.0.md'
- 'Version 0.4.2': 'releases/version-0.4.2.md'
- 'Version 0.3.0': 'releases/version-0.3.0.md'
- 'Version 0.2.0': 'releases/version-0.2.0.md'
- 'Version 0.1.6': 'releases/version-0.1.6.md'
- 'Version 0.1.5': 'releases/version-0.1.5.md'
- 'Version 0.1.4': 'releases/version-0.1.4.md'
- 'Version 0.1.3': 'releases/version-0.1.3.md'
- 'Version 0.1.2': 'releases/version-0.1.2.md'
- 'Version 0.1.1': 'releases/version-0.1.1.md'
- 'Version 0.1.0': 'releases/version-0.1.0.md'
- 'Version 0.0.5': 'releases/version-0.0.5.md'
- 'Version 0.0.4': 'releases/version-0.0.4.md'
- 'Version 0.0.3': 'releases/version-0.0.3.md'
- 'Version 0.0.2': 'releases/version-0.0.2.md'
- 'Version 0.0.1': 'releases/version-0.0.1.md'