Flocon/mkdocs.yml
Florent Champigny 6e53fe12f1 removed theme
2025-12-24 15:04:52 +01:00

45 lines
No EOL
1,016 B
YAML

site_name: Flocon
site_url: https://github.com/openflocon/Flocon
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- content.code.copy
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- attr_list
- md_in_html
nav:
- Home: index.md
- Starting:
- Setup: setup.md
- MacOS Install: macos-install.md
- Troubleshooting: troubleshooting.md
- Features:
- Network:
- REST: network.md
- GraphQL: graphql.md
- Websocket: websocket.md
- GRPC: grpc.md
- Images: image.md
- Database: database.md
- Analytics: analytics.md
- Files: files.md
- Shared Preferences: sharedpref.md
- Dashboard: dashboard.md
- Tables: table.md
- Deeplinks: deeplink.md
- About:
- Story: about.md
- Contributors: contributors.md