Skip to content

Commit

Permalink
update docs pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Amerlander committed Nov 22, 2023
1 parent 126e2ee commit 0c24722
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/device/usb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
33 changes: 33 additions & 0 deletions docs/docs.md
Original file line number Diff line number Diff line change
@@ -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)

1 change: 1 addition & 0 deletions docs/domains.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!-- @include domains-template.html -->

0 comments on commit 0c24722

Please sign in to comment.