summaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-03Replace Unicode character with emoji shortcodeTilman Vatteroth1-50/+50
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2021-04-01[Docs] Add "HedgeDoc flavored markdown" pageTilman Vatteroth2-0/+118
Co-authored-by: Philip Molares <philip.molares@udo.edu> Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2021-03-29Update dependency mkdocs-material to v7.1.0Renovate Bot1-1/+1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2021-03-28Update dependency mkdocs-material to v7.0.7Renovate Bot1-1/+1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2021-03-14Update dependency mkdocs-material to v7.0.6Renovate Bot1-1/+1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2021-03-07Update dependency mkdocs-material to v7.0.5Renovate Bot1-1/+1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2021-03-06Remove .sequelizercDavid Mehren1-6/+2
After https://github.com/hedgedoc/hedgedoc/pull/969 was merged, a separate configuration file for the sequelize-cli is no longer required. Signed-off-by: David Mehren <git@herrmehren.de>
2021-03-04Update dependency mkdocs-material to v7.0.4Renovate Bot1-1/+1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2021-03-03Add docs about troubleshooting migrationsDavid Mehren2-0/+26
Signed-off-by: David Mehren <git@herrmehren.de>
2021-02-26Update dependency mkdocs-material to v7.0.3Renovate Bot1-1/+1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2021-02-25Update dependency mkdocs-material to v7Renovate Bot1-1/+1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2021-02-09Fix link to sequelize database dialect docsTilman Vatteroth1-15/+15
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2021-02-05chore(deps): update dependency pymdown-extensions to v8.1.1Renovate Bot1-1/+1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2021-02-04chore(deps): update dependency mkdocs-material to v6.2.8Renovate Bot1-1/+1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2021-02-03[Docs] Add "getting started" pageTilman Vatteroth3-9/+33
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2021-02-03[Docs] Extend setup page with community methodsTilman Vatteroth6-20/+23
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2021-01-23Keep JS and env varibale name in sync (requireFreeURLAuthentication)Nicolas Dietrich1-1/+1
Signed-off-by: Nicolas Dietrich <nidi@mailbox.org>
2021-01-22Add config option which requires authentication in FreeURL modeNicolas Dietrich1-0/+1
This mitigates unintended note creation by bots or humans through a simple GET call. See discussion in #754. Signed-off-by: Nicolas Dietrich <nidi@mailbox.org>
2021-01-21[Documentation] Fix link in manual setupTilman Vatteroth1-1/+1
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2021-01-18Rewrite sentenceTilman Vatteroth1-1/+1
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2021-01-18Add page to setup namespaceTilman Vatteroth1-0/+8
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2021-01-15Bump version to 1.7.2David Mehren2-2/+2
Signed-off-by: David Mehren <git@herrmehren.de>
2021-01-13Docs: Reorder navigation linksDavid Mehren1-6/+6
Signed-off-by: David Mehren <git@herrmehren.de>
2021-01-13Docs: Various formatting fixesDavid Mehren5-8/+11
Signed-off-by: David Mehren <git@herrmehren.de>
2021-01-13Docs: Use extensions to make markdown parsing more like GFMDavid Mehren2-0/+3
Signed-off-by: David Mehren <git@herrmehren.de>
2021-01-11GitLab Auth Guide: Fix indentationDavid Mehren1-12/+13
Signed-off-by: David Mehren <git@herrmehren.de>
2021-01-11GitHub Auth Guide: Fix indentationDavid Mehren1-2/+2
Signed-off-by: David Mehren <git@herrmehren.de>
2021-01-11SAML Auth Guide: Fix indentationDavid Mehren1-10/+15
Signed-off-by: David Mehren <git@herrmehren.de>
2021-01-11Docs: Unify code block languagesDavid Mehren10-20/+20
Use `yaml` for Dockerfiles, `shell` for environment variables and `json` for our config file. Signed-off-by: David Mehren <git@herrmehren.de>
2021-01-11Docs: Replace `:smile` with actual 😃 emojiDavid Mehren6-8/+9
Signed-off-by: David Mehren <git@herrmehren.de>
2021-01-11Docs: Enable SuperFences extensionDavid Mehren1-0/+1
This allows indented code blocks in lists Signed-off-by: David Mehren <git@herrmehren.de>
2021-01-11docs: Fix indentation of codeSimon C1-23/+32
(cherry picked from commit 4559d52d521939739b0d3aad0c84e39d2aa5c960) Signed-off-by: David Mehren <git@herrmehren.de>
2021-01-05Several theme changes (#659)Tilman Vatteroth7-1/+35
* Several theme changes - Add max width of 1440px - Rename css file - Fix edit button - Add local Roboto font Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2021-01-05Move docs into subdirectory to make mkdocs work in a subdirectoryTilman Vatteroth93-40/+117
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2021-01-04added documentation about how the write, build and deploy thisPhilip Molares2-1/+28
documentation. Signed-off-by: Philip Molares <philip.molares@udo.edu>
2021-01-03added all necessary configs to use structorPhilip Molares4-7/+18
see https://github.com/traefik/structor Signed-off-by: Philip Molares <philip.molares@udo.edu>
2021-01-03remove old documentationPhilip Molares1-4/+0
Signed-off-by: Philip Molares <philip.molares@udo.edu>
2021-01-03started work on a mkdocs documentation for readthedocs.orgPhilip Molares2-0/+10
Signed-off-by: Philip Molares <philip.molares@udo.edu>
2021-01-02Update docs/setup/kubernetes.mdPhilip Molares1-1/+1
Co-authored-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Signed-off-by: Philip Molares <philip.molares@udo.edu>
2021-01-02changed kubernetes setup docPhilip Molares1-2/+6
currently we don't provide our own and still linking to hackmd/codimd is not helpful Signed-off-by: Philip Molares <philip.molares@udo.edu>
2020-12-27Bump version to 1.7.1David Mehren1-1/+1
Signed-off-by: David Mehren <git@herrmehren.de>
2020-12-24update linuxserver docker infoaptalca1-4/+12
Update badges and info to point to the newly published HedgeDoc image Signed-off-by: aptalca <aptalca@linuxserver.io>
2020-12-22Update configuration.mdPhilip Molares1-1/+1
Added a more in depth example of how to set CMD_DB_URL or dbUrl Signed-off-by: Philip Molares <philip.molares@udo.edu>
2020-12-21Set Install-with-yunohost bagde to SVGericgaspar1-1/+1
Signed-off-by: ericgaspar <junk.eg@free.fr>
2020-12-21Bump version to 1.7.0David Mehren1-1/+1
Signed-off-by: David Mehren <git@herrmehren.de>
2020-12-13Fix typo in reverse proxy docsDavid Mehren1-1/+1
Signed-off-by: David Mehren <git@herrmehren.de>
2020-12-13Document reverse proxy config for ApacheDavid Mehren1-0/+26
As we found out in #616, Apache does not set the `X-Forwarded-Proto` header, which is now required because we switched to secure cookies in 383d791a50919bb9890a3f3f797ecc95125ab8bf. Signed-off-by: David Mehren <git@herrmehren.de>
2020-12-02Release 1.7.0-rc2David Mehren1-1/+1
Signed-off-by: David Mehren <git@herrmehren.de>
2020-12-01Fix some typos in history.mdNicolas Dietrich1-3/+3
2020-11-30Update yunohost.mdericgaspar1-2/+2
Signed-off-by: ericgaspar <junk.eg@free.fr> Upgrade YunoHost doc link Signed-off-by: ericgaspar <junk.eg@free.fr>