2023-03-24 12:46:47 -04:00
|
|
|
site_name: HedgeDoc 2
|
2021-01-04 07:07:44 -05: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 16:55:00 -05:00
|
|
|
edit_uri: https://github.com/hedgedoc/hedgedoc/edit/master/docs/content/
|
2021-01-04 07:07:44 -05:00
|
|
|
nav:
|
|
|
|
- Home: index.md
|
2023-03-24 12:46:47 -04:00
|
|
|
- Installation:
|
|
|
|
- Getting Started: setup/getting_started.md
|
2021-04-25 11:29:53 -04:00
|
|
|
- Configuration:
|
2023-03-12 14:55:59 -04: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 15:51:08 -05:00
|
|
|
- Interface:
|
2023-03-12 14:55:59 -04:00
|
|
|
- Toolbar: interface/toolbar.md
|
2021-03-25 17:20:45 -04:00
|
|
|
- References:
|
2023-03-12 14:55:59 -04:00
|
|
|
- 'HedgeDoc Flavored Markdown': references/hfm.md
|
|
|
|
- Development:
|
2023-03-12 16:36:40 -04:00
|
|
|
- Getting Started: dev/getting-started.md
|
|
|
|
- Frontend: dev/setup/frontend.md
|
2023-03-12 16:42:39 -04:00
|
|
|
- Development Notes: dev/dev_notes.md
|
2023-03-12 16:47:17 -04:00
|
|
|
- Docker: dev/docker.md
|
|
|
|
- Writing Docs: dev/documentation.md
|
2023-03-12 14:55:59 -04:00
|
|
|
- Design Documents:
|
2023-03-12 16:20:47 -04:00
|
|
|
- API Authentication: dev/design_docs/api_auth.md
|
2023-03-12 16:36:40 -04:00
|
|
|
- Configuration: dev/design_docs/config.md
|
2023-03-12 16:31:29 -04:00
|
|
|
- Events: dev/design_docs/events.md
|
2023-03-12 15:46:32 -04:00
|
|
|
- Notes: dev/design_docs/notes.md
|
2023-03-12 15:32:19 -04:00
|
|
|
- 'User Profiles & Authentication': dev/design_docs/user_profiles.md
|
2021-01-04 07:07:44 -05:00
|
|
|
- FAQ: https://hedgedoc.org/faq
|
|
|
|
markdown_extensions:
|
|
|
|
- toc:
|
|
|
|
permalink: true
|
2021-02-04 15:50:38 -05:00
|
|
|
- admonition
|
|
|
|
- attr_list
|
2021-03-28 14:24:45 -04:00
|
|
|
- footnotes
|
2021-01-04 07:07:44 -05:00
|
|
|
theme:
|
|
|
|
name: 'material'
|
|
|
|
language: en
|
|
|
|
favicon: images/favicon.png
|
|
|
|
logo: images/logo.svg
|
|
|
|
palette:
|
2021-04-17 06:42:03 -04: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 07:07:44 -05:00
|
|
|
features:
|
|
|
|
- navigation.tabs
|
|
|
|
- navigation.sections
|
|
|
|
- toc.integrate
|
2021-01-05 16:55:00 -05:00
|
|
|
font: false
|
2021-01-04 07:07:44 -05:00
|
|
|
|
|
|
|
extra_css:
|
2021-01-05 16:55:00 -05:00
|
|
|
- theme/styles/hedgedoc-custom.css
|
|
|
|
- theme/styles/roboto.css
|