-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
89 lines (82 loc) · 3.64 KB
/
mkdocs.yml
File metadata and controls
89 lines (82 loc) · 3.64 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
site_name: Master Philosophers
site_description: A practical philosophy learning hub with guided study paths.
site_url: https://dmoliveira.github.io/master-philosophers/
repo_url: https://github.com/dmoliveira/master-philosophers
repo_name: dmoliveira/master-philosophers
theme:
name: material
features:
- navigation.sections
- navigation.top
- content.code.copy
- search.suggest
- search.highlight
markdown_extensions:
- admonition
- attr_list
- toc:
permalink: true
exclude_docs: |
.*
nav:
- Home: index.md
- How to Use This Site: how-to-use-this-site.md
- Start Here:
- Authors Map: authors.md
- Book Guide: books.md
- Week Zero Kickoff: plan/week-zero-kickoff.md
- Study Paths:
- Study Plans: plan/study-plans.md
- Progression Paths: plan/progression-paths.md
- Navigation Map: resources/navigation-map.md
- Zensical Migration Evaluation: plan/zensical-migration-evaluation.md
- Zensical Parity Checklist: plan/zensical-prototype-parity-checklist.md
- Zensical Prototype Plan: plan/zensical-prototype-execution-plan.md
- Zensical Bootstrap Plan: plan/zensical-prototype-bootstrap-plan.md
- Zensical Preview Log: plan/zensical-prototype-preview-log.md
- Zensical Config Checklist: plan/zensical-config-migration-checklist.md
- Zensical Ops Quick Ref: plan/zensical-prototype-ops-quick-ref.md
- Zensical Command Cheat Sheet: plan/zensical-migration-command-cheat-sheet.md
- Zensical Status Dashboard: plan/zensical-prototype-status-dashboard.md
- Zensical Readiness Rubric: plan/zensical-prototype-readiness-rubric.md
- Zensical Readiness Checklist Index: plan/zensical-migration-readiness-checklist-index.md
- Zensical Cutover Preflight: plan/zensical-cutover-preflight-checklist.md
- Zensical Cutover Runbook: plan/zensical-cutover-runbook-template.md
- Zensical Post-Cutover Verification: plan/zensical-post-cutover-verification-checklist.md
- Zensical Rollback Verification: plan/zensical-rollback-verification-checklist.md
- Zensical Lessons Learned Index: plan/zensical-migration-lessons-learned-index.md
- Resources:
- Learning Resources: resources/learning-resources.md
- Media Watchlists: resources/media-watchlists.md
- Access Alternatives: resources/access-alternatives.md
- Discussion Prompt Bank: resources/discussion-prompt-bank.md
- Source Freshness Log: resources/source-freshness-log.md
- Support the Project: support-the-project.md
- Wiki Support Snippet: wiki-support-snippet.md
- Cheatsheets:
- Argument Analysis: cheatsheets/argument-analysis-cheat-sheet.md
- Logic Drills: cheatsheets/logic-drills.md
- One-Page Study Sheet: cheatsheets/one-page-study-sheet.md
- Thinker Comparison: cheatsheets/thinker-comparison-sheet.md
- Philosopher Quick Map: cheatsheets/philosopher-quick-map.md
- Templates:
- Template Library: template-library.md
- Reviews and Tracking:
- Core Book Reviews: reviews/core-book-reviews.md
- Reading Streak: stats/reading-streak.md
- Content Quality Audit: plan/content-quality-audit.md
- Pages Rollout Plan: plan/github-pages-site-map.md
- Releases:
- v0.5.0: releases/v0.5.0.md
- Timeline:
- Timeline Gallery: resources/timeline-gallery.md
- Contributing:
- Contributing Guide: contributing.md
- Edition Selection Spec: specs/edition-selection-spec.md
- Enrichment Roadmap: plan/enrichment-roadmap.md
docs_dir: docs
extra_css:
- stylesheets/auto-nav-footer.css
extra_javascript:
- javascripts/auto-nav-footer.js
- javascripts/support-analytics.js