[PR #72] [CLOSED] fix 404 #68

Closed
opened 2026-02-16 11:40:11 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/docs/pull/72
Author: @luffyke
Created: 1/16/2017
Status: Closed

Base: release/v1.0Head: master


📝 Commits (10+)

  • 116e470 add mssql driver on docs (#24)
  • 36e47d6 update latest index page for zh-tw (#38)
  • 29aa4e6 Update from-gogs.en-us.md (#41)
  • 0c5db9b add 'usage' section with explanation of 'dump' command (#40)
  • 4b2e0a2 add installation for zh-tw language.
  • aa59d4e Merge pull request #44 from appleboy/install
  • 0d2c38a add cheat sheet zh-cn translations (#46)
  • 1a293c6 Replace pull request with issue at issue_template
  • a6334e3 Merge pull request #50 from Bwko/issue_template
  • 7705c72 Followup to #40 - remove manual line breaks. (#51)

📊 Changes

26 files changed (+713 additions, -18 deletions)

View changed files

📝 .github/issue_template.md (+1 -1)
📝 MAINTAINERS (+1 -0)
📝 content/doc/advanced/config-cheat-sheet.en-us.md (+5 -1)
content/doc/advanced/config-cheat-sheet.zh-cn.md (+188 -0)
📝 content/doc/advanced/hacking-on-gitea.zh-cn.md (+1 -1)
content/doc/features.zh-tw.md (+13 -0)
content/doc/features/authentication.zh-tw.md (+18 -0)
content/doc/features/localization.zh-tw.md (+18 -0)
content/doc/features/webhooks.zh-tw.md (+18 -0)
content/doc/installation.zh-tw.md (+13 -0)
content/doc/installation/from-binary.zh-tw.md (+35 -0)
content/doc/installation/from-package.zh-tw.md (+53 -0)
📝 content/doc/installation/from-source.en-us.md (+2 -0)
📝 content/doc/installation/from-source.zh-cn.md (+2 -0)
content/doc/installation/from-source.zh-tw.md (+73 -0)
content/doc/installation/windows-service.zh-tw.md (+34 -0)
content/doc/installation/with-docker.zh-tw.md (+40 -0)
content/doc/upgrade.zh-tw.md (+13 -0)
📝 content/doc/upgrade/from-gogs.en-us.md (+63 -9)
📝 content/doc/upgrade/from-gogs.zh-cn.md (+2 -2)

...and 6 more files

📄 Description

  1. fix 404 for 从源代码安装 in Hacking on Gitea page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/docs/pull/72 **Author:** [@luffyke](https://github.com/luffyke) **Created:** 1/16/2017 **Status:** ❌ Closed **Base:** `release/v1.0` ← **Head:** `master` --- ### 📝 Commits (10+) - [`116e470`](https://github.com/go-gitea/docs/commit/116e4705ba1605dbe2cd9670ed193388e629e0b0) add mssql driver on docs (#24) - [`36e47d6`](https://github.com/go-gitea/docs/commit/36e47d61fa28af3cae66ff21edd257c8dc4cd609) update latest index page for zh-tw (#38) - [`29aa4e6`](https://github.com/go-gitea/docs/commit/29aa4e69264b050a78c1b793c773c7d44ead66d6) Update from-gogs.en-us.md (#41) - [`0c5db9b`](https://github.com/go-gitea/docs/commit/0c5db9b29a24c57b7c93132e2f48dce149e8a3d9) add 'usage' section with explanation of 'dump' command (#40) - [`4b2e0a2`](https://github.com/go-gitea/docs/commit/4b2e0a2c96e41ef662d5984029e9da28b741ede5) add installation for zh-tw language. - [`aa59d4e`](https://github.com/go-gitea/docs/commit/aa59d4ed8cf7682df487aa23ed6f0a023b5f6d04) Merge pull request #44 from appleboy/install - [`0d2c38a`](https://github.com/go-gitea/docs/commit/0d2c38a1cb54f00726bd90c1d5e2454382aebd1b) add cheat sheet zh-cn translations (#46) - [`1a293c6`](https://github.com/go-gitea/docs/commit/1a293c65d328967f3a875ef45075630bdb2aa88b) Replace pull request with issue at issue_template - [`a6334e3`](https://github.com/go-gitea/docs/commit/a6334e32fd519b3af3e353e08e7e00321f039dc0) Merge pull request #50 from Bwko/issue_template - [`7705c72`](https://github.com/go-gitea/docs/commit/7705c724414d2a570596501c2fd5b53d6d6f0e64) Followup to #40 - remove manual line breaks. (#51) ### 📊 Changes **26 files changed** (+713 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `.github/issue_template.md` (+1 -1) 📝 `MAINTAINERS` (+1 -0) 📝 `content/doc/advanced/config-cheat-sheet.en-us.md` (+5 -1) ➕ `content/doc/advanced/config-cheat-sheet.zh-cn.md` (+188 -0) 📝 `content/doc/advanced/hacking-on-gitea.zh-cn.md` (+1 -1) ➕ `content/doc/features.zh-tw.md` (+13 -0) ➕ `content/doc/features/authentication.zh-tw.md` (+18 -0) ➕ `content/doc/features/localization.zh-tw.md` (+18 -0) ➕ `content/doc/features/webhooks.zh-tw.md` (+18 -0) ➕ `content/doc/installation.zh-tw.md` (+13 -0) ➕ `content/doc/installation/from-binary.zh-tw.md` (+35 -0) ➕ `content/doc/installation/from-package.zh-tw.md` (+53 -0) 📝 `content/doc/installation/from-source.en-us.md` (+2 -0) 📝 `content/doc/installation/from-source.zh-cn.md` (+2 -0) ➕ `content/doc/installation/from-source.zh-tw.md` (+73 -0) ➕ `content/doc/installation/windows-service.zh-tw.md` (+34 -0) ➕ `content/doc/installation/with-docker.zh-tw.md` (+40 -0) ➕ `content/doc/upgrade.zh-tw.md` (+13 -0) 📝 `content/doc/upgrade/from-gogs.en-us.md` (+63 -9) 📝 `content/doc/upgrade/from-gogs.zh-cn.md` (+2 -2) _...and 6 more files_ </details> ### 📄 Description 1. fix 404 for [从源代码安装](https://docs.gitea.io/zh-cn/hacking-on-gitea/zh-cn/installation/from-source) in [Hacking on Gitea](https://docs.gitea.io/zh-cn/hacking-on-gitea/) page. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 11:40:11 -05:00
yindo closed this issue 2026-02-16 11:40:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/docs#68