[PR #3395] [MERGED] upgrade docs to vuepress v2.0.0-rc and implement dark mode #3695

Closed
opened 2026-02-26 08:31:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/3395
Author: @tilalx
Created: 12/18/2023
Status: Merged
Merged: 1/9/2024
Merged by: @jc21

Base: developHead: develop


📝 Commits (4)

  • c70f65d upgrade to v2.0.0-rc and implement dark mode
  • 8ec0c76 update docs-build and add yarn.lock
  • 4c90628 try to set the yarn version in jenkins
  • d1119ec revert change

📊 Changes

12 files changed (+4636 additions, -11510 deletions)

View changed files

📝 Jenkinsfile (+15 -0)
📝 docs/.gitignore (+10 -0)
📝 docs/.vuepress/config.js (+111 -82)
docs/.vuepress/styles/index.scss (+258 -0)
docs/.vuepress/styles/index.styl (+0 -23)
docs/.vuepress/styles/palette.styl (+0 -4)
docs/.yarn/releases/yarn-4.0.2.cjs (+893 -0)
docs/.yarnrc.yml (+3 -0)
📝 docs/README.md (+4 -2)
📝 docs/package.json (+11 -765)
📝 docs/yarn.lock (+3330 -10633)
📝 scripts/docs-build (+1 -1)

📄 Description

Design Overview Update

An updated design image has been incorporated to improve the visual representation of the project, now featuring Dark Mode support in the documentation. This enhancement not only aligns with contemporary aesthetic preferences but also offers an alternative viewing mode that is considerate of varying user needs and contexts. The revised design can be viewed here:

Updated Design

Environment Specifications

The project has been thoroughly tested with the following environment setup to ensure compatibility and stability:

  • Node.js version: 18
  • Yarn version: 4
  • vuepress: 2.0 rc

🔄 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/NginxProxyManager/nginx-proxy-manager/pull/3395 **Author:** [@tilalx](https://github.com/tilalx) **Created:** 12/18/2023 **Status:** ✅ Merged **Merged:** 1/9/2024 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (4) - [`c70f65d`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/c70f65d349f5b58fc10941dec70c8adc94e756f0) upgrade to v2.0.0-rc and implement dark mode - [`8ec0c76`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/8ec0c76f5163e11596843044c92b9a292537daa2) update docs-build and add yarn.lock - [`4c90628`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/4c906283df58086e79509ec4ad810f8accff51b3) try to set the yarn version in jenkins - [`d1119ec`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/d1119ec63f9298e232ac58f12ef31f99f6fee13a) revert change ### 📊 Changes **12 files changed** (+4636 additions, -11510 deletions) <details> <summary>View changed files</summary> 📝 `Jenkinsfile` (+15 -0) 📝 `docs/.gitignore` (+10 -0) 📝 `docs/.vuepress/config.js` (+111 -82) ➕ `docs/.vuepress/styles/index.scss` (+258 -0) ➖ `docs/.vuepress/styles/index.styl` (+0 -23) ➖ `docs/.vuepress/styles/palette.styl` (+0 -4) ➕ `docs/.yarn/releases/yarn-4.0.2.cjs` (+893 -0) ➕ `docs/.yarnrc.yml` (+3 -0) 📝 `docs/README.md` (+4 -2) 📝 `docs/package.json` (+11 -765) 📝 `docs/yarn.lock` (+3330 -10633) 📝 `scripts/docs-build` (+1 -1) </details> ### 📄 Description ### Design Overview Update An updated design image has been incorporated to improve the visual representation of the project, now featuring Dark Mode support in the documentation. This enhancement not only aligns with contemporary aesthetic preferences but also offers an alternative viewing mode that is considerate of varying user needs and contexts. The revised design can be viewed here: ![Updated Design](https://github.com/NginxProxyManager/nginx-proxy-manager/assets/59500358/5a64fedd-b451-428f-94c5-2e23351bf655) ### Environment Specifications The project has been thoroughly tested with the following environment setup to ensure compatibility and stability: - Node.js version: `18` - Yarn version: `4` - vuepress: `2.0 rc` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 08:31:36 +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/nginx-proxy-manager-NginxProxyManager#3695
No description provided.