Skip to content

localineapp/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Localine Logo

Mintlify License: MIT

An open translation management platform for teams
Simple, fast, and developer-friendly.


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.


🚀 Development

To preview the documentation locally, you need to install the Mintlify CLI.

Prerequisites

Installation

npm i -g mint

Local Preview

Run the following command at the root of this repository:

mint dev

The documentation will be available at http://localhost:3000.


📁 Structure

  • 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.

🤝 Contributing

Contributions to the documentation are welcome! If you find a typo, outdated information, or want to add a new guide:

  1. Fork the repository
  2. Clone your fork (git clone https://github.com/your-username/localine-docs.git)
  3. Create a branch for your changes (git checkout -b typo/getting-started)
  4. Commit your changes (git commit -m 'typo: fix typo in getting-started page')
  5. Push to the branch (git push origin typo/getting-started)
  6. Submit a Pull Request with a clear description of your improvements.

📝 License

This documentation is licensed under the MIT License. See the LICENSE file for details.

About

Central repository for all content used in the official Localine documentation. (WIP)

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages

Generated from mintlify/starter