mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
15 lines
205 B
TypeScript
15 lines
205 B
TypeScript
export default {
|
|
index: {
|
|
type: 'page',
|
|
display: 'hidden',
|
|
},
|
|
users: {
|
|
type: 'page',
|
|
title: 'User Guide',
|
|
},
|
|
developers: {
|
|
type: 'page',
|
|
title: 'Developer Guide',
|
|
},
|
|
};
|