mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-25 07:15:57 +03:00
[PR #111] [MERGED] Writing a few guides on the application #134
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gitea-mirror#134
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/111
Author: @arunavo4
Created: 10/3/2025
Status: ✅ Merged
Merged: 10/22/2025
Merged by: @arunavo4
Base:
main← Head:www-seo📝 Commits (4)
b27ff81Updated SEO planb8dea1eremoved unused docs21e2f47Added basic use cases pagesbeda2ceAdded a few more articles📊 Changes
28 files changed (+2893 additions, -957 deletions)
View changed files
➖
docs/BETTER_AUTH_MIGRATION.md(+0 -175)➖
docs/BUILD_GUIDE.md(+0 -206)➖
docs/CA_CERTIFICATES.md(+0 -1)➖
docs/EXTENDING.md(+0 -77)📝
docs/README.md(+6 -1)➖
docs/SPONSOR_INTEGRATION.md(+0 -91)➖
docs/testing.md(+0 -127)📝
www/README.md(+25 -8)📝
www/astro.config.mjs(+3 -3)➕
www/bun.lock(+1037 -0)📝
www/docs/SEO_KEYWORDS.md(+628 -236)📝
www/src/components/Header.tsx(+6 -5)📝
www/src/components/Hero.tsx(+0 -26)➕
www/src/components/UseCases.astro(+74 -0)➕
www/src/components/UseCasesList.tsx(+79 -0)➕
www/src/layouts/UseCaseIndexLayout.astro(+115 -0)➕
www/src/layouts/UseCaseLayout.astro(+115 -0)➕
www/src/lib/use-cases.ts(+75 -0)📝
www/src/pages/index.astro(+3 -1)➕
www/src/pages/use-cases/backup-github-repositories.mdx(+92 -0)...and 8 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.