frostfs.info/README.md
Vitaliy Potyarkin b9481225d5 [#27] Stop using obsolete .github directory
This commit is a part of multi-repo cleanup effort:
TrueCloudLab/frostfs-infra#136

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
2024-11-06 15:21:07 +03:00

40 lines
1.3 KiB
Markdown

<p align="center">
<img src="./.forgejo/logo.svg" width="500px" alt="FrostFS logo">
</p>
<p align="center">
FrostFS Documentation site
</p>
---
## Overview
Welcome to the FrostFS Documentation site repository!
This is a TrueCloudLab maintained and community supported FrostFS documentation
project, where everyone can contribute new articles, suggest new topics and
enhance existing content.
We use Hugo for static content generation, so most of Hugo guides are applicable
for this site.
## How to contribute
1. Fork the repo
2. Make some changes
3. Check how it looks localy with `make server`
4. Submit a PR
5. Wait for PR to be merged =)
## Usage
To build and run doc site locally one needs to run `make public`. This `make`
target will download the required version of hugo and use it for site generation.
The resulting static site content will be in the `public` directory.
## License
License: CC BY-NC-SA 4.0
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.