Sha256: 141a4843baf523fef05da1a78e98bf2d235ae56a66372a5eb60fafaee030a516

Contents?: true

Size: 728 Bytes

Versions: 7

Compression:

Stored size: 728 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/adamcooke/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/adamcooke/documentation/blob/master/config/locales/en.yml).

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
documentation-1.0.9 doc/developers-guide/customization.md
documentation-1.0.8 doc/developers-guide/customization.md
documentation-1.0.7 doc/developers-guide/customization.md
documentation-1.0.6 doc/developers-guide/customization.md
documentation-1.0.5 doc/developers-guide/customization.md
documentation-1.0.4 doc/developers-guide/customization.md
documentation-1.0.3 doc/developers-guide/customization.md