Skip to content

Commit e5677c9

Browse files
authored
Merge pull request #36 from appuio/modulesync-1a5bc9f
[ModuleSync] Update from projectsyn/modulesync-control@1a5bc9f
2 parents 8f3ba8b + 61488dc commit e5677c9

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

.gitignore

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
#
66

77
# Commodore
8-
.cache/
9-
helmcharts/
10-
manifests/
11-
vendor/
12-
jsonnetfile.lock.json
13-
crds/
14-
compiled/
8+
/.cache
9+
/helmcharts
10+
/manifests
11+
/vendor
12+
/jsonnetfile.lock.json
13+
/crds
14+
/compiled
1515

1616
# Antora
17-
_archive/
18-
_public/
17+
/_archive
18+
/_public
1919

2020
# Additional entries

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
11
# Commodore Component: OpenShift4 Console
22

3-
This is a [Commodore][commodore] Component to manage the OpenShift4 Console.
3+
This is a [Commodore][commodore] Component for OpenShift4 Console.
44

55
This repository is part of Project Syn.
66
For documentation on Project Syn and this component, see https://syn.tools.
77

88
## Documentation
99

10+
The rendered documentation for this component is available on the [Commodore Components Hub](https://hub.syn.tools/openshift4-console).
11+
1012
Documentation for this component is written using [Asciidoc][asciidoc] and [Antora][antora].
1113
It is located in the [docs/](docs) folder.
1214
The [Divio documentation structure](https://documentation.divio.com/) is used to organize its content.
1315

16+
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.
17+
18+
After writing the documentation, please use the `make docs-vale` command and correct any warnings raised by the tool.
19+
1420
## Contributing and license
1521

1622
This library is licensed under [BSD-3-Clause](LICENSE).
1723
For information about how to contribute see [CONTRIBUTING](CONTRIBUTING.md).
1824

19-
[commodore]: https://docs.syn.tools/commodore/index.html
25+
[commodore]: https://syn.tools/commodore/
2026
[asciidoc]: https://asciidoctor.org/
2127
[antora]: https://antora.org/

docs/antora.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#
22
# File managed by ModuleSync - Do Not Edit
33
#
4-
# The name and title can be customized in `.sync.yml` with `'docs/antora.yml'.title`, `'docs/antora.yml'.name`
4+
# The title can be customized in `.sync.yml` with `:global.componentName`
5+
# The name is generated from the component's GitHub repository name, with the
6+
# `component-` prefix removed.
57
#
68

79
name: openshift4-console

0 commit comments

Comments
 (0)