diff options
| author | Jo-Philipp Wich | 2016-07-17 15:50:17 +0000 |
|---|---|---|
| committer | Jo-Philipp Wich | 2016-07-17 15:50:17 +0000 |
| commit | 5b024b03c3a302b6da794374587eed0bf3954972 (patch) | |
| tree | b157a5617074657f6bda632183ef70b5c3b5fe39 | |
| parent | 786b104fba9fd54b5454a3c8bf0f57282a88e6c4 (diff) | |
| download | web-5b024b03c3a302b6da794374587eed0bf3954972.tar.gz | |
Add missing header to add new device page
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
| -rw-r--r-- | docs/development_new_device.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development_new_device.txt b/docs/development_new_device.txt index c2c9153..c2fb3e7 100644 --- a/docs/development_new_device.txt +++ b/docs/development_new_device.txt @@ -1,3 +1,5 @@ +--- +--- === Adding a new device A good all-round advice would be to start by looking at recent commits about adding a new device, to see what files where changed and how. |