docs: fix navigation links for cpmp base path

This commit is contained in:
Wikid82
2025-11-26 18:52:56 +00:00
parent 1b9cf98b9d
commit e8f52b6d18

View File

@@ -289,10 +289,10 @@ jobs:
</head>
<body>
<nav>
<a href="/">🏠 Home</a>
<a href="/docs/index.html">📚 Docs</a>
<a href="/docs/getting-started.html">🚀 Get Started</a>
<a href="https://github.com/Wikid82/CaddyProxyManagerPlus">⭐ GitHub</a>
<a href="/cpmp/">🏠 Home</a>
<a href="/cpmp/docs/index.html">📚 Docs</a>
<a href="/cpmp/docs/getting-started.html">🚀 Get Started</a>
<a href="https://github.com/Wikid82/cpmp">⭐ GitHub</a>
</nav>
<main>
HEADER