You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/deploy-mdbooks-serverless-containers/index.mdx
+18-13Lines changed: 18 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,10 @@ dates:
15
15
posted:
16
16
---
17
17
18
-
Publish modern online books, for product, API documentation, tutorials, course material or anything that requires a clean, easily navigable and customizable presentation.
18
+
Publish modern online books, for product, API documentation, tutorials, course material or anything that requires a clean, easily navigable and customizable presentation.
19
+
20
+
**Goal** this tutorial uses `mdbooks` to publish simple documentation but the main goal of this tutorial is to show how simple it is to
21
+
pick a project, package it inside an image and deploy it on Serverless Containers.
19
22
20
23
<Macroid="requirements" />
21
24
@@ -31,15 +34,15 @@ With zero infrastructure management a lot of tools to integrate in CI/CD environ
31
34
32
35
## Local setup
33
36
34
-
Follow [Istallation instructions](https://rust-lang.github.io/mdBook/guide/installation.html) of mdbooks.
37
+
1.Follow [Istallation instructions](https://rust-lang.github.io/mdBook/guide/installation.html) of mdbooks.
35
38
36
-
Run:
39
+
2.Run commands:
37
40
-`mdbook init my-first-book` in order to create a sample book.
38
-
-`cd my-first-book`
41
+
-`cd my-first-book` to open the directory created by init command.
39
42
40
-
Now you can edit the content of the book to publish.
43
+
3.*(optional)*Now you can edit the content of the book to publish.
41
44
42
-
It's recommanded to test the book using the command: `mdbook test`.
45
+
4.It's recommanded to test the book using the command: `mdbook test`.
0 commit comments