Enhance documentation: update VitePress config to ignore localhost links with any port and correct docker-compose.yml formatting for Nginx Proxy Manager
This commit is contained in:
@@ -13,6 +13,11 @@ export default defineConfig({
|
||||
"/playground",
|
||||
// ignore all localhost links
|
||||
/^https?:\/\/localhost/,
|
||||
// ignore localhost links with any port
|
||||
// ignore http://localhost:8015
|
||||
/^https?:\/\/localhost:\d+/,
|
||||
/^http?:\/\/localhost:\d+/,
|
||||
// ignore all links include "/playground/"
|
||||
// ignore all links include "/repl/""
|
||||
/\/repl\//,
|
||||
// custom function, ignore all links include "ignore"
|
||||
|
||||
Reference in New Issue
Block a user