Make the index page default

This commit is contained in:
Lunny Xiao
2024-06-06 17:10:46 +08:00
parent 7c1ce71ffc
commit 089f2a0b46
8 changed files with 9 additions and 19 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ module.exports = {
docs: [
{
type: 'doc',
id: 'intro',
id: 'index.en-us',
label: 'What is Gitea?',
},
{
@@ -84,4 +84,4 @@ module.exports = {
]
},
]
};
};