Commit eccfd9641fcbc4d25f5740a97d940a4ac10722bb
Committed by
David Gräff
1 parent
8d620a74
Fix docs for website generation
Showing
6 changed files
with
23 additions
and
5 deletions
docs/_config.yml
| 1 | 1 | title: Openhantek |
| 2 | -description: | |
| 2 | +description: Software for Hantek and compatible (Voltcraft/Darkwire/Protek/Acetech) USB digital signal oscilloscopes | |
| 3 | 3 | google_analytics: |
| 4 | 4 | show_downloads: true |
| 5 | 5 | theme: jekyll-theme-slate |
| 6 | 6 | |
| 7 | 7 | gems: |
| 8 | 8 | - jekyll-mentions |
| 9 | + | |
| 10 | +exclude: | |
| 11 | + - .gitignore | |
| 12 | + - CNAME | |
| 13 | + - readme.md | |
| 14 | + | |
| 15 | +logo: /img/openhantek.png | ... | ... |
docs/adddevice.md
docs/build.md
docs/images/openhantek.png
0 → 100644
1.07 KB
docs/index.md
| 1 | +--- | |
| 2 | +layout: default | |
| 3 | +overview: true | |
| 4 | +--- | |
| 1 | 5 | # OpenHantek [](https://travis-ci.org/OpenHantek/openhantek) [](https://ci.appveyor.com/project/davidgraeff/openhantek/branch/master) |
| 2 | 6 | |
| 3 | 7 | OpenHantek is a free software for Hantek and compatible (Voltcraft/Darkwire/Protek/Acetech) USB digital signal oscilloscopes. |
| ... | ... | @@ -5,8 +9,8 @@ OpenHantek is a free software for Hantek and compatible (Voltcraft/Darkwire/Prot |
| 5 | 9 | It has started as an alternative to the official Hantek DSO software for Linux users. Nowadays it works under Microsoft Windows and Apple Mac OS as well. |
| 6 | 10 | |
| 7 | 11 | <table><tr> |
| 8 | - <td> <img alt="Image of main window on linux" width="100%" src="docs/images/screenshot_mainwindow.png"> </td> | |
| 9 | - <td> <img alt="Image of main window on Windows" width="100%" src="docs/images/screenshot_mainwindow_win.png"> </td> | |
| 12 | + <td> <img alt="Image of main window on linux" width="100%" src="images/screenshot_mainwindow.png"> </td> | |
| 13 | + <td> <img alt="Image of main window on Windows" width="100%" src="images/screenshot_mainwindow_win.png"> </td> | |
| 10 | 14 | </tr></table> |
| 11 | 15 | |
| 12 | 16 | * Supported operating systems: Linux, MacOSX, Windows¹ | ... | ... |
docs/limitations.md