mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
101 lines
1.6 KiB
TypeScript
101 lines
1.6 KiB
TypeScript
export default {
|
|
index: {
|
|
type: 'page',
|
|
title: 'LibreChat',
|
|
display: 'hidden',
|
|
theme: {
|
|
layout: 'raw',
|
|
},
|
|
},
|
|
docs: {
|
|
type: 'page',
|
|
title: 'Docs',
|
|
},
|
|
blog: {
|
|
title: 'Blog',
|
|
type: 'page',
|
|
theme: {
|
|
layout: 'full',
|
|
},
|
|
},
|
|
authors: {
|
|
title: 'Authors',
|
|
type: 'folder',
|
|
theme: {
|
|
toc: false,
|
|
sidebar: false,
|
|
pagination: true,
|
|
layout: 'default',
|
|
breadcrumb: false,
|
|
timestamp: false,
|
|
},
|
|
},
|
|
demo: {
|
|
type: 'page',
|
|
title: 'Demo',
|
|
href: 'https://chat.librechat.ai/',
|
|
// display: 'hidden',
|
|
},
|
|
changelog: {
|
|
type: 'page',
|
|
title: 'Changelog',
|
|
theme: {
|
|
layout: 'full',
|
|
},
|
|
},
|
|
tos: {
|
|
title: 'Terms of Service',
|
|
type: 'page',
|
|
display: 'hidden',
|
|
},
|
|
privacy: {
|
|
title: 'Privacy Policy',
|
|
type: 'page',
|
|
display: 'hidden',
|
|
},
|
|
cookie: {
|
|
title: 'Cookie Policy',
|
|
type: 'page',
|
|
display: 'hidden',
|
|
},
|
|
about: {
|
|
title: 'About us',
|
|
type: 'page',
|
|
display: 'hidden',
|
|
theme: {
|
|
timestamp: false,
|
|
},
|
|
},
|
|
features: {
|
|
title: 'Features',
|
|
type: 'page',
|
|
display: 'hidden',
|
|
theme: {
|
|
timestamp: false,
|
|
},
|
|
},
|
|
subscribe: {
|
|
title: 'Subscribe',
|
|
type: 'page',
|
|
display: 'hidden',
|
|
},
|
|
unsubscribe: {
|
|
title: 'Unsubscribe',
|
|
type: 'page',
|
|
display: 'hidden',
|
|
},
|
|
'404': {
|
|
type: 'page',
|
|
theme: {
|
|
typesetting: 'article',
|
|
timestamp: false,
|
|
},
|
|
},
|
|
toolkit: 'ToolKit',
|
|
README: {
|
|
title: 'readme.md',
|
|
type: 'page',
|
|
display: 'hidden',
|
|
},
|
|
}
|