syndesisio / syndesis-ui-style-guide

Style guide for Syndesis UI development
https://syndesisio.github.io/syndesis-ui-style-guide/
Apache License 2.0
1 stars 1 forks source link
angular2 ipaas redhat styleguide

Syndesis UI Style Guide

This repository is to document the UI style guide for Syndesis development to try to ensure we have consistency through the UI, both to make it easier to contribute, but most importantly to have a consistent UX through Syndesis.

This style guide applies both to the main Syndesis UI and any modules that are imported to extend the functionality of the Syndesis.

Contributing

Simple :)

Adding documentation

This repository uses asciidoc format for writing documentation. If you are unfamiliar with asciidoc, see here for syntax.

To build documentation run:

mvn clean install

Documentation is generated in target/generated-docs/index.html.

To get an updated build of documentation on changes, run:

mvn asciidoctor:http

You can then make changes to content and view changes at http://localhost:2000/.