summaryrefslogtreecommitdiff
path: root/docs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace Unicode character with emoji shortcodeTilman Vatteroth2021-04-031-50/+50
| | | | Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
* [Docs] Add "HedgeDoc flavored markdown" pageTilman Vatteroth2021-04-012-0/+118
| | | | | Co-authored-by: Philip Molares <philip.molares@udo.edu> Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
* Update dependency mkdocs-material to v7.1.0Renovate Bot2021-03-291-1/+1
| | | | Signed-off-by: Renovate Bot <bot@renovateapp.com>
* Update dependency mkdocs-material to v7.0.7Renovate Bot2021-03-281-1/+1
| | | | Signed-off-by: Renovate Bot <bot@renovateapp.com>
* Update dependency mkdocs-material to v7.0.6Renovate Bot2021-03-141-1/+1
| | | | Signed-off-by: Renovate Bot <bot@renovateapp.com>
* Update dependency mkdocs-material to v7.0.5Renovate Bot2021-03-071-1/+1
| | | | Signed-off-by: Renovate Bot <bot@renovateapp.com>
* Remove .sequelizercDavid Mehren2021-03-061-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>
* Update dependency mkdocs-material to v7.0.4Renovate Bot2021-03-041-1/+1
| | | | Signed-off-by: Renovate Bot <bot@renovateapp.com>
* Add docs about troubleshooting migrationsDavid Mehren2021-03-032-0/+26
| | | | Signed-off-by: David Mehren <git@herrmehren.de>
* Update dependency mkdocs-material to v7.0.3Renovate Bot2021-02-261-1/+1
| | | | Signed-off-by: Renovate Bot <bot@renovateapp.com>
* Update dependency mkdocs-material to v7Renovate Bot2021-02-251-1/+1
| | | | Signed-off-by: Renovate Bot <bot@renovateapp.com>
* Fix link to sequelize database dialect docsTilman Vatteroth2021-02-091-15/+15
| | | | Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
* chore(deps): update dependency pymdown-extensions to v8.1.1Renovate Bot2021-02-051-1/+1
| | | | Signed-off-by: Renovate Bot <bot@renovateapp.com>
* chore(deps): update dependency mkdocs-material to v6.2.8Renovate Bot2021-02-041-1/+1
| | | | Signed-off-by: Renovate Bot <bot@renovateapp.com>
* [Docs] Add "getting started" pageTilman Vatteroth2021-02-033-9/+33
| | | | Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
* [Docs] Extend setup page with community methodsTilman Vatteroth2021-02-036-20/+23
| | | | Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
* Keep JS and env varibale name in sync (requireFreeURLAuthentication)Nicolas Dietrich2021-01-231-1/+1
| | | | Signed-off-by: Nicolas Dietrich <nidi@mailbox.org>
* Add config option which requires authentication in FreeURL modeNicolas Dietrich2021-01-221-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>
* [Documentation] Fix link in manual setupTilman Vatteroth2021-01-211-1/+1
| | | | Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
* Rewrite sentenceTilman Vatteroth2021-01-181-1/+1
| | | | Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
* Add page to setup namespaceTilman Vatteroth2021-01-181-0/+8
| | | | Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
* Bump version to 1.7.2David Mehren2021-01-152-2/+2
| | | | Signed-off-by: David Mehren <git@herrmehren.de>
* Docs: Reorder navigation linksDavid Mehren2021-01-131-6/+6
| | | | Signed-off-by: David Mehren <git@herrmehren.de>
* Docs: Various formatting fixesDavid Mehren2021-01-135-8/+11
| | | | Signed-off-by: David Mehren <git@herrmehren.de>
* Docs: Use extensions to make markdown parsing more like GFMDavid Mehren2021-01-132-0/+3
| | | | Signed-off-by: David Mehren <git@herrmehren.de>
* GitLab Auth Guide: Fix indentationDavid Mehren2021-01-111-12/+13
| | | | Signed-off-by: David Mehren <git@herrmehren.de>
* GitHub Auth Guide: Fix indentationDavid Mehren2021-01-111-2/+2
| | | | Signed-off-by: David Mehren <git@herrmehren.de>
* SAML Auth Guide: Fix indentationDavid Mehren2021-01-111-10/+15
| | | | Signed-off-by: David Mehren <git@herrmehren.de>
* Docs: Unify code block languagesDavid Mehren2021-01-1110-20/+20
| | | | | | Use `yaml` for Dockerfiles, `shell` for environment variables and `json` for our config file. Signed-off-by: David Mehren <git@herrmehren.de>
* Docs: Replace `:smile` with actual 😃 emojiDavid Mehren2021-01-116-8/+9
| | | | Signed-off-by: David Mehren <git@herrmehren.de>
* Docs: Enable SuperFences extensionDavid Mehren2021-01-111-0/+1
| | | | | | This allows indented code blocks in lists Signed-off-by: David Mehren <git@herrmehren.de>
* docs: Fix indentation of codeSimon C2021-01-111-23/+32
| | | | | (cherry picked from commit 4559d52d521939739b0d3aad0c84e39d2aa5c960) Signed-off-by: David Mehren <git@herrmehren.de>
* Several theme changes (#659)Tilman Vatteroth2021-01-057-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>
* Move docs into subdirectory to make mkdocs work in a subdirectoryTilman Vatteroth2021-01-0593-40/+117
| | | | Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
* Merge pull request #650 from hedgedoc/mkdocsDavid Mehren2021-01-045-1/+49
|\
| * added documentation about how the write, build and deploy thisPhilip Molares2021-01-042-1/+28
| | | | | | | | | | | | documentation. Signed-off-by: Philip Molares <philip.molares@udo.edu>
| * added all necessary configs to use structorPhilip Molares2021-01-034-7/+18
| | | | | | | | | | | | see https://github.com/traefik/structor Signed-off-by: Philip Molares <philip.molares@udo.edu>
| * started work on a mkdocs documentation for readthedocs.orgPhilip Molares2021-01-032-0/+10
| | | | | | | | Signed-off-by: Philip Molares <philip.molares@udo.edu>
* | Merge pull request #646 from hedgedoc/kubernetesDavid Mehren2021-01-041-2/+2
|\ \ | |/ |/|
| * remove old documentationPhilip Molares2021-01-031-4/+0
| | | | | | | | Signed-off-by: Philip Molares <philip.molares@udo.edu>
| * Update docs/setup/kubernetes.mdPhilip Molares2021-01-021-1/+1
| | | | | | | | | | Co-authored-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Signed-off-by: Philip Molares <philip.molares@udo.edu>
| * changed kubernetes setup docPhilip Molares2021-01-021-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>
* | Bump version to 1.7.1David Mehren2020-12-271-1/+1
| | | | | | | | Signed-off-by: David Mehren <git@herrmehren.de>
* | update linuxserver docker infoaptalca2020-12-241-4/+12
| | | | | | | | | | | | Update badges and info to point to the newly published HedgeDoc image Signed-off-by: aptalca <aptalca@linuxserver.io>
* | Update configuration.mdPhilip Molares2020-12-221-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>
* Set Install-with-yunohost bagde to SVGericgaspar2020-12-211-1/+1
| | | | Signed-off-by: ericgaspar <junk.eg@free.fr>
* Bump version to 1.7.0David Mehren2020-12-211-1/+1
| | | | Signed-off-by: David Mehren <git@herrmehren.de>
* Fix typo in reverse proxy docsDavid Mehren2020-12-131-1/+1
| | | | Signed-off-by: David Mehren <git@herrmehren.de>
* Document reverse proxy config for ApacheDavid Mehren2020-12-131-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>
* Merge pull request #613 from nidico/patch-1David Mehren2020-12-031-3/+3
|\ | | | | Fix some typos in history.md