Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Initializes an mdBook folder for the error book. #14

Merged
merged 1 commit into from
Sep 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/book
the-rust-error-book/book
10 changes: 0 additions & 10 deletions book.toml

This file was deleted.

10 changes: 10 additions & 0 deletions the-rust-error-book/book.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[book]
authors = ["Rust Error Handling Project Members"]
language = "en"
multilingual = false
src = "./src"
title = "The Rust Error Book (Title Pending)"

[output.html]
no-section-label=true
git-repository-url="https://github.com/rust-lang/project-error-handling"
3 changes: 3 additions & 0 deletions the-rust-error-book/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 the-rust-error-book/src/chapter_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Chapter 1