[PR #230] [MERGED] 7.6.3: update docs and loc #6976

Closed
opened 2026-04-19 09:04:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/230
Author: @wukko
Created: 10/28/2023
Status: Merged
Merged: 10/28/2023
Merged by: @wukko

Base: currentHead: updated-docs


📝 Commits (6)

  • 31a2136 updated docs
  • 3e6fdb7 update emoji meaning in readme
  • c7dc868 fix alignment
  • e72b412 finish instance selfhosting guide
  • e4c105f fix line duplication (due to skill issue)
  • 7d603f3 rename api doc to lowercase

📊 Changes

16 files changed (+267 additions, -179 deletions)

View changed files

📝 .gitignore (+4 -0)
📝 README.md (+79 -77)
crowdin.yml (+0 -3)
docs/API.md (+0 -73)
docs/api.md (+79 -0)
📝 docs/examples/cookies.example.json (+0 -0)
📝 docs/examples/docker-compose.example.yml (+1 -1)
docs/run-an-instance.md (+49 -0)
docs/troubleshooting.md (+33 -0)
jsconfig.json (+0 -13)
📝 package.json (+1 -1)
📝 src/front/cobalt.css (+7 -1)
📝 src/localization/languages/en.json (+4 -4)
📝 src/localization/languages/ru.json (+4 -4)
📝 src/modules/pageRender/elements.js (+4 -0)
📝 src/modules/pageRender/page.js (+2 -2)

📄 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/imputnet/cobalt/pull/230 **Author:** [@wukko](https://github.com/wukko) **Created:** 10/28/2023 **Status:** ✅ Merged **Merged:** 10/28/2023 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `updated-docs` --- ### 📝 Commits (6) - [`31a2136`](https://github.com/imputnet/cobalt/commit/31a2136c90d950a7cf35b31d5dbec1a123c20a82) updated docs - [`3e6fdb7`](https://github.com/imputnet/cobalt/commit/3e6fdb74038fba605eb41b806ae7e0a0c7920500) update emoji meaning in readme - [`c7dc868`](https://github.com/imputnet/cobalt/commit/c7dc868498d6d92399bdd591cb8a7d626621913c) fix alignment - [`e72b412`](https://github.com/imputnet/cobalt/commit/e72b412fedc887da41cbc472ecab5c4156c59d78) finish instance selfhosting guide - [`e4c105f`](https://github.com/imputnet/cobalt/commit/e4c105f2a2c83e41dd27f5904ec33b785bf9285b) fix line duplication (due to skill issue) - [`7d603f3`](https://github.com/imputnet/cobalt/commit/7d603f395e531b0308bc332dd0fe6d0e5136190f) rename api doc to lowercase ### 📊 Changes **16 files changed** (+267 additions, -179 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+4 -0) 📝 `README.md` (+79 -77) ➖ `crowdin.yml` (+0 -3) ➖ `docs/API.md` (+0 -73) ➕ `docs/api.md` (+79 -0) 📝 `docs/examples/cookies.example.json` (+0 -0) 📝 `docs/examples/docker-compose.example.yml` (+1 -1) ➕ `docs/run-an-instance.md` (+49 -0) ➕ `docs/troubleshooting.md` (+33 -0) ➖ `jsconfig.json` (+0 -13) 📝 `package.json` (+1 -1) 📝 `src/front/cobalt.css` (+7 -1) 📝 `src/localization/languages/en.json` (+4 -4) 📝 `src/localization/languages/ru.json` (+4 -4) 📝 `src/modules/pageRender/elements.js` (+4 -0) 📝 `src/modules/pageRender/page.js` (+2 -2) </details> ### 📄 Description _No description provided_ --- <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 2026-04-19 09:04:04 -05:00
Sign in to join this conversation.