diff options
author | Wild Kat <wk@futureinquestion.net> | 2018-03-14 22:00:25 +0100 |
---|---|---|
committer | Wild Kat <wk@futureinquestion.net> | 2018-03-14 22:00:25 +0100 |
commit | 1d4e44f28fab2567f3f2692b281c4163c0e9f6ba (patch) | |
tree | 3391eba09d6f5772c307422015572366bffcfdf4 /README.md | |
parent | 51d7e474cf1ff0e00c8ff1e1a018e440a8a9e0bb (diff) |
Document the process of extending models
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -48,8 +48,9 @@ Oxidized is a network device configuration backup tool. It's a RANCID replacemen * [Advanced Configuration](docs/Configuration.md#advanced-configuration) * [Advanced Group Configuration](docs/Configuration.md#advanced-group-configuration) * [Hooks](docs/Hooks.md) -5. [Help](#help) -6. [Ruby API](docs/Ruby-API.md#ruby-api) +5. [Extending Models](docs/Extending-Models.md) +6. [Help](#help) +7. [Ruby API](docs/Ruby-API.md#ruby-api) * [Input](docs/Ruby-API.md#input) * [Output](docs/Ruby-API.md#output) * [Source](docs/Ruby-API.md#source) |