[PR #3317] [MERGED] General documentation cleanup #16879

Closed
opened 2025-11-02 12:21:12 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3317
Author: @MTecknology
Created: 1/7/2018
Status: Merged
Merged: 1/8/2018
Merged by: @bkcsoft

Base: masterHead: master


📝 Commits (9)

  • 804242e Clean up spelling, grammar, perspective, whitespace, language, markup, etc.
  • 28798a9 Fix mistakes in recent docs addition.
  • d09c6e6 minor typo
  • af82789 Extra clean-up; thanks thehowl!
  • 86a50e4 Remove help stub, create help page, create support page.
  • 17c2579 Changing order to avoid the bike shed.
  • b8d17a0 Remove +x from fr docs.
  • c7f6181 Merge branch 'master' into master
  • 13d2b4f Merge branch 'master' into master

📊 Changes

30 files changed (+491 additions, -270 deletions)

View changed files

📝 docs/content/doc/advanced.fr-fr.md (+0 -0)
📝 docs/content/doc/advanced/config-cheat-sheet.en-us.md (+99 -59)
📝 docs/content/doc/advanced/customizing-gitea.en-us.md (+33 -18)
📝 docs/content/doc/advanced/hacking-on-gitea.en-us.md (+19 -6)
📝 docs/content/doc/advanced/make.en-us.md (+7 -5)
📝 docs/content/doc/advanced/make.fr-fr.md (+0 -0)
📝 docs/content/doc/advanced/specific-variables.en-us.md (+16 -14)
📝 docs/content/doc/features/authentication.en-us.md (+23 -14)
📝 docs/content/doc/features/webhooks.en-us.md (+5 -2)
docs/content/doc/help.en-us.md (+13 -0)
docs/content/doc/help/seek-help.en-us.md (+28 -0)
📝 docs/content/doc/help/troubleshooting.en-us.md (+21 -22)
📝 docs/content/doc/installation.fr-fr.md (+0 -0)
📝 docs/content/doc/installation/from-binary.en-us.md (+16 -8)
📝 docs/content/doc/installation/from-binary.fr-fr.md (+0 -0)
📝 docs/content/doc/installation/from-package.en-us.md (+24 -12)
📝 docs/content/doc/installation/from-package.fr-fr.md (+0 -0)
📝 docs/content/doc/installation/from-source.en-us.md (+32 -20)
📝 docs/content/doc/installation/from-source.fr-fr.md (+0 -0)
📝 docs/content/doc/installation/run-as-service-in-ubuntu.en-us.md (+25 -26)

...and 10 more files

📄 Description

This PR fixes a lot of mistakes/errors in the English version of Gitea documentation.


🔄 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/gitea/pull/3317 **Author:** [@MTecknology](https://github.com/MTecknology) **Created:** 1/7/2018 **Status:** ✅ Merged **Merged:** 1/8/2018 **Merged by:** [@bkcsoft](https://github.com/bkcsoft) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (9) - [`804242e`](https://github.com/go-gitea/gitea/commit/804242eb1cdd06ff36939c8d6391a027bf55234c) Clean up spelling, grammar, perspective, whitespace, language, markup, etc. - [`28798a9`](https://github.com/go-gitea/gitea/commit/28798a97e10c538c3c036369a02a539a98129e0b) Fix mistakes in recent docs addition. - [`d09c6e6`](https://github.com/go-gitea/gitea/commit/d09c6e6aaf4945f0c9b83c37bf0aa1e964e9d7dc) minor typo - [`af82789`](https://github.com/go-gitea/gitea/commit/af82789829a0023774fdace4c543ce5849deda6b) Extra clean-up; thanks thehowl! - [`86a50e4`](https://github.com/go-gitea/gitea/commit/86a50e45eca08b96dfacb6dd60525a4d09b6ec3b) Remove help stub, create help page, create support page. - [`17c2579`](https://github.com/go-gitea/gitea/commit/17c257967a45f2737a7eebbc5cdbcf1c5551711c) Changing order to avoid the bike shed. - [`b8d17a0`](https://github.com/go-gitea/gitea/commit/b8d17a073cd7fafd5f1cbe6fed7e233127f2db35) Remove +x from fr docs. - [`c7f6181`](https://github.com/go-gitea/gitea/commit/c7f61817c4c15091995fbec81fe1ec7ddf9c8285) Merge branch 'master' into master - [`13d2b4f`](https://github.com/go-gitea/gitea/commit/13d2b4f3e4ca1566e3c1a9a4e1677c2055025e42) Merge branch 'master' into master ### 📊 Changes **30 files changed** (+491 additions, -270 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/doc/advanced.fr-fr.md` (+0 -0) 📝 `docs/content/doc/advanced/config-cheat-sheet.en-us.md` (+99 -59) 📝 `docs/content/doc/advanced/customizing-gitea.en-us.md` (+33 -18) 📝 `docs/content/doc/advanced/hacking-on-gitea.en-us.md` (+19 -6) 📝 `docs/content/doc/advanced/make.en-us.md` (+7 -5) 📝 `docs/content/doc/advanced/make.fr-fr.md` (+0 -0) 📝 `docs/content/doc/advanced/specific-variables.en-us.md` (+16 -14) 📝 `docs/content/doc/features/authentication.en-us.md` (+23 -14) 📝 `docs/content/doc/features/webhooks.en-us.md` (+5 -2) ➕ `docs/content/doc/help.en-us.md` (+13 -0) ➕ `docs/content/doc/help/seek-help.en-us.md` (+28 -0) 📝 `docs/content/doc/help/troubleshooting.en-us.md` (+21 -22) 📝 `docs/content/doc/installation.fr-fr.md` (+0 -0) 📝 `docs/content/doc/installation/from-binary.en-us.md` (+16 -8) 📝 `docs/content/doc/installation/from-binary.fr-fr.md` (+0 -0) 📝 `docs/content/doc/installation/from-package.en-us.md` (+24 -12) 📝 `docs/content/doc/installation/from-package.fr-fr.md` (+0 -0) 📝 `docs/content/doc/installation/from-source.en-us.md` (+32 -20) 📝 `docs/content/doc/installation/from-source.fr-fr.md` (+0 -0) 📝 `docs/content/doc/installation/run-as-service-in-ubuntu.en-us.md` (+25 -26) _...and 10 more files_ </details> ### 📄 Description This PR fixes a lot of mistakes/errors in the English version of Gitea documentation. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:21:12 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16879