2021-01-04 07:07:44 -05:00
|
|
|
site_name: HedgeDoc
|
|
|
|
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
|
2021-04-25 11:29:53 -04:00
|
|
|
- Configuration:
|
|
|
|
- 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:
|
|
|
|
Toolbar: interface/toolbar.md
|
2021-03-25 17:20:45 -04:00
|
|
|
- References:
|
|
|
|
'HedgeDoc Flavored Markdown': references/hfm.md
|
2021-01-04 07:07:44 -05:00
|
|
|
- Developer:
|
2021-02-04 10:14:59 -05:00
|
|
|
- '2.0 Development': dev/2.0.md
|
2021-03-18 08:49:25 -04:00
|
|
|
- Notes: dev/notes.md
|
2021-03-15 06:19:50 -04:00
|
|
|
- 'User Profiles & Authentication': dev/authentication.md
|
2021-02-03 14:58:16 -05:00
|
|
|
- Configuration: dev/config.md
|
2021-01-04 07:07:44 -05:00
|
|
|
- 'Documentation': dev/documentation.md
|
|
|
|
- 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
|