[PR #461] [MERGED] Updating the documentation, closes issue#452 #1113

Closed
opened 2026-03-15 15:53:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/461
Author: @sadok-f
Created: 6/2/2024
Status: Merged
Merged: 6/2/2024
Merged by: @sadok-f

Base: mainHead: issue#452


📝 Commits (6)

  • d835d3a merge from master
  • ff5c691 docs: restructure the documentation
  • b67d196 docs: update the documentation's style, closes #452
  • 3edd0ab Update CD to add build github page using mkdocs
  • 23f5b1e put VALIDATE_CSS to false
  • 2e25b11 Merge branch 'main' into issue#452

📊 Changes

18 files changed (+932 additions, -618 deletions)

View changed files

📝 .github/workflows/cd.yml (+24 -0)
📝 .github/workflows/ci.yml (+1 -0)
📝 README.md (+11 -3)
_config.yml (+0 -2)
📝 benchmark.sh (+1 -1)
docs/assets/images/flyimg.png (+0 -0)
docs/assets/stylesheets/extra.css (+32 -0)
docs/benchmark.md (+305 -0)
📝 docs/configuration.md (+3 -4)
📝 docs/enable-xdebug.md (+2 -2)
docs/full-documentation.md (+0 -593)
docs/get-started.md (+217 -0)
docs/index.md (+123 -0)
docs/install.md (+74 -0)
docs/security.md (+40 -0)
docs/unit-tests.md (+11 -0)
📝 docs/url-options.md (+11 -13)
mkdocs.yml (+77 -0)

📄 Description

Updating the documentation, closes issue #452


🔄 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/flyimg/flyimg/pull/461 **Author:** [@sadok-f](https://github.com/sadok-f) **Created:** 6/2/2024 **Status:** ✅ Merged **Merged:** 6/2/2024 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `issue#452` --- ### 📝 Commits (6) - [`d835d3a`](https://github.com/flyimg/flyimg/commit/d835d3a2048e70ff0df5cba5156701961c698347) merge from master - [`ff5c691`](https://github.com/flyimg/flyimg/commit/ff5c6917668b6aab026451b8449f098a2343274f) docs: restructure the documentation - [`b67d196`](https://github.com/flyimg/flyimg/commit/b67d196f6ee53405dbf8b753f4229941589dd0ef) docs: update the documentation's style, closes #452 - [`3edd0ab`](https://github.com/flyimg/flyimg/commit/3edd0abea77dc07679812646aa8a7fb02d3a8916) Update CD to add build github page using mkdocs - [`23f5b1e`](https://github.com/flyimg/flyimg/commit/23f5b1e7360e22b08deddebc7c71ae8fa1a53a53) put VALIDATE_CSS to false - [`2e25b11`](https://github.com/flyimg/flyimg/commit/2e25b11d3fc5af87c3b837e1f44c16f4c919dff6) Merge branch 'main' into issue#452 ### 📊 Changes **18 files changed** (+932 additions, -618 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/cd.yml` (+24 -0) 📝 `.github/workflows/ci.yml` (+1 -0) 📝 `README.md` (+11 -3) ➖ `_config.yml` (+0 -2) 📝 `benchmark.sh` (+1 -1) ➕ `docs/assets/images/flyimg.png` (+0 -0) ➕ `docs/assets/stylesheets/extra.css` (+32 -0) ➕ `docs/benchmark.md` (+305 -0) 📝 `docs/configuration.md` (+3 -4) 📝 `docs/enable-xdebug.md` (+2 -2) ➖ `docs/full-documentation.md` (+0 -593) ➕ `docs/get-started.md` (+217 -0) ➕ `docs/index.md` (+123 -0) ➕ `docs/install.md` (+74 -0) ➕ `docs/security.md` (+40 -0) ➕ `docs/unit-tests.md` (+11 -0) 📝 `docs/url-options.md` (+11 -13) ➕ `mkdocs.yml` (+77 -0) </details> ### 📄 Description Updating the documentation, closes issue #452 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 15:53:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flyimg#1113
No description provided.