summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/upgrade/from-gogs.en-us.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in docs/content (#18215)Greg Myers2022-01-091-1/+1
|
* update branch in CI and docs (#15631)techknowlogick2021-05-041-1/+1
|
* Reformat docs (#13897)Patrick Schratz2020-12-091-1/+5
| | | | Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Lauris BH <lauris@nix.lv>
* Format files (#13698)65432020-11-281-1/+1
| | | | | | | | | | | | | | | | * align "make help" * format * untouch build/generate-svg.js * untouch .eslintrc * combine editorconfig's * rm editorconfig Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Remove migration support from versions earlier than 1.6.0 (#10026)guillep2k2020-01-311-3/+8
| | | | | | | | | | | | | | * Remove migration support from versions earlier than 1.6.0 * Remove unused functions * Update gogs upgrade instructions * Improve "latest" link as per @jolheiser Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Add notice to docs for migrating from more recent versions of Gogs (#8724)kolaente2019-10-281-0/+5
| | | Signed-off-by: kolaente <k@knt.li>
* Fix downloads url (#8153)Johan Van de Wauw2019-09-111-1/+1
| | | The link without slash is not working
* Copyedit docs (#6275)Aidan Fitzgerald2019-03-091-1/+1
|
* Add docs about database migration (#5661)Shikiryu2019-01-101-0/+1
| | | | | | * Add docs about database migration * Reorder upgrade from Gogs steps
* Update en-us and fr-fr versions of the "Upgrade from Gogs" doc (#4618)Deoren Moor2018-08-251-30/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update "Upgrade from Gogs" en-us doc - Move "Change gogs specific information" FROM/TO steps up to just beneath matching section header, adjust indention and explicitly specify syntax of code sample to provide highlighting - Adjust header levels to match what appears to be the intended level, remove trailing decoration (see below) - Move "Upgrading to most recent ..." section down, remove decoration (section header formatting likely covers this well enough already) refs go-gitea/gitea#4286, go-gitea/gitea#3558 * Update "Upgrade from Gogs" fr-fr doc - Adjust indention and explicitly specify syntax of code sample to provide highlighting - Adjust header levels to match what appears to be the intended level, remove trailing decoration since section header formatting likely covers this well enough already refs go-gitea/gitea#4286, go-gitea/gitea#3558
* Update gogs to gitea migration manual (#3559)Victor Polevoy2018-02-221-2/+8
| | | Updates the manual for latest gogs changes.
* General documentation cleanup (#3317)Michael Lustfield2018-01-081-12/+18
| | | * Clean up spelling, grammar, perspective, whitespace, language, markup, etc.
* Import docs into main repository (#2874)techknowlogick2017-11-261-0/+82
* import docs into main repository Signed-off-by: Matti Ranta <matti@mdranta.net>