Quick Edits
Every page has an “Edit this page” link at the bottom that takes you directly to the source file on GitHub. For small fixes (typos, clarifications), this is the fastest way to contribute.Larger Changes
For more substantial changes:- Fork the repository: github.com/Liquid4All/docs
- Clone your fork:
- Create a branch:
- Make your changes following the style guide below
- Preview locally:
- Submit a pull request with a clear description of changes
Style Guide
Writing Style
- Use clear, concise language
- Prefer active voice (“Run the command” not “The command should be run”)
- Include code examples where helpful
- Link to related pages for context
- Avoid jargon without explanation
Code Blocks
Always specify the language for syntax highlighting:Page Structure
Components
Use Mintlify components appropriately:<Accordion>for expandable content (FAQs, optional details)<Card>and<CardGroup>for navigation and feature highlights<Note>,<Warning>,<Info>for callouts<Tabs>for alternative approaches (e.g., different languages)
Links
- Use relative links for internal pages:
/lfm/inference/transformers - Use descriptive link text: “See the inference guide” not “Click here”
What to Contribute
High-Impact Contributions
- Fix typos or unclear explanations
- Add missing code examples
- Update outdated information
- Improve navigation or organization
- Add FAQs based on common questions
Content Ideas
- Tutorials for specific use cases
- Integration guides for popular tools
- Performance optimization tips
- Troubleshooting solutions
Review Process
- Maintainers will review your PR within a few days
- You may receive feedback or requests for changes
- Once approved, your contribution will be merged
- Changes deploy automatically after merge
Code of Conduct
- Be respectful and constructive
- Focus on improving the documentation
- Test your code examples before submitting
- Keep discussions on-topic
Questions?
- Join our Discord to discuss documentation improvements
- Open an issue for larger discussions about documentation structure