2023-03-24 16:46:47 +00:00
|
|
|
site_name: HedgeDoc 2
|
2021-01-04 12:07:44 +00:00
|
|
|
site_url: https://docs.hedgedoc.org
|
|
|
|
repo_url: https://github.com/hedgedoc/hedgedoc
|
|
|
|
site_description: 'HedgeDoc Documentation'
|
|
|
|
site_author: 'HedgeDoc Developers'
|
|
|
|
docs_dir: content
|
2021-01-05 21:55:00 +00:00
|
|
|
edit_uri: https://github.com/hedgedoc/hedgedoc/edit/master/docs/content/
|
2021-01-04 12:07:44 +00:00
|
|
|
nav:
|
|
|
|
- Home: index.md
|
2023-03-24 16:46:47 +00:00
|
|
|
- Installation:
|
|
|
|
- Getting Started: setup/getting_started.md
|
2021-04-25 15:29:53 +00:00
|
|
|
- Configuration:
|
2023-03-12 18:55:59 +00:00
|
|
|
- Configuration: config/index.md
|
|
|
|
- Media:
|
|
|
|
- Azure: config/media/azure.md
|
|
|
|
- Filesystem: config/media/filesystem.md
|
|
|
|
- imgur: config/media/imgur.md
|
|
|
|
- S3: config/media/s3.md
|
|
|
|
- WebDAV: config/media/webdav.md
|
2021-01-10 20:51:08 +00:00
|
|
|
- Interface:
|
2023-03-12 18:55:59 +00:00
|
|
|
- Toolbar: interface/toolbar.md
|
2021-03-25 21:20:45 +00:00
|
|
|
- References:
|
2023-03-12 18:55:59 +00:00
|
|
|
- 'HedgeDoc Flavored Markdown': references/hfm.md
|
|
|
|
- Development:
|
2023-03-12 20:36:40 +00:00
|
|
|
- Getting Started: dev/getting-started.md
|
|
|
|
- Frontend: dev/setup/frontend.md
|
2023-03-12 20:42:39 +00:00
|
|
|
- Development Notes: dev/dev_notes.md
|
2023-03-12 20:47:17 +00:00
|
|
|
- Docker: dev/docker.md
|
|
|
|
- Writing Docs: dev/documentation.md
|
2023-03-12 18:55:59 +00:00
|
|
|
- Design Documents:
|
2023-03-12 20:20:47 +00:00
|
|
|
- API Authentication: dev/design_docs/api_auth.md
|
2023-03-12 20:36:40 +00:00
|
|
|
- Configuration: dev/design_docs/config.md
|
2023-03-12 20:31:29 +00:00
|
|
|
- Events: dev/design_docs/events.md
|
2023-03-12 19:46:32 +00:00
|
|
|
- Notes: dev/design_docs/notes.md
|
2023-03-12 19:32:19 +00:00
|
|
|
- 'User Profiles & Authentication': dev/design_docs/user_profiles.md
|
2021-01-04 12:07:44 +00:00
|
|
|
- FAQ: https://hedgedoc.org/faq
|
|
|
|
markdown_extensions:
|
|
|
|
- toc:
|
|
|
|
permalink: true
|
2021-02-04 20:50:38 +00:00
|
|
|
- admonition
|
|
|
|
- attr_list
|
2021-03-28 18:24:45 +00:00
|
|
|
- footnotes
|
2021-01-04 12:07:44 +00:00
|
|
|
theme:
|
|
|
|
name: 'material'
|
|
|
|
language: en
|
|
|
|
favicon: images/favicon.png
|
|
|
|
logo: images/logo.svg
|
|
|
|
palette:
|
2021-04-17 10:42:03 +00:00
|
|
|
- media: "(prefers-color-scheme: light)"
|
|
|
|
scheme: light
|
|
|
|
primary: 'hedgedoc'
|
|
|
|
accent: 'hedgedoc'
|
|
|
|
toggle:
|
|
|
|
icon: material/lightbulb-outline
|
|
|
|
name: Switch to dark mode
|
|
|
|
# Dark mode
|
|
|
|
- media: "(prefers-color-scheme: dark)"
|
|
|
|
scheme: slate
|
|
|
|
primary: 'hedgedoc'
|
|
|
|
accent: 'hedgedoc'
|
|
|
|
toggle:
|
|
|
|
icon: material/lightbulb
|
|
|
|
name: Switch to light mode
|
2021-01-04 12:07:44 +00:00
|
|
|
features:
|
|
|
|
- navigation.tabs
|
|
|
|
- navigation.sections
|
|
|
|
- toc.integrate
|
2021-01-05 21:55:00 +00:00
|
|
|
font: false
|
2021-01-04 12:07:44 +00:00
|
|
|
|
|
|
|
extra_css:
|
2021-01-05 21:55:00 +00:00
|
|
|
- theme/styles/hedgedoc-custom.css
|
|
|
|
- theme/styles/roboto.css
|