This project includes Timolia's how-to guide.
The live site can be accessed at https://howto.timolia.de/
- π Quick Start
- π€ Contributing
- π Bug Reports
- π Documentation Issues
- π Related Projects
- π Acknowledgments
- π License
# Clone the repository
git clone https://github.com/TimoliaDE/HowTo.git
# Navigate to the project directory
cd HowTo
# Install dependencies
pnpm install
# Generate team documentation
pnpm generate-team
# Start the development server for the docs
pnpm dev:docsContributions are very welcome! Here's how you can help:
- Fork the repository
- Create a feature branch
git checkout -b feature/amazing-feature
- Make your changes
- Add tests for your changes
- Commit your changes
git commit -m 'Add: amazing feature' - Push to the branch
git push origin feature/amazing-feature
- Open a Pull Request
- Follow the existing code style
- Update documentation as needed
- Use meaningful variable names
- Add comments for complex logic
- Follow the project's ESLint configuration
Found a bug? Please use our π Bug Report template when creating an issue.
- π Description β What exactly went wrong?
- π Steps to Reproduce β How can we replicate the bug?
- β Expected Behavior β What should have happened instead?
- πΈ Screenshots β If possible, add screenshots or GIFs
- π₯οΈ Environment β OS, browser, Node.js version, project version
- β Additional Context β Any extra info that could help
π Create a new bug report here: New Bug Report
If you notice missing, unclear, or outdated documentation, please use our π Documentation template.
- π Issue Description β What part of the docs is unclear/missing/outdated?
- ποΈ Location β File, section, or link
- β Suggested Improvements β How should it be improved?
- πΈ Screenshots β If applicable
- β Additional Context β Extra notes or references
π Report a documentation issue here: New Documentation Issue
- PaperMC Docs - For some parts of the starlight documentation
This project is licensed under the MIT Licenseβsee the LICENSE file for details.
Made with β€οΈ by Timolia
