2020-11-28 14:28:47 +00:00
|
|
|
site_name: Crow
|
|
|
|
|
|
|
|
# Repository
|
2021-07-30 10:09:01 +00:00
|
|
|
repo_name: CrowCpp/Crow
|
|
|
|
repo_url: https://github.com/CrowCpp/Crow
|
|
|
|
site_url: https://crowcpp.org
|
2020-11-28 14:28:47 +00:00
|
|
|
edit_uri: ""
|
|
|
|
|
|
|
|
theme:
|
|
|
|
name: material
|
|
|
|
font: false
|
|
|
|
language: 'en'
|
|
|
|
features:
|
|
|
|
navigation.tabs
|
|
|
|
favicon: 'assets/favicon.svg'
|
|
|
|
logo: 'assets/favicon.svg'
|
|
|
|
icon:
|
|
|
|
repo: fontawesome/brands/github-square
|
2021-09-29 22:49:08 +00:00
|
|
|
static_templates:
|
|
|
|
- privacy_policy.html
|
2021-08-13 01:00:28 +00:00
|
|
|
custom_dir: docs/overrides
|
2020-11-28 14:28:47 +00:00
|
|
|
|
|
|
|
markdown_extensions:
|
2021-01-05 05:59:32 +00:00
|
|
|
- admonition
|
2020-11-28 14:28:47 +00:00
|
|
|
- pymdownx.highlight
|
2021-09-29 22:49:08 +00:00
|
|
|
- pymdownx.tabbed
|
2020-11-28 14:28:47 +00:00
|
|
|
- pymdownx.superfences
|
|
|
|
- pymdownx.inlinehilite
|
|
|
|
- pymdownx.keys
|
|
|
|
|
|
|
|
nav:
|
|
|
|
- Home: index.md
|
|
|
|
- Getting Started:
|
2021-09-29 22:43:50 +00:00
|
|
|
- Setup:
|
|
|
|
- Linux: getting_started/setup/linux.md
|
|
|
|
- MacOS: getting_started/setup/macos.md
|
|
|
|
- Windows: getting_started/setup/windows.md
|
|
|
|
- Legacy: getting_started/setup/legacy.md
|
2020-11-28 14:28:47 +00:00
|
|
|
- Your First Application: getting_started/your_first_application.md
|
|
|
|
- Guides:
|
|
|
|
- Different parts of Crow:
|
|
|
|
- App: guides/app.md
|
|
|
|
- Routes: guides/routes.md
|
|
|
|
- Logging: guides/logging.md
|
|
|
|
- JSON: guides/json.md
|
|
|
|
- Templating (Mustache): guides/templating.md
|
|
|
|
- Multipart: guides/multipart.md
|
2021-05-12 12:45:55 +00:00
|
|
|
- Query Strings: guides/query-string.md
|
2020-11-28 14:28:47 +00:00
|
|
|
- Middleware: guides/middleware.md
|
|
|
|
- SSL: guides/ssl.md
|
|
|
|
- Static Files: guides/static.md
|
2021-07-30 10:09:01 +00:00
|
|
|
- Blueprints: guides/blueprints.md
|
2021-06-03 14:12:48 +00:00
|
|
|
- Compression: guides/compression.md
|
2020-11-28 14:28:47 +00:00
|
|
|
- Websockets: guides/websockets.md
|
2021-01-05 05:59:32 +00:00
|
|
|
- Writing Tests: guides/testing.md
|
2021-12-03 03:38:14 +00:00
|
|
|
- Using Crow:
|
|
|
|
- HTTP Authorization: guides/auth.md
|
2020-11-28 14:28:47 +00:00
|
|
|
- Server setup:
|
|
|
|
- Proxies: guides/proxies.md
|
|
|
|
- Systemd run on startup: guides/syste.md
|
|
|
|
- API Reference:
|
2020-11-29 22:33:06 +00:00
|
|
|
- API Reference: 'reference/index.html'
|
2020-11-28 14:28:47 +00:00
|
|
|
|
|
|
|
extra:
|
2021-09-29 22:49:08 +00:00
|
|
|
analytics:
|
|
|
|
provider: matomo
|
|
|
|
id: 1
|
|
|
|
link: //thee.dev/matomo/
|
2020-11-28 14:28:47 +00:00
|
|
|
social:
|
|
|
|
- icon: fontawesome/brands/github
|
2020-11-30 20:05:55 +00:00
|
|
|
link: https://github.com/crowcpp/crow
|
2020-11-28 14:28:47 +00:00
|
|
|
- icon: fontawesome/brands/gitter
|
|
|
|
link: https://gitter.im/crowfork/community
|
2021-10-06 10:34:37 +00:00
|
|
|
|
|
|
|
plugins:
|
|
|
|
- redirects:
|
|
|
|
redirect_maps:
|
|
|
|
'getting_started/setup/': 'getting_started/setup/linux.md'
|
2021-11-06 08:54:29 +00:00
|
|
|
- meta-descriptions
|
2021-10-06 10:34:37 +00:00
|
|
|
|
2020-11-28 14:28:47 +00:00
|
|
|
extra_css:
|
|
|
|
- 'stylesheets/colors.css'
|
|
|
|
- 'stylesheets/latofonts.css'
|
2021-08-13 01:00:28 +00:00
|
|
|
- 'stylesheets/extra.css'
|
2020-11-28 14:28:47 +00:00
|
|
|
|
2021-08-13 01:00:28 +00:00
|
|
|
copyright: 'Copyright © 2020-2021 CrowCpp'
|