Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fusionSuite/documentation
It's the documentation of the project.To open issues, go in https://github.com/fusionSuite/FusionSuite
https://github.com/fusionSuite/documentation
mkdocs mkdocs-material
Last synced: 4 months ago
JSON representation
It's the documentation of the project.To open issues, go in https://github.com/fusionSuite/FusionSuite
- Host: GitHub
- URL: https://github.com/fusionSuite/documentation
- Owner: fusionSuite
- License: cc0-1.0
- Created: 2022-01-13T12:04:59.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T22:02:08.000Z (about 1 year ago)
- Last Synced: 2024-07-29T19:15:03.987Z (7 months ago)
- Topics: mkdocs, mkdocs-material
- Language: Makefile
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FusionSuite Documentation
This is the repository for the documentation of FusionSuite. It uses [MkDocs](https://www.mkdocs.org/).
This document is intended to people who want to contribute to the
documentation. For more information, please see [the official links](#official-links).## Quick start
Make sure to have Python 3.3+ installed on your system.
Install the dependencies with:
```console
$ make install
```And start the development server:
```console
$ make start
```## Official links
- website: [fusionsuite.org](https://fusionsuite.org) ([code](https://github.com/fusionSuite/fusionsuite.org))
- documentation: [fusionsuite.org/documentation](https://fusionsuite.org/documentation/) ([code](https://github.com/fusionSuite/documentation))
- community: [Discord](https://discord.gg/Kj72FwAKTC)
- bugtracker: [github.com/FusionSuite/FusionSuite](https://github.com/fusionSuite/FusionSuite)
- backend code: [github.com/FusionSuite/backend](https://github.com/fusionSuite/backend)
- frontend code: [github.com/FusionSuite/frontend](https://github.com/fusionSuite/frontend)