Skip to content

Commit

Permalink
Update EN JsonV5 Document Manual
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokangwang committed May 13, 2022
1 parent f2077ea commit 38a78a5
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,60 @@ module.exports = {
]
}
],
'/en_US/v5/config/': [
{
title: 'Config Reference',
collapsable: false,
children: [
'overview',
'proxy',
'stream',
'service',
'dns',
'router',
'geo',
],
},
{
title: 'Proxy Protocol',
collapsable: false,
children: [
'proxy/socks',
'proxy/vmess',
'proxy/vlite',
'proxy/shadowsocks',
'proxy/http',
'proxy/dokodemo',
'proxy/freedom',
'proxy/loopback',
'proxy/blackhole',
'proxy/dns',
'proxy/trojan',
'proxy/vless',
],
},
{
title: 'Stream Transport Protocol',
collapsable: false,
children: [
'stream/tcp',
'stream/websocket',
'stream/kcp',
'stream/quic',
],
},
{
title: 'Service',
collapsable: false,
children: [
'service/stats',
'service/policy',
'service/browser',
'service/burstObservatory',
'service/backgroundObservatory',
],
}
],
'/en_US/': 'auto',
},
},
Expand Down

0 comments on commit 38a78a5

Please sign in to comment.