mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-02-21 00:43:16 +03:00
Repair broken links, and some files shouldn't exist
This commit is contained in:
parent
07a192dcf0
commit
4cf6e9818e
@ -1,4 +0,0 @@
|
||||
{
|
||||
"singleQuote": true,
|
||||
"semi": false
|
||||
}
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -1,3 +0,0 @@
|
||||
{
|
||||
"editor.tabSize": 2
|
||||
}
|
@ -12,6 +12,10 @@ export default defaultTheme({
|
||||
smoothScroll: true,
|
||||
repo: 'xtls/xray-core',
|
||||
docsDir: 'docs',
|
||||
docsRepo: 'xtls/Xray-docs-next',
|
||||
docsBranch: 'main',
|
||||
editLinks: true,
|
||||
enableToggle: true,
|
||||
locales: {
|
||||
'/': {
|
||||
navbar: navbarZh,
|
||||
@ -58,11 +62,6 @@ export default defaultTheme({
|
||||
toggleColorMode: 'toggle color mode',
|
||||
toggleSidebar: 'toggle side bar',
|
||||
},
|
||||
docsRepo: 'xtls/Xray-docs-next',
|
||||
docsBranch: 'main',
|
||||
editLinks: true,
|
||||
enableToggle: true,
|
||||
smoothScroll: true,
|
||||
// logo: '/logo.png',
|
||||
|
||||
// sidebar: 'auto',
|
||||
|
Loading…
x
Reference in New Issue
Block a user