2021-01-03 10:00:25 -05:00
|
|
|
site_name: HedgeDoc
|
|
|
|
site_url: https://docs.hedgedoc.org
|
2021-01-03 16:15:12 -05:00
|
|
|
repo_url: https://github.com/hedgedoc/hedgedoc
|
|
|
|
site_description: 'HedgeDoc Documentation'
|
|
|
|
site_author: 'HedgeDoc Developers'
|
2021-01-04 07:07:44 -05:00
|
|
|
docs_dir: content
|
2021-01-05 16:55:00 -05:00
|
|
|
edit_uri: https://github.com/hedgedoc/hedgedoc/edit/master/docs/content/
|
2021-01-03 10:00:25 -05:00
|
|
|
nav:
|
|
|
|
- Home: index.md
|
2021-01-03 16:15:12 -05:00
|
|
|
- Installation:
|
2021-02-03 15:42:49 -05:00
|
|
|
- 'Getting Started': setup/getting-started.md
|
2022-05-18 04:31:02 -04:00
|
|
|
- Official Installation Methods:
|
2021-02-02 13:35:10 -05:00
|
|
|
- 'Docker Image': setup/docker.md
|
|
|
|
- 'Manual Installation': setup/manual-setup.md
|
2022-05-18 04:31:02 -04:00
|
|
|
- 'Community Installation Methods': setup/community.md
|
2021-01-03 10:00:25 -05:00
|
|
|
- Guides:
|
2021-02-02 13:35:10 -05:00
|
|
|
- 'Reverse Proxy': guides/reverse-proxy.md
|
2021-01-03 10:00:25 -05:00
|
|
|
- Authentication:
|
|
|
|
- LDAP: guides/auth/ldap-ad.md
|
|
|
|
- OAuth: guides/auth/oauth.md
|
2021-01-13 14:30:32 -05:00
|
|
|
- SAML: guides/auth/saml.md
|
|
|
|
- SAML Keycloak: guides/auth/saml-keycloak.md
|
2021-01-11 06:04:56 -05:00
|
|
|
- SAML OneLogin: guides/auth/saml-onelogin.md
|
2021-01-03 10:00:25 -05:00
|
|
|
- GitHub: guides/auth/github.md
|
|
|
|
- GitLab: guides/auth/gitlab-self-hosted.md
|
|
|
|
- Keycloak: guides/auth/keycloak.md
|
2021-07-18 04:02:17 -04:00
|
|
|
- Mattermost: guides/auth/mattermost-self-hosted.md
|
2021-01-11 06:04:56 -05:00
|
|
|
- Nextcloud: guides/auth/nextcloud.md
|
2021-01-03 10:00:25 -05:00
|
|
|
- Twitter: guides/auth/twitter.md
|
2022-05-08 17:37:01 -04:00
|
|
|
- Authelia: guides/auth/authelia.md
|
2023-07-06 20:28:33 -04:00
|
|
|
- Azure Active Directory: guides/auth/azure-ad.md
|
2021-01-03 10:00:25 -05:00
|
|
|
- Media Backend:
|
2021-01-13 14:30:32 -05:00
|
|
|
- MinIO: guides/minio-image-upload.md
|
2021-01-03 10:00:25 -05:00
|
|
|
- S3: guides/s3-image-upload.md
|
2021-01-13 14:30:32 -05:00
|
|
|
- Migrate from Etherpad: guides/migrate-etherpad.md
|
2021-03-03 06:36:04 -05:00
|
|
|
- Migration Troubleshooting: guides/migration-troubleshooting.md
|
2021-01-13 14:30:32 -05:00
|
|
|
- Terms of Use Setup: guides/providing-terms.md
|
2021-01-03 10:00:25 -05:00
|
|
|
- Configuration: configuration.md
|
2021-03-31 16:00:08 -04:00
|
|
|
- References:
|
2022-05-08 17:37:01 -04:00
|
|
|
- 'HedgeDoc Flavored Markdown': references/hfm.md
|
2022-05-18 04:34:06 -04:00
|
|
|
- 'Slide Options': references/slide-options.md
|
|
|
|
- 'URL Scheme': references/url-scheme.md
|
2023-07-04 10:15:27 -04:00
|
|
|
- 'YAML Metadata': references/yaml-metadata.md
|
2021-01-03 10:00:25 -05:00
|
|
|
- Developer:
|
2021-01-04 08:26:39 -05:00
|
|
|
- 'Getting Started': dev/getting-started.md
|
2021-01-03 10:00:25 -05:00
|
|
|
- API: dev/api.md
|
|
|
|
- 'Operational Transformation': dev/ot.md
|
|
|
|
- Webpack: dev/webpack.md
|
2021-01-04 08:26:39 -05:00
|
|
|
- 'Documentation': dev/documentation.md
|
2021-08-12 16:22:39 -04:00
|
|
|
- FAQ: faq.md
|
2021-01-03 16:15:12 -05:00
|
|
|
markdown_extensions:
|
|
|
|
- toc:
|
|
|
|
permalink: true
|
2021-01-13 11:53:57 -05:00
|
|
|
- pymdownx.highlight
|
2021-01-11 05:53:28 -05:00
|
|
|
- pymdownx.superfences
|
2021-01-13 11:53:57 -05:00
|
|
|
- mdx_truly_sane_lists
|
2021-02-03 15:42:49 -05:00
|
|
|
- pymdownx.emoji:
|
|
|
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
|
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
|
|
|
- attr_list
|
2021-04-03 15:15:18 -04:00
|
|
|
- footnotes
|
2021-03-03 07:51:39 -05:00
|
|
|
- admonition
|
2021-01-03 16:15:12 -05:00
|
|
|
theme:
|
|
|
|
name: 'material'
|
|
|
|
language: en
|
|
|
|
favicon: images/favicon.png
|
2021-01-04 07:07:44 -05:00
|
|
|
logo: images/logo.svg
|
2021-01-03 16:15:12 -05:00
|
|
|
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-03 16:15:12 -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
|
2022-05-08 17:29:41 -04:00
|
|
|
|
|
|
|
plugins:
|
2023-02-19 02:36:47 -05:00
|
|
|
- search
|
2022-05-08 17:29:41 -04:00
|
|
|
- redirects:
|
|
|
|
redirect_maps:
|
|
|
|
'setup/docker-linuxserver.md': 'setup/community.md'
|
|
|
|
'setup/kubernetes-helm.md': 'setup/community.md'
|
|
|
|
'setup/yunohost.md': 'setup/community.md'
|
|
|
|
'setup/cloudron.md': 'setup/community.md'
|
|
|
|
'setup/arch-linux.md': 'setup/community.md'
|
|
|
|
'setup/pikapods.md': 'setup/community.md'
|
|
|
|
'setup/heroku.md': 'setup/community.md'
|
2022-06-07 14:51:28 -04:00
|
|
|
'history.md': https://hedgedoc.org/history/details
|