Joe Constant and GitHub
d7f0d8d8ea
Add redirect of /upgrade/ to /upgrade-from-gitea/ on docs site ( #21330 )
...
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
2022-10-06 21:53:02 +01:00
wxiaoguang and GitHub
8a66967020
Add a notice for breaking check in upgrade document ( #20682 )
2022-08-05 10:20:13 -04:00
silverwind and GitHub
ae52df6a64
Add markdownlint ( #20512 )
...
Add `markdownlint` linter and fix issues. Config is based on the one
from electron's repo with a few rules relaxed.
2022-07-28 09:22:47 +08:00
6ada05940e
Add contrib/upgrade.sh ( #18286 )
...
Adds an upgrade script that automates upgrading installations on Linux from binary releases, so people don't need to reinvent the wheel. Hopefully this leads to less questions about how to upgrade, and consequently less Gitea instances running unmaintained versions in the wild.
Co-authored-by: delvh <[email protected] >
Co-authored-by: Gusted <[email protected] >
Co-authored-by: zeripath <[email protected] >
Co-authored-by: 6543 <[email protected] >
2022-02-06 21:07:52 +01:00
Greg Myers and GitHub
79791ba4ac
Fix typos in docs/content ( #18215 )
2022-01-09 19:53:03 +08:00
b83b4fbef9
doc: Upgrade from an old Gitea ( #16918 )
...
* doc: Upgrade from an old Gitea
* update backup steps
* Update docs/content/doc/upgrade/from-gitea.en-us.md
Co-authored-by: delvh <[email protected] >
* Update docs/content/doc/upgrade/from-gitea.en-us.md
Co-authored-by: delvh <[email protected] >
* Update docs/content/doc/upgrade/from-gitea.en-us.md
Co-authored-by: delvh <[email protected] >
* Update docs/content/doc/upgrade/from-gitea.en-us.md
Co-authored-by: delvh <[email protected] >
* Update docs/content/doc/upgrade/from-gitea.en-us.md
Co-authored-by: delvh <[email protected] >
* Update docs/content/doc/upgrade/from-gitea.en-us.md
Co-authored-by: delvh <[email protected] >
* Update docs/content/doc/upgrade/from-gitea.en-us.md
Co-authored-by: delvh <[email protected] >
* update backup tips
* update table header
* Update docs/content/doc/upgrade/from-gitea.en-us.md
Co-authored-by: silverwind <[email protected] >
* Update docs/content/doc/upgrade/from-gitea.en-us.md
Co-authored-by: silverwind <[email protected] >
* Update docs/content/doc/upgrade/from-gitea.en-us.md
Co-authored-by: techknowlogick <[email protected] >
* Update docs/content/doc/upgrade/from-gitea.en-us.md
Co-authored-by: techknowlogick <[email protected] >
* Update from-gitea.en-us.md
* Update from-gitea.en-us.md
* Update from-gitea.en-us.md
* Update from-gitea.en-us.md
* Update from-gitea.en-us.md
* Update from-gitea.en-us.md
* Update from-gitea.en-us.md
Co-authored-by: delvh <[email protected] >
Co-authored-by: Lunny Xiao <[email protected] >
Co-authored-by: silverwind <[email protected] >
Co-authored-by: techknowlogick <[email protected] >
Co-authored-by: techknowlogick <[email protected] >
2021-09-09 14:13:21 -04:00
techknowlogick and GitHub
ab77a24f18
update branch in CI and docs ( #15631 )
2021-05-04 12:16:23 -04:00
kevinlin18 and GitHub
0e4a9dbcb9
[docs] Add zh-tw Translations ( #14507 )
2021-01-29 01:57:58 +01:00
af79677a44
Reformat docs ( #13897 )
...
Co-authored-by: 6543 <[email protected] >
Co-authored-by: Lauris BH <[email protected] >
2020-12-09 07:47:06 +01:00
e7b47c5215
Format files ( #13698 )
...
* align "make help"
* format
* untouch build/generate-svg.js
* untouch .eslintrc
* combine editorconfig's
* rm editorconfig
Co-authored-by: Lauris BH <[email protected] >
Co-authored-by: techknowlogick <[email protected] >
2020-11-28 01:12:22 -05:00
d816f7018b
Remove migration support from versions earlier than 1.6.0 ( #10026 )
...
* 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 <[email protected] >
Co-authored-by: Lauris BH <[email protected] >
Co-authored-by: Lunny Xiao <[email protected] >
2020-01-31 21:42:45 +08:00
ZHOU Cheng and zeripath
412679fd8b
登陆 to 登录 ( #9382 )
2019-12-17 13:06:54 +00:00
kolaente and techknowlogick
d6f6f9db3f
Add notice to docs for migrating from more recent versions of Gogs ( #8724 )
...
Signed-off-by: kolaente <[email protected] >
2019-10-28 18:37:29 -04:00
Johan Van de Wauw and techknowlogick
336cb24bfd
Fix downloads url ( #8153 )
...
The link without slash is not working
2019-09-11 17:10:49 -04:00
Aidan Fitzgerald and techknowlogick
f5cf9a8355
Copyedit docs ( #6275 )
2019-03-09 16:15:45 -05:00
Shikiryu and techknowlogick
915278f237
Add docs about database migration ( #5661 )
...
* Add docs about database migration
* Reorder upgrade from Gogs steps
2019-01-10 22:58:28 -05:00
Deoren Moor and techknowlogick
b63e2e0ded
Update en-us and fr-fr versions of the "Upgrade from Gogs" doc ( #4618 )
...
* 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
2018-08-25 02:47:47 -04:00
Victor Polevoy and Bo-Yi Wu
e7cea92535
Update gogs to gitea migration manual ( #3559 )
...
Updates the manual for latest gogs changes.
2018-02-22 20:55:26 +08:00
Michael Lustfield and Kim "BKC" Carlbäcker
3ee8be3849
General documentation cleanup ( #3317 )
...
* Clean up spelling, grammar, perspective, whitespace, language, markup, etc.
2018-01-08 23:48:42 +01:00
techknowlogick and Lunny Xiao
474dfcc798
French translation for docs ( #3030 )
...
original PR go-gitea/docs#147 and author @0xbaadf00d
2017-11-30 20:45:48 +08:00
techknowlogick and Lauris BH
fb5c6b6444
Import docs into main repository ( #2874 )
...
* import docs into main repository
Signed-off-by: Matti Ranta <[email protected] >
2017-11-26 23:44:32 +02:00