diff options
| -rw-r--r-- | src/doc/rustdoc/.gitignore | 1 | ||||
| -rw-r--r-- | src/doc/rustdoc/src/SUMMARY.md | 3 | ||||
| -rw-r--r-- | src/doc/rustdoc/src/chapter_1.md | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/src/doc/rustdoc/.gitignore b/src/doc/rustdoc/.gitignore new file mode 100644 index 00000000000..7585238efed --- /dev/null +++ b/src/doc/rustdoc/.gitignore @@ -0,0 +1 @@ +book diff --git a/src/doc/rustdoc/src/SUMMARY.md b/src/doc/rustdoc/src/SUMMARY.md new file mode 100644 index 00000000000..7390c82896e --- /dev/null +++ b/src/doc/rustdoc/src/SUMMARY.md @@ -0,0 +1,3 @@ +# Summary + +- [Chapter 1](./chapter_1.md) diff --git a/src/doc/rustdoc/src/chapter_1.md b/src/doc/rustdoc/src/chapter_1.md new file mode 100644 index 00000000000..b743fda3546 --- /dev/null +++ b/src/doc/rustdoc/src/chapter_1.md @@ -0,0 +1 @@ +# Chapter 1 |
