Files
librechat.ai/pages/docs/development/_meta.ts
Ruben Talstra f4e16af5db 🌎 i18n: Translation Docs (#232)
* added new translation docs. removed old /development/translation.mdx file to make it more accessible to find.

* refactor: table to right format.

* fix: cleaned up some code

* updated: created per language an invitation key
2025-02-10 09:05:26 -05:00

26 lines
683 B
TypeScript

export default {
index: 'Intro',
get_started: 'Get Started',
tools_and_plugins: 'Tools and Plugins',
testing: 'Testing',
debugging: 'Debugging (WIP)',
technical_docs: {
// "title": "Contributing",
type: 'separator',
},
architecture: 'Project Architecture (WIP)',
guidelines: {
type: 'page',
title: 'Contributor Guidelines',
href: 'https://github.com/danny-avila/LibreChat/blob/main/.github/CONTRIBUTING.md',
newWindow: true,
},
conventions: 'Coding Conventions',
security: {
type: 'page',
title: 'Security Policy',
href: 'https://github.com/danny-avila/LibreChat/blob/main/.github/SECURITY.md',
newWindow: true,
},
}