-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from projectsyn/modulesync-1a5bc9f
[ModuleSync] Update from projectsyn/modulesync-control@1a5bc9f
- Loading branch information
Showing
3 changed files
with
30 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,27 @@ | ||
# Commodore Component: Steward | ||
|
||
This is a [Commodore](https://docs.syn.tools/commodore/index.html) Component which installs an manages [**Steward**](https://github.com/projectsyn/steward) on a cluster. | ||
This is a [Commodore][commodore] Component for Steward. | ||
|
||
This repository is part of Project Syn. For documentation about Project Syn and this component, see https://syn.tools. | ||
This repository is part of Project Syn. | ||
For documentation on Project Syn and this component, see https://syn.tools. | ||
|
||
## Documentation | ||
|
||
The documentation can be found in the [docs/](docs) subfolder. It is written using AsciiDoc and Antora. | ||
The rendered documentation for this component is available on the [Commodore Components Hub](https://hub.syn.tools/steward). | ||
|
||
Documentation for this component is written using [Asciidoc][asciidoc] and [Antora][antora]. | ||
It is located in the [docs/](docs) folder. | ||
The [Divio documentation structure](https://documentation.divio.com/) is used to organize its content. | ||
|
||
Run the `make docs-serve` command in the root of the project, and then browse to http://localhost:2020 to see a preview of the current state of the documentation. | ||
|
||
After writing the documentation, please use the `make docs-vale` command and correct any warnings raised by the tool. | ||
|
||
## Contributing and license | ||
|
||
This library is licensed under [BSD-3-Clause](LICENSE). For information about how to contribute see [CONTRIBUTING](CONTRIBUTING.md). | ||
This library is licensed under [BSD-3-Clause](LICENSE). | ||
For information about how to contribute see [CONTRIBUTING](CONTRIBUTING.md). | ||
|
||
[commodore]: https://syn.tools/commodore/ | ||
[asciidoc]: https://asciidoctor.org/ | ||
[antora]: https://antora.org/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters