Skip to content

Commit

Permalink
Merge pull request #41 from projectsyn/modulesync-1a5bc9f
Browse files Browse the repository at this point in the history
[ModuleSync] Update from projectsyn/modulesync-control@1a5bc9f
  • Loading branch information
simu authored Jun 10, 2022
2 parents a520fe5 + 85b688a commit 20b0b6c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 14 deletions.
18 changes: 9 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
#

# Commodore
.cache/
helmcharts/
manifests/
vendor/
jsonnetfile.lock.json
crds/
compiled/
/.cache
/helmcharts
/manifests
/vendor
/jsonnetfile.lock.json
/crds
/compiled

# Antora
_archive/
_public/
/_archive
/_public

# Additional entries
22 changes: 18 additions & 4 deletions README.md
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/
4 changes: 3 additions & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#
# File managed by ModuleSync - Do Not Edit
#
# The name and title can be customized in `.sync.yml` with `'docs/antora.yml'.title`, `'docs/antora.yml'.name`
# The title can be customized in `.sync.yml` with `:global.componentName`
# The name is generated from the component's GitHub repository name, with the
# `component-` prefix removed.
#

name: steward
Expand Down

0 comments on commit 20b0b6c

Please sign in to comment.