mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
docs: updates (#841)
This commit is contained in:
parent
39c626aa8e
commit
29d3640546
9 changed files with 162 additions and 204 deletions
10
.env.example
10
.env.example
|
@ -27,7 +27,7 @@ MONGO_URI=mongodb://127.0.0.1:27018/LibreChat
|
||||||
# Access key from OpenAI platform.
|
# Access key from OpenAI platform.
|
||||||
# Leave it blank to disable this feature.
|
# Leave it blank to disable this feature.
|
||||||
# Set to "user_provided" to allow the user to provide their API key from the UI.
|
# Set to "user_provided" to allow the user to provide their API key from the UI.
|
||||||
OPENAI_API_KEY="user_provided"
|
OPENAI_API_KEY=user_provided
|
||||||
|
|
||||||
# Identify the available models, separated by commas *without spaces*.
|
# Identify the available models, separated by commas *without spaces*.
|
||||||
# The first will be default.
|
# The first will be default.
|
||||||
|
@ -77,7 +77,7 @@ AZURE_OPENAI_MODELS=gpt-3.5-turbo,gpt-4
|
||||||
#If this fails, follow these instructions https://github.com/danny-avila/LibreChat/issues/370#issuecomment-1560382302 to provide the full cookie strings.
|
#If this fails, follow these instructions https://github.com/danny-avila/LibreChat/issues/370#issuecomment-1560382302 to provide the full cookie strings.
|
||||||
# Set to "user_provided" to allow the user to provide its token from the UI.
|
# Set to "user_provided" to allow the user to provide its token from the UI.
|
||||||
# Leave it blank to disable this endpoint.
|
# Leave it blank to disable this endpoint.
|
||||||
BINGAI_TOKEN="user_provided"
|
BINGAI_TOKEN=user_provided
|
||||||
|
|
||||||
# BingAI Host:
|
# BingAI Host:
|
||||||
# Necessary for some people in different countries, e.g. China (https://cn.bing.com)
|
# Necessary for some people in different countries, e.g. China (https://cn.bing.com)
|
||||||
|
@ -93,7 +93,7 @@ BINGAI_TOKEN="user_provided"
|
||||||
# Exposes your access token to `CHATGPT_REVERSE_PROXY`
|
# Exposes your access token to `CHATGPT_REVERSE_PROXY`
|
||||||
# Set to "user_provided" to allow the user to provide its token from the UI.
|
# Set to "user_provided" to allow the user to provide its token from the UI.
|
||||||
# Leave it blank to disable this endpoint
|
# Leave it blank to disable this endpoint
|
||||||
CHATGPT_TOKEN="user_provided"
|
CHATGPT_TOKEN=user_provided
|
||||||
|
|
||||||
# Identify the available models, separated by commas. The first will be default.
|
# Identify the available models, separated by commas. The first will be default.
|
||||||
# Leave it blank to use internal settings.
|
# Leave it blank to use internal settings.
|
||||||
|
@ -114,7 +114,7 @@ CHATGPT_MODELS=text-davinci-002-render-sha,gpt-4
|
||||||
# Leave it blank to disable this feature.
|
# Leave it blank to disable this feature.
|
||||||
# Set to "user_provided" to allow the user to provide their API key from the UI.
|
# Set to "user_provided" to allow the user to provide their API key from the UI.
|
||||||
# Note that access to claude-1 may potentially become unavailable with the release of claude-2.
|
# Note that access to claude-1 may potentially become unavailable with the release of claude-2.
|
||||||
ANTHROPIC_API_KEY="user_provided"
|
ANTHROPIC_API_KEY=user_provided
|
||||||
ANTHROPIC_MODELS=claude-1,claude-instant-1,claude-2
|
ANTHROPIC_MODELS=claude-1,claude-instant-1,claude-2
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
|
@ -166,7 +166,7 @@ AZURE_COGNITIVE_SEARCH_SEARCH_OPTION_SELECT=
|
||||||
# Follow the instruction here to setup:
|
# Follow the instruction here to setup:
|
||||||
# https://github.com/danny-avila/LibreChat/blob/main/docs/install/apis_and_tokens.md
|
# https://github.com/danny-avila/LibreChat/blob/main/docs/install/apis_and_tokens.md
|
||||||
|
|
||||||
PALM_KEY="user_provided"
|
PALM_KEY=user_provided
|
||||||
|
|
||||||
# In case you need a reverse proxy for this endpoint:
|
# In case you need a reverse proxy for this endpoint:
|
||||||
# GOOGLE_REVERSE_PROXY=
|
# GOOGLE_REVERSE_PROXY=
|
||||||
|
|
|
@ -72,7 +72,7 @@ Keep up with the latest updates by visiting the releases page - [Releases](https
|
||||||
* [APIs and Tokens](docs/install/apis_and_tokens.md)
|
* [APIs and Tokens](docs/install/apis_and_tokens.md)
|
||||||
* [User Auth System](docs/install/user_auth_system.md)
|
* [User Auth System](docs/install/user_auth_system.md)
|
||||||
* [Online MongoDB Database](docs/install/mongodb.md)
|
* [Online MongoDB Database](docs/install/mongodb.md)
|
||||||
* [Languages](docs/install/languages.md)
|
* [Default Language](docs/install/default_language.md)
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
@ -116,6 +116,7 @@ Keep up with the latest updates by visiting the releases page - [Releases](https
|
||||||
|
|
||||||
* [Contributor Guidelines](CONTRIBUTING.md)
|
* [Contributor Guidelines](CONTRIBUTING.md)
|
||||||
* [Documentation Guidelines](docs/contributions/documentation_guidelines.md)
|
* [Documentation Guidelines](docs/contributions/documentation_guidelines.md)
|
||||||
|
* [Contribute a Translation](docs/contributions/translation_contribution.md)
|
||||||
* [Code Standards and Conventions](docs/contributions/coding_conventions.md)
|
* [Code Standards and Conventions](docs/contributions/coding_conventions.md)
|
||||||
* [Testing](docs/contributions/testing.md)
|
* [Testing](docs/contributions/testing.md)
|
||||||
* [Security](SECURITY.md)
|
* [Security](SECURITY.md)
|
||||||
|
|
|
@ -1,80 +0,0 @@
|
||||||
# How to add a language to LibreChat
|
|
||||||
|
|
||||||
## Minimum Requirements:
|
|
||||||
|
|
||||||
1. Good knowledge of the language (some terms may undergo significant changes during translation)
|
|
||||||
2. An editor, which can be Notepad or (**recommended**: [VSCode](https://code.visualstudio.com/download))
|
|
||||||
|
|
||||||
## Language translation
|
|
||||||
|
|
||||||
|
|
||||||
1. Fork the LibreChat repository and download it using git clone https://github.com/danny-avila/LibreChat
|
|
||||||
2. Navigate to the "client\src\localization" folder and open the "Translation.tsx" file
|
|
||||||
3. At the beginning of the code, add your language below all the others in this format:
|
|
||||||
|
|
||||||
`import Language-name from './languages/** ';`
|
|
||||||
|
|
||||||
For example, let's take English as an example:
|
|
||||||
|
|
||||||
Note: Replace "LanguageName" with the name of your language (capitalized) and "**" with the ISO 3166 Alpha-2 code of your country (the initial of the nation).
|
|
||||||
If you don't know the ISO 3166 code for your language, check it [here](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) and also use it with an initial capital)
|
|
||||||
|
|
||||||
4. Further down in the code, add the following
|
|
||||||
|
|
||||||
`if (langCode === '**') return Language-name;`
|
|
||||||
|
|
||||||
Replace "**" with the ISO 3166 Alpha-2 code of your language (in lowercase). Here's an example: `if (langCode === 'en') return English;`)
|
|
||||||
|
|
||||||
7.Go into the "languages" folder and create a file named as follows: **.tsx
|
|
||||||
|
|
||||||
For example: En.tsx
|
|
||||||
|
|
||||||
9. Copy all the content from En.tsx into your file and modify it as follows:
|
|
||||||
|
|
||||||
```
|
|
||||||
// your-language-name phrases
|
|
||||||
|
|
||||||
export default {
|
|
||||||
com_ui_examples: 'Examples',
|
|
||||||
// Add more translations here
|
|
||||||
```
|
|
||||||
|
|
||||||
Rename only the part after the colon ":" to the corresponding translation in your language. For example:
|
|
||||||
|
|
||||||
```
|
|
||||||
// my-language phrases
|
|
||||||
|
|
||||||
export default {
|
|
||||||
com_ui_examples: 'WORD_THAT_I_TRANSLATE_IN_TO_MY_LANGUAGE',
|
|
||||||
// Add more translations here
|
|
||||||
};
|
|
||||||
```
|
|
||||||
|
|
||||||
⚠️DO NOT CHANGE com_... ⚠️
|
|
||||||
|
|
||||||
10. To add your language to the menu, open the file "client\src\components\Nav\SettingsTabs\General.tsx" and add your language to the "LangSelector" variable in the following way:
|
|
||||||
|
|
||||||
```
|
|
||||||
export const LangSelector = ({
|
|
||||||
//other code
|
|
||||||
<option value="en">{localize(lang, 'com_nav_lang_english')}</option>
|
|
||||||
//other languages...
|
|
||||||
<option value="**">{localize(lang, 'com_nav_lang_your-language-name')}</option>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
};
|
|
||||||
```
|
|
||||||
|
|
||||||
where ** is the ISO 3166 Alpha-2 code and "com_nav_lang_your-language-name" stands for the name in your language (for example com_nav_lang_english or com_nav_lang_italian)
|
|
||||||
The only line of code to add is:
|
|
||||||
|
|
||||||
`<option value="**">{localize(lang, 'com_nav_lang_your-language-name')}</option>`
|
|
||||||
|
|
||||||
11. Commit your changes using git add *, git commit -m "Language translation: your-language translation" and git push.
|
|
||||||
12. Open your repository in a browser and click on "Contribute"
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
14. Answer all the questions, and in the "Type of Change" section, add `- [x] Translation support`
|
|
||||||
15. Create a pull request 🎉
|
|
113
docs/contributions/translation_contribution.md
Normal file
113
docs/contributions/translation_contribution.md
Normal file
|
@ -0,0 +1,113 @@
|
||||||
|
# How to add a new language to LibreChat 🌍
|
||||||
|
|
||||||
|
## Minimum Requirements:
|
||||||
|
|
||||||
|
1. Good knowledge of the language (some terms may undergo significant changes during translation)
|
||||||
|
2. A text editor is required. While options like Notepad or Notepad++ are available, it is recommended to use **[VSCode](https://code.visualstudio.com/download)** as it is more suitable for this task..
|
||||||
|
|
||||||
|
## Language Translation
|
||||||
|
|
||||||
|
### Preparation
|
||||||
|
Fork the [LibreChat repository](https://github.com/danny-avila/LibreChat) and download it using git clone
|
||||||
|
|
||||||
|
### Add your language to `Translation.tsx`:
|
||||||
|
- Navigate to the `client\src\localization` folder and open the `Translation.tsx` file
|
||||||
|
|
||||||
|
- At the beginning of the code, add your language below all the others in this format:
|
||||||
|
|
||||||
|
`import Language-name from './languages/** ';`
|
||||||
|
Example (English):`import English from './languages/Eng';`
|
||||||
|
|
||||||
|
- Further down in the code, add the following:
|
||||||
|
|
||||||
|
`if (langCode === '**') return Language-name;`
|
||||||
|
|
||||||
|
>Replace "**" with the ISO 3166 Alpha-2 code of your language (in lowercase).
|
||||||
|
Example (English): `if (langCode === 'en') return English;`
|
||||||
|
|
||||||
|
>If you don't know the ISO 3166 code for your language, check it [here](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) and also use it with an initial capital)
|
||||||
|
|
||||||
|
### Create your new language file
|
||||||
|
- Go into the `client\src\localization\languages` folder and create a file named as follows: `**.tsx`
|
||||||
|
|
||||||
|
Example: `Eng.tsx`
|
||||||
|
|
||||||
|
- Copy all the content from `Eng.tsx` into your file and modify it as follows:
|
||||||
|
|
||||||
|
```js
|
||||||
|
// your-language-name phrases
|
||||||
|
|
||||||
|
export default {
|
||||||
|
com_ui_examples: 'Examples',
|
||||||
|
// more translations here...
|
||||||
|
```
|
||||||
|
|
||||||
|
__Translate only the part after the `:`.__
|
||||||
|
Example:
|
||||||
|
|
||||||
|
```js
|
||||||
|
// my-language phrases
|
||||||
|
|
||||||
|
export default {
|
||||||
|
com_ui_examples: 'This is a translated example',
|
||||||
|
// Add more translations here
|
||||||
|
};
|
||||||
|
```
|
||||||
|
|
||||||
|
⚠️ Do not modify the `com_...` part ⚠️
|
||||||
|
|
||||||
|
> Delete the Language list after `com_nav_setting_general: 'General',` near the bottom of the file (You do not need to translate the individual language names)
|
||||||
|
|
||||||
|
|
||||||
|
### Add your language to `Eng.tsx`
|
||||||
|
Open `Eng.tsx` and add your language to the language list in the bottom of the document.
|
||||||
|
|
||||||
|
### Add your language to the menu
|
||||||
|
To add your language to the menu, open the file `client\src\components\Nav\SettingsTabs\General.tsx`.
|
||||||
|
Add your language to the `LangSelector` variable in the following way:
|
||||||
|
|
||||||
|
```js
|
||||||
|
export const LangSelector = ({
|
||||||
|
//other code
|
||||||
|
<option value="en">{localize(lang, 'com_nav_lang_english')}</option>
|
||||||
|
//other languages...
|
||||||
|
<option value="**">{localize(lang, 'com_nav_lang_your-language-name')}</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
};
|
||||||
|
```
|
||||||
|
|
||||||
|
Where `**` is the ISO 3166 Alpha-2 code and `com_nav_lang_your-language-name` stands for the name of your language.
|
||||||
|
Example: `com_nav_lang_english` or `com_nav_lang_italian`
|
||||||
|
|
||||||
|
**You should only need to add one line of code:**
|
||||||
|
```js
|
||||||
|
<option value="**">{localize(lang, 'com_nav_lang_your-language-name')}</option>
|
||||||
|
```
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
If you followed everything you should have __one__ new file and __3__ files with modifications:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
new file: client/src/localization/languages/**.tsx <-----new language
|
||||||
|
modified: client/src/components/Nav/SettingsTabs/General.tsx
|
||||||
|
modified: client/src/localization/Translation.tsx
|
||||||
|
modified: client/src/localization/languages/Eng.tsx
|
||||||
|
```
|
||||||
|
|
||||||
|
You can confirm this by using the following command: `git status`
|
||||||
|
|
||||||
|
### Commit and create a new PR
|
||||||
|
- Commit your changes using:
|
||||||
|
- `git add *`
|
||||||
|
- `git commit -m "Language translation: your-language translation"`
|
||||||
|
- `git push`
|
||||||
|
|
||||||
|
- Open your repository in a browser and click on "Contribute"
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
- Answer all the questions, and in the "Type of Change" section, add `- [x] Translation support`
|
||||||
|
- Delete irrelevant comments from the template
|
||||||
|
- Create a pull request 🎉
|
|
@ -1,9 +1,9 @@
|
||||||
# ⚠️ **Breaking Changes** ⚠️
|
# ⚠️ **Breaking Changes** ⚠️
|
||||||
|
|
||||||
## v0.5.8
|
## Note:
|
||||||
**If you have issues after updating, please try to clear your browser cache and cookies!**
|
**If you experience any issues after updating, we recommend clearing your browser cache and cookies.**
|
||||||
|
|
||||||
Some of the latest changes affect the cookies and can cause weird behaviors if not properly cleared.
|
Certain changes in the updates may impact cookies, leading to unexpected behaviors if not cleared properly.
|
||||||
|
|
||||||
## v0.5.7
|
## v0.5.7
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ podman build \
|
||||||
--file ./LibreChat/Dockerfile;
|
--file ./LibreChat/Dockerfile;
|
||||||
```
|
```
|
||||||
|
|
||||||
> Not the downside of running a base container that has a live root is that image revisions need to be done manually. The easiest way is to remove and recreate the image when the container is no longer. If that's not possible for you, manually updating the image to increment versions can be done manually. Simply amend $image with the version you're building.
|
> Note: the downside of running a base container that has a live root is that image revisions need to be done manually. The easiest way is to remove and recreate the image when the container is no longer. If that's not possible for you, manually updating the image to increment versions can be done manually. Simply amend $image with the version you're building.
|
||||||
|
|
||||||
> We'll document how to go about the update process more effectively further on. You wont need to remove your existing containers, or lose any data when updating.
|
> We'll document how to go about the update process more effectively further on. You wont need to remove your existing containers, or lose any data when updating.
|
||||||
|
|
||||||
|
|
36
docs/install/default_language.md
Normal file
36
docs/install/default_language.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# Default Language 🌍
|
||||||
|
|
||||||
|
## How to change the default language
|
||||||
|
|
||||||
|
- Open this file `client\src\store\language.js`
|
||||||
|
- Modify the "default" in the lang variable with your ISO 3166 Alpha-2 code :
|
||||||
|
|
||||||
|
Example:
|
||||||
|
from **English** as default
|
||||||
|
|
||||||
|
```js
|
||||||
|
import { atom } from 'recoil';
|
||||||
|
|
||||||
|
const lang = atom({
|
||||||
|
key: 'lang',
|
||||||
|
default: 'en',
|
||||||
|
});
|
||||||
|
|
||||||
|
export default { lang };
|
||||||
|
```
|
||||||
|
|
||||||
|
to **Italian** as default
|
||||||
|
|
||||||
|
```js
|
||||||
|
import { atom } from 'recoil';
|
||||||
|
|
||||||
|
const lang = atom({
|
||||||
|
key: 'lang',
|
||||||
|
default: 'it',
|
||||||
|
});
|
||||||
|
|
||||||
|
export default { lang };
|
||||||
|
```
|
||||||
|
---
|
||||||
|
|
||||||
|
### **If you wish to contribute your own translation to LibreChat, please refer to this document for instructions: [Contribute a Translation](../contributions/translation_contribution.md)**
|
|
@ -1,113 +0,0 @@
|
||||||
# Languages 🌍
|
|
||||||
|
|
||||||
## Default language
|
|
||||||
|
|
||||||
1. Open this file "client\src\store\language.js"
|
|
||||||
2. modify the "default" in the lang variable with your ISO 3166 Alpha-2 code :
|
|
||||||
|
|
||||||
for example from english as default
|
|
||||||
|
|
||||||
```
|
|
||||||
import { atom } from 'recoil';
|
|
||||||
|
|
||||||
const lang = atom({
|
|
||||||
key: 'lang',
|
|
||||||
default: 'en',
|
|
||||||
});
|
|
||||||
|
|
||||||
export default { lang };
|
|
||||||
```
|
|
||||||
|
|
||||||
to italian as dafult
|
|
||||||
|
|
||||||
```
|
|
||||||
import { atom } from 'recoil';
|
|
||||||
|
|
||||||
const lang = atom({
|
|
||||||
key: 'lang',
|
|
||||||
default: 'it',
|
|
||||||
});
|
|
||||||
|
|
||||||
export default { lang };
|
|
||||||
```
|
|
||||||
|
|
||||||
# How to add a translation to LibreChat
|
|
||||||
|
|
||||||
### Minimum Requirements:
|
|
||||||
|
|
||||||
1. Good knowledge of the language (some terms may undergo significant changes during translation)
|
|
||||||
2. An editor, which can be Notepad or (**recommended**: [VSCode](https://code.visualstudio.com/download))
|
|
||||||
|
|
||||||
### Language translation
|
|
||||||
|
|
||||||
|
|
||||||
1. Fork the LibreChat repository and download it using git clone https://github.com/danny-avila/LibreChat
|
|
||||||
2. Navigate to the "client\src\localization" folder and open the "Translation.tsx" file
|
|
||||||
3. At the beginning of the code, add your language below all the others in this format:
|
|
||||||
|
|
||||||
`import Language-name from './languages/** ';`
|
|
||||||
|
|
||||||
For example, let's take English as an example:
|
|
||||||
|
|
||||||
Note: Replace "LanguageName" with the name of your language (capitalized) and "**" with the ISO 3166 Alpha-2 code of your country (the initial of the nation).
|
|
||||||
If you don't know the ISO 3166 code for your language, check it [here](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) and also use it with an initial capital)
|
|
||||||
|
|
||||||
4. Further down in the code, add the following
|
|
||||||
|
|
||||||
`if (langCode === '**') return Language-name;`
|
|
||||||
|
|
||||||
Replace "**" with the ISO 3166 Alpha-2 code of your language (in lowercase). Here's an example: `if (langCode === 'en') return English;`)
|
|
||||||
|
|
||||||
7. Go into the "languages" folder and create a file named as follows: **.tsx
|
|
||||||
|
|
||||||
For example: En.tsx
|
|
||||||
|
|
||||||
9. Copy all the content from En.tsx into your file and modify it as follows:
|
|
||||||
|
|
||||||
```
|
|
||||||
// your-language-name phrases
|
|
||||||
|
|
||||||
export default {
|
|
||||||
com_ui_examples: 'Examples',
|
|
||||||
// Add more translations here
|
|
||||||
```
|
|
||||||
|
|
||||||
Rename only the part after the colon ":" to the corresponding translation in your language. For example:
|
|
||||||
|
|
||||||
```
|
|
||||||
// my-language phrases
|
|
||||||
|
|
||||||
export default {
|
|
||||||
com_ui_examples: 'WORD_THAT_I_TRANSLATE_IN_TO_MY_LANGUAGE',
|
|
||||||
// Add more translations here
|
|
||||||
};
|
|
||||||
```
|
|
||||||
|
|
||||||
⚠️DO NOT CHANGE com_... ⚠️
|
|
||||||
|
|
||||||
10. To add your language to the menu, open the file "client\src\components\Nav\SettingsTabs\General.tsx" and add your language to the "LangSelector" variable in the following way:
|
|
||||||
|
|
||||||
```
|
|
||||||
export const LangSelector = ({
|
|
||||||
//other code
|
|
||||||
<option value="en">{localize(lang, 'com_nav_lang_english')}</option>
|
|
||||||
//other languages...
|
|
||||||
<option value="**">{localize(lang, 'com_nav_lang_your-language-name')}</option>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
};
|
|
||||||
```
|
|
||||||
|
|
||||||
where ** is the ISO 3166 Alpha-2 code and "com_nav_lang_your-language-name" stands for the name in your language (for example com_nav_lang_english or com_nav_lang_italian)
|
|
||||||
The only line of code to add is:
|
|
||||||
|
|
||||||
`<option value="**">{localize(lang, 'com_nav_lang_your-language-name')}</option>`
|
|
||||||
|
|
||||||
11. Commit your changes using git add *, git commit -m "Language translation: your-language translation" and git push.
|
|
||||||
12. Open your repository in a browser and click on "Contribute"
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
14. Answer all the questions, and in the "Type of Change" section, add `- [x] Translation support`
|
|
||||||
15. Create a pull request 🎉
|
|
|
@ -92,7 +92,7 @@ nav:
|
||||||
- APIs and Tokens: 'install/apis_and_tokens.md'
|
- APIs and Tokens: 'install/apis_and_tokens.md'
|
||||||
- User Auth System: 'install/user_auth_system.md'
|
- User Auth System: 'install/user_auth_system.md'
|
||||||
- Online MongoDB Database: 'install/mongodb.md'
|
- Online MongoDB Database: 'install/mongodb.md'
|
||||||
- Languages: 'install/languages.md'
|
- Languages: 'install/default_language.md'
|
||||||
- Features:
|
- Features:
|
||||||
- Plugins:
|
- Plugins:
|
||||||
- Introduction: 'features/plugins/introduction.md'
|
- Introduction: 'features/plugins/introduction.md'
|
||||||
|
@ -115,6 +115,7 @@ nav:
|
||||||
- Azure (Terraform): 'deployment/azure-terraform.md'
|
- Azure (Terraform): 'deployment/azure-terraform.md'
|
||||||
- Contributions:
|
- Contributions:
|
||||||
- Documentation Guidelines: 'contributions/documentation_guidelines.md'
|
- Documentation Guidelines: 'contributions/documentation_guidelines.md'
|
||||||
|
- Contribute a Translation: 'contributions/translation_contribution.md'
|
||||||
- Code Standards and Conventions: 'contributions/coding_conventions.md'
|
- Code Standards and Conventions: 'contributions/coding_conventions.md'
|
||||||
- Testing: 'contributions/testing.md'
|
- Testing: 'contributions/testing.md'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue