- test.md: 25 endpoint tests (13 GET + 12 POST) all PASS, including Kafka flow - troubleshoot.md: 9 real problems faced during deployment with fixes - Updated mkdocs.yml nav to include new pages Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
25 lines
567 B
YAML
25 lines
567 B
YAML
site_name: 'Scheduler Service'
|
|
site_description: 'Job scheduling and execution service for managing scheduled tasks and job triggers'
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Getting Started: getting-started.md
|
|
- API Reference: api-reference.md
|
|
- Configuration: configuration.md
|
|
- Deployment: deployment.md
|
|
- Test Results: test.md
|
|
- Troubleshoot: troubleshoot.md
|
|
|
|
plugins:
|
|
- techdocs-core
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- codehilite
|
|
- pymdownx.superfences
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- pymdownx.details
|
|
- toc:
|
|
permalink: true
|