Lunny Xiao
3d98d99e27
Update actions document about comparsion as Github Actions ( #28560 )
11 months ago
John Olheiser
30b46fb6fa
Update docs for docusaurus v3 ( #28125 )
...
Updates the docs for usage with docusaurus v3
Signed-off-by: jolheiser <john.olheiser@gmail.com>
1 year ago
Nanguan Lin
1e25c15d98
Remove `known issue` section in Gitea Actions Doc ( #27930 )
...
The bug has been fixed for several months in the
`docker/build-push-action`
The fix commit is
[d8823bfaed](d8823bfaed
)
as the Gitea Actions Doc mentioned too.
1 year ago
delvh
24a215e317
Remove outdated paragraphs when comparing Gitea Actions to GitHub Actions ( #27119 )
...
No backport needed as this new state only applies to 1.21+
---------
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
1 year ago
John Olheiser
bd4c7ce578
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 <john.olheiser@gmail.com>
1 year ago
HesterG
b137a03297
Update blog links ( #25843 )
...
As title. Permalinks for lastest version of blog has changed, update the
blog links.
---------
Co-authored-by: Giteabot <teabot@gitea.io>
1 year ago
HesterG
cff4e37d43
Add Chinese documentations for Actions ( #24902 )
2 years ago
Lunny Xiao
9897baf979
Move actions as usage's subdirectory and update comparsion zh-cn version ( #24719 )
...
As title.
Co-authored-by: Giteabot <teabot@gitea.io>
2 years ago
Jason Song
84033cee86
Fix broken links in documents ( #24630 )
...
Before:
<img width="837" alt="image"
src="https://github.com/go-gitea/gitea/assets/9418365/90c1c484-2d8d-4a57-8e86-2f4df0e7fbba ">
After:
<img width="822" alt="image"
src="https://github.com/go-gitea/gitea/assets/9418365/e27f6b63-9e7b-4894-b315-7be0cfebe8ca ">
2 years ago
Jason Song
8f314c6793
Docs for Gitea Actions ( #24405 )
...
A new documentation section for Gitea Actions.
Some content comes from:
- [Hacking on Gitea
Actions](https://blog.gitea.io/2023/03/hacking-on-gitea-actions/ )
- The README of [act_runner](https://gitea.com/gitea/act_runner )
- @ChristopherHX's excellent overview of the differences between Gitea
Actions and GitHub Actions in [this
comment](https://github.com/go-gitea/gitea/issues/13539#issuecomment-1448888850 ).
---------
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2 years ago