Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ccbluex/documentation
Files used to generate the documentation on our official homepage.
https://github.com/ccbluex/documentation
liquidbounce
Last synced: about 11 hours ago
JSON representation
Files used to generate the documentation on our official homepage.
- Host: GitHub
- URL: https://github.com/ccbluex/documentation
- Owner: CCBlueX
- License: gpl-3.0
- Created: 2021-03-30T15:58:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T15:31:40.000Z (2 months ago)
- Last Synced: 2024-08-27T17:10:44.469Z (2 months ago)
- Topics: liquidbounce
- Homepage: https://liquidbounce.net
- Size: 5.45 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Documentation
This repository contains the files used to generate the documentation on our homepage. \
Example: https://liquidbounce.net/docs/Script%20API/Getting%20Started## Contributing
We appreciate anyone who is willing to help us expand the documentation. If you want to contribute, please consider the following points:
- All files in this repository are licensed under the [GNU General Public License v3.0 (GPL-3.0)](LICENSE).
- We use [Parsedown](https://github.com/erusev/parsedown) to convert markdown to HTML. Please keep its limitations in mind.
- Using HTML inside markdown files is possible but please try using markdown whenever possible.
- Syntax highlighting is being made possible by [PrismJS](https://prismjs.com/).
- All images must be placed inside the `images` folder. Use `/images` to reference it.
- Do not use `#` (h1).
- If you add a new page, remember to also add it to [mainfest.json](md/manifest.json).