Lunny Xiao
ae7956cc42
Add Cloudflare Pages cache headers for static assets
...
Cloudflare Pages currently serves all responses with the default
'Cache-Control: public, max-age=0, must-revalidate', including
content-hashed files under /assets/* produced by the Docusaurus
build. Add a static/_headers file so Cloudflare Pages applies
long-lived immutable caching to /assets/* (safe because the filename
changes whenever the content changes) and a conservative one-day
max-age to /img/* and /images/*, which keep stable filenames and can
be replaced in place.
Also exclude _headers from the aws s3 sync step in the publish
workflow, since it is only meaningful for the Cloudflare deployment
and would otherwise be uploaded to S3/CloudFront and become publicly
accessible at /_headers there.
2026-07-25 15:14:23 -07:00
Lunny Xiao
02f6e1753a
update version 1.27.0 ( #464 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/464
Reviewed-by: Nicolas <bircni@icloud.com >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2026-07-14 20:06:28 +00:00
Lunny Xiao
1033f033bc
Add 1.27 rc0 documentation ( #453 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/453
Reviewed-by: Zettat123 <39446+zettat123@noreply.gitea.com >
2026-07-01 17:14:52 +00:00
Nicolas
f455b38c06
update 1.26.4 ( #443 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/443
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Nicolas <bircni@icloud.com >
Co-committed-by: Nicolas <bircni@icloud.com >
2026-06-21 22:28:28 +00:00
Lunny Xiao
c677b5da29
update 1.26.3 ( #442 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/442
Reviewed-by: Nicolas <bircni@icloud.com >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com >
2026-06-21 07:50:31 +00:00
Lunny Xiao
21aad7f5d1
update 1.26.2 ( #424 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/424
Reviewed-by: Nicolas <bircni@icloud.com >
2026-05-20 21:59:25 +00:00
Lunny Xiao
49a6f7649a
update 1.26.1
2026-04-25 11:28:59 -07:00
Lunny Xiao
b5e28002f4
release 1.26.0 ( #384 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/384
Reviewed-by: techknowlogick <9+techknowlogick@noreply.gitea.com >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com >
2026-04-19 00:46:51 +00:00
Lunny Xiao
a7ab7af00f
Add v1.26 documentation ( #376 )
...
Co-authored-by: silverwind <2021+silverwind@noreply.gitea.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/376
Reviewed-by: silverwind <2021+silverwind@noreply.gitea.com >
2026-04-09 19:27:32 +00:00
Lunny Xiao
162127170b
upgrade to 1.25.5
2026-03-16 17:06:04 -07:00
Lunny Xiao
feca0d2d17
Update to 1.25.4
2026-01-22 12:18:11 -08:00
Lunny Xiao
0b31573d47
upgrade 1.25.2 -> 1.25.3
2025-12-18 11:09:05 -08:00
Lunny Xiao
d4181abf75
Upgrade to 1.25.2 ( #306 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/306
2025-11-23 19:23:37 +00:00
TheFox0x7
e3cc4ec689
update api docs ( #297 )
...
script is now standalone instead of being CI only.
Added a post 1.25 rule for templates since the variables in template changed after https://gitea.com/gitea/gitea-mirror/commit/3533263ced8
Fixes: https://github.com/go-gitea/gitea/issues/35964
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/docs/pulls/297
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: TheFox0x7 <thefox0x7@gmail.com >
Co-committed-by: TheFox0x7 <thefox0x7@gmail.com >
2025-11-23 18:43:58 +00:00
Lunny Xiao
4ddfcd6aaf
Remove outdated versions and keep the latest 5 versions(include the current developing version and latest 4 stable versions ( #304 )
...
Resolve #302
Reviewed-on: https://gitea.com/gitea/docs/pulls/304
Reviewed-by: delvh <dev.lh@web.de >
2025-11-22 05:36:55 +00:00
Lunny Xiao
7d50e32ba8
Add 1.25.0 documentation ( #289 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/289
2025-11-01 06:48:53 +00:00
Lunny Xiao
6e63ddb901
Add 1.24.0-rc0 documentation ( #220 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/220
2025-05-05 16:47:20 +00:00
Lunny Xiao
b5245578b5
Fix API 404 ( #156 )
...
Fix #154
Reviewed-on: https://gitea.com/gitea/docs/pulls/156
2025-01-16 07:01:43 +00:00
Marcell Mars
541fa954bb
Enhancing Gitea OAuth2 Provider with Granular Scopes for Resource Access ( #102 )
...
The documentation update for enhancing the OAuth2 Provider with granular scopes for resource access includes a practical use case with step-by-step guidance supported by screenshots.
Doc for https://github.com/go-gitea/gitea/pull/32573
Reviewed-on: https://gitea.com/gitea/docs/pulls/102
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Marcell Mars <ki.ber@kom.uni.st >
Co-committed-by: Marcell Mars <ki.ber@kom.uni.st >
2024-11-22 04:07:17 +00:00
Lunny Xiao
ab2cdde840
Fix more links and problems ( #3 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/3
2024-06-14 08:53:10 +00:00
Lunny Xiao
abee93bf42
Add missing static files
2024-06-06 22:59:23 +08:00
Lunny Xiao
bc23f733d8
Fix CI
2024-06-06 22:53:58 +08:00
jolheiser
f397d309d2
Docusaurus-ify main repo ( #51 )
...
https://github.com/go-gitea/gitea/pull/26051
https://github.com/go-gitea/gitea/pull/26052
https://github.com/go-gitea/gitea/pull/26053
Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/51
Co-authored-by: jolheiser <john.olheiser@gmail.com >
Co-committed-by: jolheiser <john.olheiser@gmail.com >
2023-07-27 14:55:46 +00:00
techknowlogick
d92b99e395
first commit
2023-02-02 23:30:20 -05:00