An open API service indexing awesome lists of open source software.

https://github.com/eclipse-che/che-docs-vale-style

Vale style for Eclipse Che Documentation and related projects
https://github.com/eclipse-che/che-docs-vale-style

eclipse-che vale vale-style

Last synced: 10 months ago
JSON representation

Vale style for Eclipse Che Documentation and related projects

Awesome Lists containing this project

README

          

:toc:
# Vale style for Eclipse Che documentation and blog

This repository hosts the _CheDocs_ Vale style.

This style has additional rules to the link:https://vale.sh/hub/redhat/[_RedHat_ Vale style], intended for:

* link:https://github.com/eclipse-che/che-docs/[Eclipse Che documentation Git repository]
* link:https://github.com/eclipse-che/blog/[Eclipse Che blog Git repository]

== Adding the _CheDocs_ Vale style to your project

.Procedure
. Reference the _CheDocs_ Vale package in your Vale configuration file:
+
.`.vale.ini`
[source,ini]
----
StylesPath = .github/styles
MinAlertLevel = suggestion

Packages = RedHat, https://github.com/eclipse-che/che-docs-vale-style/releases/latest/download/CheDocs.zip

[*.adoc]
BasedOnStyles = RedHat, CheDocs
----

. Synchronize your Vale packages:
+
[source,commandline]
----
$ vale sync
----

. Run vale on your files:
+
[source,commandline]
----
$ vale .
----

.Additional resources
* Consider adopting and adapting our link:https://github.com/eclipse-che/che-docs-vale-style/blob/main/.vale.ini[Vale configuration file].
* Consider adopting the link:https://github.com/errata-ai/vale-action[GitHub Action for Vale].