callumalpass_tasknotes/mkdocs.yml
callumalpass 5708d3dd9d docs: consolidate and streamline documentation
- Add v3 to v4 migration guide with Bases setup instructions
- Expand core-concepts.md with YAML structure, property types, and methodology examples
- Streamline index.md to be a concise landing page with quickstart
- Remove developer-focused timezone docs (TIMEZONE_HANDLING_*.md)
- Update releases.md to show v4.x as current
- Fix broken relative links in features.md
- Reduce repetition across docs by centralizing Bases info in core-concepts.md
- Consolidate task-management.md recurring tasks and reminders sections
- Simplify features/integrations.md and features/calendar-integration.md
- Reduce task-defaults.md Default Reminders section from 227 to 24 lines
- Add v4/Bases troubleshooting and OAuth calendar troubleshooting sections
- Update troubleshooting.md with current settings paths and GitHub link
- Update calendar-setup.md with Azure manifest redirect URI instructions
2025-12-07 13:03:21 +11:00

92 lines
No EOL
2.8 KiB
YAML

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
- 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
- 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