Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)