summaryrefslogtreecommitdiffstats
path: root/docs/static
Commit message (Collapse)AuthorAgeFilesLines
* Refactor docs (#21627)Xinyu Zhou2022-10-311-0/+3
| | | | | | | | | | | | | | This patch: - Rename some files( `.md` to `.en-us.md`), fix missed translation copy - Update link which shoud be refer to `../hacking-on-gitea/` instead of `../make/` (outdated) - Update `_redirects`: - redirect `/{zh-cn|fr-fr}/make/` to `../hacking-on-gitea/` - redirect `/zh-cn/third-party-tools/` to `/zh-cn/integrations/` - Delete duplicated/outdated files. - Update menu `weight` of developers.zh-cn.md Signed-off-by: Xinyu Zhou <i@sourcehut.net>
* inline gitpod image (#21494)techknowlogick2022-10-181-0/+23
| | | | | fix #21492 Co-authored-by: 6543 <6543@obermui.de>
* Add redirect of /upgrade/ to /upgrade-from-gitea/ on docs site (#21330)Joe Constant2022-10-061-0/+4
| | | | | | | | Since adding an aliases block doesn't seem to work locally for me (I suspect because a page actually exists and Hugo is granting preference to existing pages over aliases), I also added entries to static/_redirects file so Netlify will handle the redirects Fixes #7208
* Self-host cloudron image for docs (#13895)techknowlogick2020-12-072-1/+54
| | | | | | | * Add cloudron image to docs itself * rm cloudron csp * Update from-package.en-us.md
* Fully qualify cloudron CSP (#13892)John Olheiser2020-12-071-1/+1
| | | | | | | | | * Wildcard cloudron Signed-off-by: jolheiser <john.olheiser@gmail.com> * Just use FQDN Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Add cloudron to img-src CSP (#13887)John Olheiser2020-12-071-1/+1
| | | Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Refactor docs (#13275)John Olheiser2020-10-231-0/+4
| | | | | | | | | | | | | * First pass Signed-off-by: jolheiser <john.olheiser@gmail.com> * More changes Signed-off-by: jolheiser <john.olheiser@gmail.com> * Redirects Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Update _headers (#9349)John Olheiser2019-12-131-1/+1
|
* Add CDNJS to script-src CSP (#8966)John Olheiser2019-11-131-1/+1
|
* Add oauth2 documentation (#6604)Jonas Franz2019-04-141-0/+0
| | | | | | | | | | | | | | | | * Add oauth2 documentation Signed-off-by: Jonas Franz <info@jonasfranz.software> * Apply suggestions from code review Co-Authored-By: jonasfranz <info@jonasfranz.software> * Update docs/content/doc/advanced/oauth2-provider.md Co-Authored-By: jonasfranz <info@jonasfranz.software> * Update oauth2-provider.md
* Final CSP header fix (#4432)Thomas Boerger2018-07-121-1/+1
|
* Add missing font hosts to CSP header (#4429)Thomas Boerger2018-07-111-1/+1
|
* Fix CSP header for docs (#4428)Thomas Boerger2018-07-121-1/+1
|
* Replaced docker docs with netlify deployment (#4420)Thomas Boerger2018-07-113-0/+14
|
* Import docs into main repository (#2874)techknowlogick2017-11-261-0/+0
* import docs into main repository Signed-off-by: Matti Ranta <matti@mdranta.net>