This repository has been archived on 2024-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
help-center-docs/README.md

43 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

# Help Center Documentation
This is the repository for Solus's Help Center documentation. This repository exists to help facilitate and encourage community contributions to improving our documentation and enabling an easier user experience for everyone.
Stumbled on this repo and have no idea what any of this is? Check out the [Solus](https://solus-project.com) operating system!
2016-01-12 00:19:15 +00:00
## Contributing
2016-01-12 00:19:15 +00:00
### Updating an Article
2016-01-12 00:19:15 +00:00
When updating an article, remember to update the `lastmod` key / value in the TOML header. You can get the ISO 8601 formatted string by doing:
``` bash
date --iso-8601=seconds
```
A TOML header is indicated by the following example contents at the top of a file:
```
+++
title = "Example File"
lastmod = "2018-03-03T14:41:12+02:00"
+++
```
### Multi-Lingual Documents
Note that multi-lingual documents are not yet supported on our Help Center. When it does, we'll be happy to accept non-English language documents.
## Licenses
### Build System
Files relating to the parsing / build system are licensed under GPL-2.0. For the full text, view LICENSE.txt.
### Markdown
2016-01-12 00:19:15 +00:00
The Markdown files in this repository are licensed under the Creative Commons By-NC-SA 4.0 License. For the full text, view LICENSE-MD.txt. Solus Project is considered the sole rights holder of these works.
### Media Assets
- Solus logo copyright and licensing information is provided on our [Brand Guidelines page](https://solus-project.com/branding).
- Non-logo assets are licensed under Creative Commons By-NC-SA 4.0 License. For the full text, view LICENSE-MD.txt. Solus Project is considered the sole rights holder of these works.