This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
-
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 #80 from projectsyn/feat/manage-readme
Manage component README
- Loading branch information
Showing
2 changed files
with
32 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Commodore Component: <%= @configs['componentName'] %> | ||
|
||
This is a [Commodore][commodore] Component for <%= @configs['componentName'] %>. | ||
|
||
This repository is part of Project Syn. | ||
For documentation on Project Syn and this component, see https://syn.tools. | ||
|
||
## Documentation | ||
|
||
The rendered documentation for this component is available on the [Commodore Components Hub](https://hub.syn.tools/<%= @metadata[:module_name].delete_prefix('component-') %>). | ||
|
||
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). | ||
|
||
[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