Skip to content

Commit 0c9672b

Browse files
committed
Update documentation links and configuration for new site URL
1 parent 42eb9a4 commit 0c9672b

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
unraid-plugin-docs.mstrhakr.com

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414

1515
---
1616

17+
## 🌐 [**Read the Documentation →**](https://mstrhakr.github.io/unraid-plugin-docs/)
18+
19+
> **📚 The full documentation is available at: [mstrhakr.github.io/unraid-plugin-docs](https://mstrhakr.github.io/unraid-plugin-docs/)**
20+
21+
---
22+
1723
## 📖 About This Documentation
1824

1925
This is the **unofficial, community-driven** documentation for developing plugins for [Unraid OS](https://unraid.net/). The Unraid plugin system is powerful but has historically lacked comprehensive documentation. This project aims to fill that gap by providing clear, well-organized, and up-to-date resources for plugin developers.

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
theme: just-the-docs
22
title: Unraid Plugin Development
33
description: Community-maintained documentation for building Unraid plugins
4-
url: https://mstrhakr.github.io
5-
baseurl: /unraid-plugin-docs
4+
url: https://unraid-plugin-docs.mstrhakr.com
5+
baseurl: ""
66

77
# Enable search
88
search_enabled: true

0 commit comments

Comments
 (0)