This repository contains the official documentation for Localine, an open-source translation management platform for teams.
The documentation is built using Mintlify and is hosted at localine.mintlify.app.
To preview the documentation locally, you need to install the Mintlify CLI.
npm i -g mintRun the following command at the root of this repository:
mint devThe documentation will be available at http://localhost:3000.
docs.json: Configuration for the documentation (navigation, theme, etc.).index.mdx: The introduction page for the documentation.changelog.mdx: The changelog page listing updates and releases.installation/*: Guides related to installation.configuration/*: Guides related to configuration.
Contributions to the documentation are welcome! If you find a typo, outdated information, or want to add a new guide:
- Fork the repository
- Clone your fork (
git clone https://github.com/your-username/localine-docs.git) - Create a branch for your changes (
git checkout -b typo/getting-started) - Commit your changes (
git commit -m 'typo: fix typo in getting-started page') - Push to the branch (
git push origin typo/getting-started) - Submit a Pull Request with a clear description of your improvements.
This documentation is licensed under the MIT License. See the LICENSE file for details.
