[PR #11] [MERGED] Fixed localization and added content #13

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/docs/pull/11
Author: @tboerger
Created: 12/9/2016
Status: Merged
Merged: 12/9/2016
Merged by: @bkcsoft

Base: masterHead: content


📝 Commits (3)

  • 579f7d5 Started to add real content
  • 3e81682 Added first real pages for docs
  • 17bb3b6 Fixed localization and added content

📊 Changes

25 files changed (+495 additions, -11 deletions)

View changed files

📝 config.toml (+16 -2)
content/advanced.en-us.md (+13 -0)
content/advanced.zh-cn.md (+13 -0)
content/advanced/hacking-on-gitea.en-us.md (+41 -0)
content/advanced/hacking-on-gitea.zh-cn.md (+41 -0)
content/features.en-us.md (+13 -0)
content/features.zh-cn.md (+13 -0)
content/features/authentication.en-us.md (+18 -0)
content/features/authentication.zh-cn.md (+18 -0)
content/features/localization.en-us.md (+18 -0)
content/features/localization.zh-cn.md (+18 -0)
content/features/webhooks.en-us.md (+18 -0)
content/features/webhooks.zh-cn.md (+18 -0)
content/index.en-us.md (+37 -0)
content/index.md (+0 -9)
content/index.zh-cn.md (+37 -0)
content/installation.en-us.md (+13 -0)
content/installation.zh-cn.md (+13 -0)
content/installation/form-source.zh-cn.md (+20 -0)
content/installation/from-binary.en-us.md (+20 -0)

...and 5 more files

📄 Description

No description provided


🔄 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/11 **Author:** [@tboerger](https://github.com/tboerger) **Created:** 12/9/2016 **Status:** ✅ Merged **Merged:** 12/9/2016 **Merged by:** [@bkcsoft](https://github.com/bkcsoft) **Base:** `master` ← **Head:** `content` --- ### 📝 Commits (3) - [`579f7d5`](https://github.com/go-gitea/docs/commit/579f7d56fe47ee2e5f3534bfc45963de82711f84) Started to add real content - [`3e81682`](https://github.com/go-gitea/docs/commit/3e816828e076aaa6580d886a70c0ca9ff191b86b) Added first real pages for docs - [`17bb3b6`](https://github.com/go-gitea/docs/commit/17bb3b6acd6fc734ede9938663583a70dbe72614) Fixed localization and added content ### 📊 Changes **25 files changed** (+495 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `config.toml` (+16 -2) ➕ `content/advanced.en-us.md` (+13 -0) ➕ `content/advanced.zh-cn.md` (+13 -0) ➕ `content/advanced/hacking-on-gitea.en-us.md` (+41 -0) ➕ `content/advanced/hacking-on-gitea.zh-cn.md` (+41 -0) ➕ `content/features.en-us.md` (+13 -0) ➕ `content/features.zh-cn.md` (+13 -0) ➕ `content/features/authentication.en-us.md` (+18 -0) ➕ `content/features/authentication.zh-cn.md` (+18 -0) ➕ `content/features/localization.en-us.md` (+18 -0) ➕ `content/features/localization.zh-cn.md` (+18 -0) ➕ `content/features/webhooks.en-us.md` (+18 -0) ➕ `content/features/webhooks.zh-cn.md` (+18 -0) ➕ `content/index.en-us.md` (+37 -0) ➖ `content/index.md` (+0 -9) ➕ `content/index.zh-cn.md` (+37 -0) ➕ `content/installation.en-us.md` (+13 -0) ➕ `content/installation.zh-cn.md` (+13 -0) ➕ `content/installation/form-source.zh-cn.md` (+20 -0) ➕ `content/installation/from-binary.en-us.md` (+20 -0) _...and 5 more files_ </details> ### 📄 Description _No description provided_ --- <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:04 -05:00
yindo closed this issue 2026-02-16 11:40:04 -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#13