summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/installation/from-binary.fr-fr.md
Commit message (Collapse)AuthorAgeFilesLines
* Use the new download domain replace the old (#25405) (#25409)Giteabot2023-06-211-2/+2
| | | | | | | Backport #25405 by @lunny As title. Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Unify doc links to use paths relative to doc folder (#24979)HesterG2023-05-291-1/+1
| | | | | | | | | Changes: 1. Use uniform links types relative to doc folder (start with `doc/`) 2. According to [docusaurus links](https://docusaurus.io/docs/markdown-features/links), if `<a>` is used, the `href` is resolved as URL location, but not file location. So need to use `[text]({{< relref "path" >}})` instead.
* Refactor docs (#23752)John Olheiser2023-04-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | This was intended to be a small followup for https://github.com/go-gitea/gitea/pull/23712, but...here we are. 1. Our docs currently use `slug` as the entire URL, which makes refactoring tricky (see https://github.com/go-gitea/gitea/pull/23712). Instead, this PR attempts to make future refactoring easier by using slugs as an extension of the section. (Hugo terminology) - What the above boils down to is this PR attempts to use directory organization as URL management. e.g. `usage/comparison.en-us.md` -> `en-us/usage/comparison/`, `usage/packages/overview.en-us.md` -> `en-us/usage/packages/overview/` - Technically we could even remove `slug`, as Hugo defaults to using filename, however at least with this PR it means `slug` only needs to be the name for the **current file** rather than an entire URL 2. This PR adds appropriate aliases (redirects) for pages, so anything on the internet that links to our docs should hopefully not break. 3. A minor nit I've had for a while, renaming `seek-help` to `support`. It's a minor thing, but `seek-help` has a strange connotation to it. 4. The commits are split such that you can review the first which is the "actual" change, and the second is added redirects so that the first doesn't break links elsewhere. --------- Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Update docs markdown file weight to make it clear (#23909)Lunny Xiao2023-04-041-2/+2
| | | | For Docusaurus, it needs a meta data named `sidebar_position`, so we copy all `weight` under `menu/sidebar` as top meta key.
* Reformat docs (#13897)Patrick Schratz2020-12-091-1/+1
| | | | Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Lauris BH <lauris@nix.lv>
* update discord link (#10455)65432020-02-251-1/+1
|
* Add config option and shortcode for Gitea version (#7940)John Olheiser2019-08-231-1/+1
| | | Signed-off-by: jolheiser <john.olheiser@gmail.com>
* General documentation cleanup (#3317)Michael Lustfield2018-01-081-0/+0
| | | * Clean up spelling, grammar, perspective, whitespace, language, markup, etc.
* Update gitea version on docs/install-from-binary (#3333)Kim "BKC" Carlbäcker2018-01-091-1/+1
| | | | | | * Update gitea version on docs/install-from-binary * Update all versions
* French translation for docs (#3030)techknowlogick2017-11-301-0/+45
original PR go-gitea/docs#147 and author @0xbaadf00d