[PR #125] [MERGED] Add documentation #247

Closed
opened 2025-10-09 17:00:33 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/125
Author: @Flaminel
Created: 5/4/2025
Status: Merged
Merged: 5/4/2025
Merged by: @Flaminel

Base: mainHead: add_documentation


📝 Commits (10+)

  • 719f966 added first version of docs
  • bd931a7 fixed admonitions to not use paragraphs
  • 5390d97 fixed lists
  • d8a5a61 fixed code type description
  • a7b8a9b added default value comment and reference prop
  • 74babe2 fixed Notifiarr docs
  • 377971f fixed scrolling to env var
  • 268b5e6 added accepted values
  • c0c0903 removed description text type
  • 979f923 removed docusaurus images

📊 Changes

74 files changed (+28406 additions, -1160 deletions)

View changed files

.github/FUNDING.yml (+1 -0)
.github/workflows/docs.yml (+49 -0)
📝 README.md (+8 -388)
docs/.gitignore (+20 -0)
docs/README.md (+41 -0)
docs/docs/1_cleanuperr.mdx (+24 -0)
docs/docs/2_supported-apps.mdx (+13 -0)
docs/docs/4_how_it_works.mdx (+35 -0)
docs/docs/configuration/1_general.mdx (+11 -0)
docs/docs/configuration/_category_.json (+8 -0)
docs/docs/configuration/arrs/1_sonarr.mdx (+18 -0)
docs/docs/configuration/arrs/2_radarr.mdx (+18 -0)
docs/docs/configuration/arrs/3_lidarr.mdx (+18 -0)
docs/docs/configuration/arrs/_category_.json (+8 -0)
docs/docs/configuration/content-blocker/1_general.mdx (+19 -0)
docs/docs/configuration/content-blocker/_category_.json (+8 -0)
docs/docs/configuration/download-cleaner/1_general.mdx (+11 -0)
docs/docs/configuration/download-cleaner/2_categories.mdx (+26 -0)
docs/docs/configuration/download-cleaner/_category_.json (+8 -0)
docs/docs/configuration/download-client/1_general.mdx (+11 -0)

...and 54 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/Cleanuparr/Cleanuparr/pull/125 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 5/4/2025 **Status:** ✅ Merged **Merged:** 5/4/2025 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `main` ← **Head:** `add_documentation` --- ### 📝 Commits (10+) - [`719f966`](https://github.com/Cleanuparr/Cleanuparr/commit/719f96693a92d5bd1973523e41e7b73fb2fd7bc4) added first version of docs - [`bd931a7`](https://github.com/Cleanuparr/Cleanuparr/commit/bd931a7981f5f93e697b0efd697a297863d50bbf) fixed admonitions to not use paragraphs - [`5390d97`](https://github.com/Cleanuparr/Cleanuparr/commit/5390d97ae761faa249fcdf69d135c0b22d3457ef) fixed lists - [`d8a5a61`](https://github.com/Cleanuparr/Cleanuparr/commit/d8a5a614229ed37812c91661e3d87bbad53c6b34) fixed code type description - [`a7b8a9b`](https://github.com/Cleanuparr/Cleanuparr/commit/a7b8a9b5451d05ce77decafc8df51cfe533871bd) added default value comment and reference prop - [`74babe2`](https://github.com/Cleanuparr/Cleanuparr/commit/74babe2793758383b3a6dd1b7f6c5042f7bfedba) fixed Notifiarr docs - [`377971f`](https://github.com/Cleanuparr/Cleanuparr/commit/377971f9832d516ff7b1cd8140b9967918c107e2) fixed scrolling to env var - [`268b5e6`](https://github.com/Cleanuparr/Cleanuparr/commit/268b5e6d30d2d5ec2e087a523b5dc2378e470817) added accepted values - [`c0c0903`](https://github.com/Cleanuparr/Cleanuparr/commit/c0c09030d390600c2ddf989b3788df0dc1dcefc9) removed description text type - [`979f923`](https://github.com/Cleanuparr/Cleanuparr/commit/979f923410ece07b2a6a15a4c580f0d8b661fa8f) removed docusaurus images ### 📊 Changes **74 files changed** (+28406 additions, -1160 deletions) <details> <summary>View changed files</summary> ➕ `.github/FUNDING.yml` (+1 -0) ➕ `.github/workflows/docs.yml` (+49 -0) 📝 `README.md` (+8 -388) ➕ `docs/.gitignore` (+20 -0) ➕ `docs/README.md` (+41 -0) ➕ `docs/docs/1_cleanuperr.mdx` (+24 -0) ➕ `docs/docs/2_supported-apps.mdx` (+13 -0) ➕ `docs/docs/4_how_it_works.mdx` (+35 -0) ➕ `docs/docs/configuration/1_general.mdx` (+11 -0) ➕ `docs/docs/configuration/_category_.json` (+8 -0) ➕ `docs/docs/configuration/arrs/1_sonarr.mdx` (+18 -0) ➕ `docs/docs/configuration/arrs/2_radarr.mdx` (+18 -0) ➕ `docs/docs/configuration/arrs/3_lidarr.mdx` (+18 -0) ➕ `docs/docs/configuration/arrs/_category_.json` (+8 -0) ➕ `docs/docs/configuration/content-blocker/1_general.mdx` (+19 -0) ➕ `docs/docs/configuration/content-blocker/_category_.json` (+8 -0) ➕ `docs/docs/configuration/download-cleaner/1_general.mdx` (+11 -0) ➕ `docs/docs/configuration/download-cleaner/2_categories.mdx` (+26 -0) ➕ `docs/docs/configuration/download-cleaner/_category_.json` (+8 -0) ➕ `docs/docs/configuration/download-client/1_general.mdx` (+11 -0) _...and 54 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>
giteasync added the
pull-request
label 2025-10-09 17:00:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Cleanuparr#247
No description provided.