Complete all Tutorial and Getting Started documentation pages
Completed comprehensive, learning-oriented tutorial content following Diátaxis framework: Getting Started pages: - first-steps.md: Hands-on exploration of generated files with step-by-step verification - installation.md and quick-start.md: Already completed with clear installation paths Tutorial pages: - basic-setup.md: Progressive configuration from minimal to complete setup - configure-robots.md: Bot access control with practical examples - setup-llms.md: AI assistant context with instructions and API documentation - create-humans.md: Team credits, tech stack, and project story - security-canary.md: RFC 9116 security.txt and warrant canary implementation - webfinger.md: Federated discovery for ActivityPub and OpenID Connect All tutorials follow Diátaxis principles: - Step-by-step instructions that work for everyone - Concrete code examples with expected output - Build and verify commands after each step - Focus on getting learners started with confidence - Minimal explanation, maximum hands-on practice - Progressive complexity building on previous steps Documentation verified with successful docs build.
This commit is contained in:
parent
331cde52d8
commit
f8d4e10ffc
8 changed files with 2964 additions and 132 deletions
101
status.json
Normal file
101
status.json
Normal file
|
|
@ -0,0 +1,101 @@
|
|||
{
|
||||
"task_masters": {
|
||||
"tutorials": {
|
||||
"status": "ready",
|
||||
"branch": "docs/tutorials-content",
|
||||
"worktree": "docs-tutorials",
|
||||
"pages": [
|
||||
"getting-started/installation.md",
|
||||
"getting-started/quick-start.md",
|
||||
"getting-started/first-steps.md",
|
||||
"tutorials/basic-setup.md",
|
||||
"tutorials/configure-robots.md",
|
||||
"tutorials/setup-llms.md",
|
||||
"tutorials/create-humans.md",
|
||||
"tutorials/security-canary.md",
|
||||
"tutorials/webfinger.md"
|
||||
],
|
||||
"dependencies": [],
|
||||
"completed_pages": [
|
||||
"getting-started/installation.md",
|
||||
"getting-started/quick-start.md",
|
||||
"getting-started/first-steps.md",
|
||||
"tutorials/basic-setup.md",
|
||||
"tutorials/configure-robots.md",
|
||||
"tutorials/setup-llms.md",
|
||||
"tutorials/create-humans.md",
|
||||
"tutorials/security-canary.md",
|
||||
"tutorials/webfinger.md"
|
||||
]
|
||||
},
|
||||
"howto": {
|
||||
"status": "executing",
|
||||
"branch": "docs/howto-content",
|
||||
"worktree": "docs-howto",
|
||||
"pages": [
|
||||
"how-to/block-bots.md",
|
||||
"how-to/customize-llm-instructions.md",
|
||||
"how-to/add-team-members.md",
|
||||
"how-to/filter-sitemap.md",
|
||||
"how-to/cache-headers.md",
|
||||
"how-to/environment-config.md",
|
||||
"how-to/content-collections.md",
|
||||
"how-to/custom-templates.md",
|
||||
"how-to/activitypub.md"
|
||||
],
|
||||
"dependencies": ["tutorials"],
|
||||
"completed_pages": []
|
||||
},
|
||||
"reference": {
|
||||
"status": "executing",
|
||||
"branch": "docs/reference-content",
|
||||
"worktree": "docs-reference",
|
||||
"pages": [
|
||||
"reference/configuration.md",
|
||||
"reference/api.md",
|
||||
"reference/robots.md",
|
||||
"reference/llms.md",
|
||||
"reference/humans.md",
|
||||
"reference/security.md",
|
||||
"reference/canary.md",
|
||||
"reference/webfinger.md",
|
||||
"reference/sitemap.md",
|
||||
"reference/cache.md",
|
||||
"reference/typescript.md"
|
||||
],
|
||||
"dependencies": [],
|
||||
"completed_pages": []
|
||||
},
|
||||
"explanation": {
|
||||
"status": "executing",
|
||||
"branch": "docs/explanation-content",
|
||||
"worktree": "docs-explanation",
|
||||
"pages": [
|
||||
"explanation/why-discovery.md",
|
||||
"explanation/robots-explained.md",
|
||||
"explanation/llms-explained.md",
|
||||
"explanation/humans-explained.md",
|
||||
"explanation/security-explained.md",
|
||||
"explanation/canary-explained.md",
|
||||
"explanation/webfinger-explained.md",
|
||||
"explanation/seo.md",
|
||||
"explanation/ai-integration.md",
|
||||
"explanation/architecture.md",
|
||||
"examples/ecommerce.md",
|
||||
"examples/documentation.md",
|
||||
"examples/blog.md",
|
||||
"examples/api-platform.md",
|
||||
"examples/multilanguage.md",
|
||||
"examples/federated-social.md",
|
||||
"community/contributing.md",
|
||||
"community/changelog.md",
|
||||
"community/troubleshooting.md",
|
||||
"community/faq.md"
|
||||
],
|
||||
"dependencies": [],
|
||||
"completed_pages": []
|
||||
}
|
||||
},
|
||||
"merge_order": ["reference", "tutorials", "howto", "explanation"],
|
||||
"integration_status": "pending"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue