23 lines
507 B
YAML
23 lines
507 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
|
|
|
|
plugins:
|
|
- techdocs-core
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- codehilite
|
|
- pymdownx.superfences
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- pymdownx.details
|
|
- toc:
|
|
permalink: true
|