Skip to content

Commit 3364cae

Browse files
committed
Separate panel proxy
1 parent b941d34 commit 3364cae

File tree

6 files changed

+472
-386
lines changed

6 files changed

+472
-386
lines changed

docs/.vuepress/config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,15 @@ module.exports = {
254254
},
255255
"admin/Maps",
256256
"admin/Benchmarking",
257-
"admin/Panel proxy",
257+
{
258+
title: "Panel proxy",
259+
children: [
260+
["admin/Panel proxy", "Overview"],
261+
["admin/proxy/Collector", "Collector"],
262+
["admin/proxy/API", "API"],
263+
["admin/proxy/Proxy", "Proxy"],
264+
]
265+
},
258266
['https://notes.apiscp.com', 'Task hacks'],
259267
"DEBUGGING",
260268
]

0 commit comments

Comments
 (0)