Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/c272/microbit-v2-docs
- Owner: c272
- License: gpl-3.0
- Created: 2022-08-24T23:32:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T15:02:29.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T08:06:56.453Z (almost 2 years ago)
- Topics: codal, documentation, microbit-v2
- Language: HTML
- Homepage: https://microbit.c272.org
- Size: 3.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](/static/images/logo-small.png)
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.