Giteabot and yp05327
b8acdc3a5c
Fix links in docs ( #28234 ) ( #28238 )
...
Backport #28234 by @yp05327
Follow #28191
Changes:
- `(doc/administration/config-cheat-sheet.md` is incorrect:

- remove `../../`
Co-authored-by: yp05327 <[email protected] >
2023-11-27 15:36:15 +08:00
Giteabot and yp05327
b024987618
Fix some incorrect links in docs ( #28191 ) ( #28201 )
...
Backport #28191 by @yp05327
https://gitea.com/gitea/gitea-docusaurus/actions/runs/661/jobs/0#jobstep-9-39
I noticed that there are many warning logs in building docs.
It is causing 404 in docs.gitea.com now, so we need to fix it.
And there are also some other problems in v1.19 which can not be done in
this PR.
Co-authored-by: yp05327 <[email protected] >
2023-11-24 19:55:08 +00:00
Giteabot and nodiscc
e1186b6b76
doc: actions/act-runner: document running as a systemd service ( #27844 ) ( #27866 )
...
Backport #27844 by @nodiscc
This documents running `act-runner` as a systemd service under a
dedicated user account.
Co-authored-by: nodiscc <[email protected] >
2023-11-01 18:18:01 +01:00
Giteabot and Lunny Xiao
86c8fcdd5b
Fix wrong relative path on obtain token from command line ( #27850 ) ( #27851 )
...
Backport #27850 by @lunny
Caused by #27845
Co-authored-by: Lunny Xiao <[email protected] >
2023-10-31 11:36:22 +08:00
Giteabot
93d0b216be
doc: actions/act-runner: document obtaining a runner registration token from gitea CLI ( #27845 ) ( #27848 )
2023-10-30 20:16:05 -04:00
Thomas McWork
6e2b2cb6b6
Prefer variables over subprocesses ( #26690 )
...
… because it doesn't require a separate shell, spawning a process which
cost unnecessary resources and takes time.
2023-08-23 07:43:05 -05:00
sillyguodong
2862caef1d
Fix typos and grammer problems for actions documentation ( #26328 )
...
follow #26317
fix typos and adjust grammer problems.
2023-08-04 10:04:37 +00:00
sillyguodong
e917ec8470
Update documentation for 1.21 actions ( #26317 )
...
As title.
Close #26309
Related to #24724 , #24806
2023-08-04 09:06:02 +00:00
John Olheiser
4834cfce21
Docusaurus-ify ( #26051 )
...
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 <[email protected] >
2023-07-26 04:53:13 +00:00