mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-01 10:11:30 +08:00
95 lines
2.0 KiB
YAML
95 lines
2.0 KiB
YAML
site_name: Gunicorn
|
|
site_url: https://gunicorn.org
|
|
repo_url: https://github.com/benoitc/gunicorn
|
|
repo_name: benoitc/gunicorn
|
|
docs_dir: docs/content
|
|
use_directory_urls: true
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Guides:
|
|
- Install: install.md
|
|
- Run: run.md
|
|
- Configure: configure.md
|
|
- Deploy: deploy.md
|
|
- Signals: signals.md
|
|
- Instrumentation: instrumentation.md
|
|
- Custom: custom.md
|
|
- Community: community.md
|
|
- FAQ: faq.md
|
|
- Design: design.md
|
|
- Reference:
|
|
- Settings: reference/settings.md
|
|
- News:
|
|
- Latest: news.md
|
|
- '2024': 2024-news.md
|
|
- '2023': 2023-news.md
|
|
- '2021': 2021-news.md
|
|
- '2020': 2020-news.md
|
|
- '2019': 2019-news.md
|
|
- '2018': 2018-news.md
|
|
- '2017': 2017-news.md
|
|
- '2016': 2016-news.md
|
|
- '2015': 2015-news.md
|
|
- '2014': 2014-news.md
|
|
- '2013': 2013-news.md
|
|
- '2012': 2012-news.md
|
|
- '2011': 2011-news.md
|
|
- '2010': 2010-news.md
|
|
|
|
theme:
|
|
name: material
|
|
language: en
|
|
logo: assets/gunicorn.svg
|
|
favicon: assets/gunicorn.svg
|
|
features:
|
|
- content.code.copy
|
|
- navigation.instant
|
|
- navigation.tracking
|
|
- navigation.sections
|
|
- navigation.tabs
|
|
- navigation.top
|
|
- search.highlight
|
|
- search.suggest
|
|
- toc.follow
|
|
|
|
plugins:
|
|
- search
|
|
- macros
|
|
- gen-files:
|
|
scripts:
|
|
- scripts/build_settings_doc.py
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- attr_list
|
|
- def_list
|
|
- footnotes
|
|
- md_in_html
|
|
- tables
|
|
- toc:
|
|
permalink: true
|
|
- pymdownx.details
|
|
- pymdownx.highlight
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.magiclink
|
|
- pymdownx.superfences
|
|
- pymdownx.snippets:
|
|
base_path:
|
|
- .
|
|
check_paths: true
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- pymdownx.tasklist:
|
|
custom_checkbox: true
|
|
|
|
extra_css:
|
|
- styles/overrides.css
|
|
|
|
extra:
|
|
social:
|
|
- icon: fontawesome/brands/github
|
|
link: https://github.com/benoitc/gunicorn
|
|
- icon: fontawesome/brands/python
|
|
link: https://pypi.org/project/gunicorn/
|