Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.14 KB

README.adoc

File metadata and controls

44 lines (34 loc) · 1.14 KB

Vale style for Eclipse Che documentation and blog

This repository hosts the CheDocs Vale style.

This style has additional rules to the RedHat Vale style, intended for:

Adding the CheDocs Vale style to your project

Procedure
  1. Reference the CheDocs Vale package in your Vale configuration file:

    .vale.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
  2. Synchronize your Vale packages:

    $ vale sync
  3. Run vale on your files:

    $ vale .
Additional resources