Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/c272/microbit-v2-docs

Unofficial documentation for the CODAL C/C++ Microbit v2 API.
https://github.com/c272/microbit-v2-docs

codal documentation microbit-v2

Last synced: about 2 months ago
JSON representation

Unofficial documentation for the CODAL C/C++ Microbit v2 API.

Awesome Lists containing this project

README

        

![](/static/images/logo-small.png)

Guide Count Badge GitHub Workflow Status Repo License Badge

Welcome to the unofficial micro:bit v2 documentation repository. The source for all pages and styles for the documentation website is housed on branch `master`, and the currently live version of the site is stored on branch `gh-pages`.

## Building
This site uses [Hugo](https://gohugo.io) to build static content, and Github Actions to deploy. You can install Hugo through your system's package manager, or through the [official download page](). To serve a local copy of the site, simply run:
```bash
hugo serve
```

## Contributing
All content in this repository that is not imported from any other dependency (for instance, the micro:bit v2 APIs or the BBC documentation) is licensed under GPLv3. Feel free to create a pull request if you think some content could be improved, I will try and review your pull in a reasonable timeframe.