14 lines
237 B
YAML
14 lines
237 B
YAML
site_name: Satware AI Agents
|
|
theme: material
|
|
plugins:
|
|
- search
|
|
markdown_extensions:
|
|
- admonition
|
|
- codehilite
|
|
- extra
|
|
nav:
|
|
- Home: index.md
|
|
- About: about.md
|
|
- Services: services.md
|
|
- Team: team.md
|
|
- Contact: contact.md |