Sha256: 621615b96aad52ba1ddf9a3cd9616fcb10d4e440e121e6bd5de62851ced04235

Contents?: true

Size: 724 Bytes

Versions: 1

Compression:

Stored size: 724 Bytes

Contents

As with all Rails engines, you can customize every aspect of the engine within your Rails application.

## Overriding views

You can override views by simply placing new view files in your `app/views` folder. You can see the files which exist and can be overridden in [our views directory](https://github.com/qbraksa/documentation/tree/master/app/views). We use Haml for our views but you can use whatever you want when overriding.

## Internationalization

The interface pulls all its wording from the Rails i18n system. This means you can simply override any wording in your own locale files. The keys available can be found in [our en.yml file](https://github.com/qbraksa/documentation/blob/master/config/locales/en.yml).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
local_documentation-1.0.0 doc/developers-guide/customization.md