forked from callumalpass/tasknotes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
94 lines (90 loc) · 2.96 KB
/
mkdocs.yml
File metadata and controls
94 lines (90 loc) · 2.96 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
site_name: TaskNotes Documentation
site_url: https://tasknotes.dev/
site_description: Comprehensive task and note management with calendar integration for Obsidian
site_author: Callum Alpass
repo_name: callumalpass/tasknotes
repo_url: https://github.com/callumalpass/tasknotes
# Configuration
theme:
name: material # Use the Material theme
# You can add theme-specific features here later, like palettes, fonts, logos, etc.
features:
# - navigation.tabs
- search.suggest
font:
text: Crimson Text
palette:
- media: "(prefers-color-scheme)"
accent: purple
primary: white
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
accent: purple
primary: white
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
accent: purple
primary: black
toggle:
icon: material/toggle-switch-off-outline
nav:
- Home: index.md
- Core Concepts: core-concepts.md
- Features:
- Overview: features.md
- Task Management: features/task-management.md
- Inline Task Integration: features/inline-tasks.md
- Time Management: features/time-management.md
- Calendar Integration: features/calendar-integration.md
- ICS Integration: features/ics-integration.md
- Third-party Integrations: features/integrations.md
- User Fields: features/user-fields.md
- Template Variables: features/template-variables.md
- Views:
- Overview: views.md
- Task List View: views/task-list.md
- Notes View: views/notes-view.md
- Agenda View: views/agenda-view.md
- Kanban View: views/kanban-view.md
- Calendar Views: views/calendar-views.md
- Pomodoro View: views/pomodoro-view.md
- Default Base Templates: views/default-base-templates.md
- Settings:
- Overview: settings.md
- General: settings/general.md
- Features: settings/features.md
- Task Properties: settings/task-properties.md
- Property Types Reference: settings/property-types-reference.md
- Defaults & Templates: settings/defaults.md
- Task Defaults: settings/task-defaults.md
- Appearance & UI: settings/appearance.md
- Inline Task Settings: settings/inline-task-settings.md
- Calendar Settings: settings/calendar-settings.md
- Integrations: settings/integrations.md
- Advanced Settings: settings/advanced-settings.md
- APIs & Integration:
- HTTP API: HTTP_API.md
- NLP API: nlp-api.md
- Webhooks: webhooks.md
- Workflows: workflows.md
- Migration Guide: migration-v3-to-v4.md
- Development:
- Translation Workflow: development/translations.md
- i18n-state-manager: development/i18n-state-manager.md
- Release Notes: releases.md
- Troubleshooting: troubleshooting.md
- Privacy Policy: privacy.md
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
- attr_list
extra_css:
- stylesheets/extra.css