aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/doc/installation/from-source.fr-fr.md
Commit message (Collapse)AuthorAgeFilesLines
* Docusaurus-ify (#26051)John Olheiser2023-07-261-80/+0
| | | | | | | | | | | | | | This PR cleans up the docs in a way to make them simpler to ingest by our [docs repo](https://gitea.com/gitea/gitea-docusaurus). 1. It includes all of the sed invocations our ingestion did, removing the need to do it at build time. 2. It replaces the shortcode variable replacement method with `@variable@` style, simply for easier sed invocations when required. 3. It removes unused files and moves the docs up a level as cleanup. --------- Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Change branch name from master to main in some documents' links (#25126)HesterG2023-06-081-1/+1
| | | As title. And needs to backport to 1.19
* 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-1/+1
| | | | For Docusaurus, it needs a meta data named `sidebar_position`, so we copy all `weight` under `menu/sidebar` as top meta key.
* Fix typo (#21695)Xinyu Zhou2022-11-071-1/+1
| | | | | | Duplicate parentheses written in link. Signed-off-by: Xinyu Zhou <i@sourcehut.net> Co-authored-by: Lauris BH <lauris@nix.lv>
* Fix docs relref (#21685)Xinyu Zhou2022-11-041-1/+1
| | | | reslove https://github.com/go-gitea/gitea/issues/21627#issuecomment-1303678781
* Refactor docs (#21627)Xinyu Zhou2022-10-311-1/+1
| | | | | | | | | | | | | | 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>
* Add markdownlint (#20512)silverwind2022-07-281-1/+0
| | | | Add `markdownlint` linter and fix issues. Config is based on the one from electron's repo with a few rules relaxed.
* Reformat docs (#13897)Patrick Schratz2020-12-091-1/+1
| | | | Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Lauris BH <lauris@nix.lv>
* Format files (#13698)65432020-11-281-2/+2
| | | | | | | | | | | | | | | | * 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>
* update discord link (#10455)65432020-02-251-1/+1
|
* Remove explicit 'generate' calls, fix release task (#9288)silverwind2019-12-081-2/+2
| | | | | | | | | | | * Remove more explicit 'generate' calls `generate` is now implicit during `build` since #9114, it is no longer necessary or desired to specify it explicitely. * add js,css,generate dependencies to release task * remove generate warning as per @lunny
* Add config option and shortcode for Gitea version (#7940)John Olheiser2019-08-231-3/+3
| | | Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Remove tidb reference from docs (#5823)techknowlogick2019-01-241-1/+0
| | | | | | | | | | * Remove tidb reference from docs * Update from-source.fr-fr.md * Update from-source.zh-cn.md * Update from-source.zh-tw.md
* Update the docs for sqlite_unlock_notify (#5145)Mura Li2018-10-231-1/+1
|
* General documentation cleanup (#3317)Michael Lustfield2018-01-081-0/+0
| | | * Clean up spelling, grammar, perspective, whitespace, language, markup, etc.
* French translation for docs (#3030)techknowlogick2017-11-301-0/+80
original PR go-gitea/docs#147 and author @0xbaadf00d