From 0c247221e86bc40df56b5e18737df7a27c88ab5b Mon Sep 17 00:00:00 2001 From: Amerlander Date: Wed, 22 Nov 2023 11:43:51 +0100 Subject: [PATCH] update docs pages --- docs/device/usb.md | 2 -- docs/docs.md | 33 +++++++++++++++++++++++++++++++++ docs/domains.html | 1 + 3 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 docs/docs.md create mode 100644 docs/domains.html diff --git a/docs/device/usb.md b/docs/device/usb.md index 8376909dd..60d27a681 100644 --- a/docs/device/usb.md +++ b/docs/device/usb.md @@ -4,8 +4,6 @@ Most of the time you'll be writing and testing your programs in the [simulator]( When you plug your @boardname@ into USB, a new drive is created with the **@drivename@** label. This is where you'll save your program. -![](/static/mb/device/usb-thin.jpg) - The basic steps are: 1. Connect your @boardname@ to your computer with a USB cable. diff --git a/docs/docs.md b/docs/docs.md new file mode 100644 index 000000000..a07b85304 --- /dev/null +++ b/docs/docs.md @@ -0,0 +1,33 @@ +# Documentation + +## @description Links to the documentation, reference and projects. + +## Things to do + +* [Projects](/projects) +* [Examples](/examples) +* [Courses](/courses) +* [Lessons](/lessons) + +## @boardname@ reference + +* [The @boardname@ APIs](/reference) +* [The @boardname@ device](/device) + +## Language and data reference + +* [Blocks language](/blocks) +* [JavaScript language](/javascript) + +## More questions? + +* [Frequently Asked Questions](/faq) +* [Help Translate](/translate) +* [Embedding project](/share) + +## Developers + +* [Command Line Interface](/cli) +* Learn about [extensions](/extensions) +* [Flashing via HID (CMSIS-DAP)](/hidflash) + diff --git a/docs/domains.html b/docs/domains.html new file mode 100644 index 000000000..47ca16ea1 --- /dev/null +++ b/docs/domains.html @@ -0,0 +1 @@ + \ No newline at end of file