From 03b62030b8a2bb7342ee365e8fd6e781ac6d646b Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Tue, 31 Mar 2020 13:38:10 -0700 Subject: [PATCH] Adding basic stubs to hide Unknown boards on website --- _board/TG-Watch02A.md | 23 +++++++++++++++++++++++ _board/uartlogger2.md | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 _board/TG-Watch02A.md create mode 100644 _board/uartlogger2.md diff --git a/_board/TG-Watch02A.md b/_board/TG-Watch02A.md new file mode 100644 index 00000000..8289af3a --- /dev/null +++ b/_board/TG-Watch02A.md @@ -0,0 +1,23 @@ +--- +layout: download +board_id: "TG-Watch02A" +title: "TG-Watch02A Download" +name: "TG-Watch02A" +manufacturer: "unknown" +board_url: "" +board_image: "unknown.jpg" +downloads_display: false +date_added: 2020-3-31 +features: +--- + +This board hasn't been fully documented yet. Please make a pull request adding more info to this file. + +The description should be written to inform a CircuitPython user what makes the board unique and link to relevant info about it. + +## Purchase +Add any links to purchase the board + +## Contribute + +Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md). diff --git a/_board/uartlogger2.md b/_board/uartlogger2.md new file mode 100644 index 00000000..f9d30a1a --- /dev/null +++ b/_board/uartlogger2.md @@ -0,0 +1,23 @@ +--- +layout: download +board_id: "uartlogger2" +title: "uartlogger2 Download" +name: "uartlogger2" +manufacturer: "unknown" +board_url: "" +board_image: "unknown.jpg" +downloads_display: false +date_added: 2020-3-31 +features: +--- + +This board hasn't been fully documented yet. Please make a pull request adding more info to this file. + +The description should be written to inform a CircuitPython user what makes the board unique and link to relevant info about it. + +## Purchase +Add any links to purchase the board + +## Contribute + +Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md).