mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
14 lines
205 B
TypeScript
14 lines
205 B
TypeScript
export default {
|
|
index: {
|
|
type: 'page',
|
|
display: 'hidden',
|
|
},
|
|
users: {
|
|
type: 'page',
|
|
title: 'User Guide',
|
|
},
|
|
developers: {
|
|
type: 'page',
|
|
title: 'Developer Guide',
|
|
},
|
|
};
|