Skip to content

Commit

Permalink
Add stub docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasPickering committed Oct 23, 2023
1 parent 920fe7d commit e050d5a
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Release Process

It's easy!

- Add release notes to `CHANGELOG.md`
- `cargo release <major|minor|patch>`
- If it looks good, add `--execute`

Everything else is automated :)
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
book
6 changes: 6 additions & 0 deletions docs/book.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[book]
authors = ["Lucas Pickering"]
language = "en"
multilingual = false
src = "src"
title = "Slumber"
3 changes: 3 additions & 0 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Summary

- [Chapter 1](./chapter_1.md)
1 change: 1 addition & 0 deletions docs/src/chapter_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Chapter 1

0 comments on commit e050d5a

Please sign in to comment.