aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorFrostie314159 <[email protected]>2024-03-31 20:48:05 +0200
committerGitHub <[email protected]>2024-03-31 20:48:05 +0200
commit67c9cc2c4b886e6962ecdd6eff8794b14c1accdc (patch)
treef176ab269949d26f48e04c950cebc5489bae8c56 /docs/README.md
parenta2f9aa592ec61beb247065003016515f0d423c13 (diff)
parent6634cc90bcd3eb25b64712688920f383584b2964 (diff)
Merge branch 'embassy-rs:main' into ticker_send_sync
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
new file mode 100644
index 000000000..0bf3a6c89
--- /dev/null
+++ b/docs/README.md
@@ -0,0 +1,4 @@
1# embassy docs
2
3The documentation hosted at [https://embassy.dev/book](https://embassy.dev/book). Building the documentation requires
4cloning the [embassy-book](https://github.com/embassy-rs/embassy-book) repository and following the instructions.