aboutsummaryrefslogtreecommitdiff
path: root/docs/index.adoc
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-05-21 08:11:34 +0000
committerGitHub <[email protected]>2024-05-21 08:11:34 +0000
commitcd27439fca0332ca1c20931ce587471f53e1b0ec (patch)
tree8dd446c12202d5e242ba287f54cdf737ef29bd96 /docs/index.adoc
parent51d553092550059afb22b2620cea14bbed21abff (diff)
parentbb9c687a39c0675bd622f612a645b16229cb9024 (diff)
Merge pull request #2958 from embassy-rs/embassy-book-refactor
Embassy book refactor
Diffstat (limited to 'docs/index.adoc')
-rw-r--r--docs/index.adoc16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/index.adoc b/docs/index.adoc
new file mode 100644
index 000000000..9c6150196
--- /dev/null
+++ b/docs/index.adoc
@@ -0,0 +1,16 @@
1:description: Embassy Book
2:sectanchors:
3:doctype: book
4:toc:
5:toc-placement: left
6:toclevels: 2
7:imagesdir: images
8
9# Embassy Book
10
11Welcome to the Embassy Book. The Embassy Book is for everyone who wants to use Embassy and understand how Embassy works.
12
13include::pages/overview.adoc[leveloffset = 1]
14include::pages/beginners.adoc[leveloffset = 1]
15include::pages/system.adoc[leveloffset = 1]
16include::pages/faq.adoc[leveloffset = 1]