mirror of
https://github.com/openflocon/Flocon.git
synced 2026-04-28 09:59:35 +00:00
45 lines
No EOL
1,016 B
YAML
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 |