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

https://github.com/sheeep/contao-docs


https://github.com/sheeep/contao-docs

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Contao Documentation

The documentation for the Contao project will be maintained in this repository.

## Build

```
make build
```

Builds the entire documentation into the `build` directory using the [Hugo site generator](https://gohugo.io/commands/hugo/).

```
make dev
```

Spins up the development server which automatically tracks changes in the `docs` directory and rebuilds the frontend.
You can access the frontend on [http://localhost:1313](http://localhost:1313).

```
make clean
```

Cleans the build directory.

## Licence

The Contao documentation is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
License](https://creativecommons.org/licenses/by-nc-sa/4.0/) license (CC BY-NC-SA 4.0). If you want to redistribute a modified or unmodified version of the documentation, you can do so under the license terms.

If you contribute to the documentation, e.g. by creating pull requests, you grant us full usage rights of any content you create or upload. You also ensure that your
content does not violate any third-party rights.

We are not claiming exclusive usage rights, therefore you are free to use your
contributed content (e.g. texts or images) in any other project as well.