[PR #36] [MERGED] added dark switch and added .docusaurus folder to gitignore #220

Closed
opened 2026-03-01 18:43:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz-docs/pull/36
Author: @version0chiro
Created: 10/1/2021
Status: Merged
Merged: 10/1/2021
Merged by: @antonym

Base: masterHead: Dark-Mode


📝 Commits (1)

  • ec642ce added dark switch and added .docusaurus folder to gitignore

📊 Changes

3 files changed (+96 additions, -83 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 docusaurus.config.js (+65 -64)
📝 src/components/HomepageFeatures.js (+30 -19)

📄 Description

What I have done:

  • Shifted traditional SVG loading to ThemedImage from docusaurus theme
  • Shifted URLs of the images using useBaseUrl
  • Added the logo in light and dark mode as an array allowing users to quickly shift and add more
  • Added .docusaurus to gitignore as it will be built on dev end

🔄 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/netbootxyz/netboot.xyz-docs/pull/36 **Author:** [@version0chiro](https://github.com/version0chiro) **Created:** 10/1/2021 **Status:** ✅ Merged **Merged:** 10/1/2021 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `Dark-Mode` --- ### 📝 Commits (1) - [`ec642ce`](https://github.com/netbootxyz/netboot.xyz-docs/commit/ec642ce630f75ee9d55f1a131912eece7c230ee1) added dark switch and added .docusaurus folder to gitignore ### 📊 Changes **3 files changed** (+96 additions, -83 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `docusaurus.config.js` (+65 -64) 📝 `src/components/HomepageFeatures.js` (+30 -19) </details> ### 📄 Description ## What I have done: - Shifted traditional SVG loading to ThemedImage from docusaurus theme - Shifted URLs of the images using useBaseUrl - Added the logo in light and dark mode as an array allowing users to quickly shift and add more - Added .docusaurus to gitignore as it will be built on dev end --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 18:43:04 +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/netboot.xyz-docs#220
No description provided.