-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
std/templates/minimal: make
mdbook build -o
work
- Loading branch information
Showing
7 changed files
with
54 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Introduction | ||
|
||
see [Cell: repo](cells/repo.md) for introduction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
# Prelude | ||
|
||
- [Introduction]() | ||
- [Motivation]() | ||
- [Target Audience]() | ||
- [Overview](README.md) | ||
|
||
# Section 1 | ||
|
||
- [First Chapter]() | ||
- [Second Chapter]() | ||
- [First Chapter](chapter-1.md) | ||
- [Second Chapter](chapter-2.md) | ||
|
||
# Section 2 | ||
# Reference | ||
|
||
- [Third Chapter]() | ||
- [Cell: repo](cells/repo.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<div class="sidetoc"><nav class="pagetoc"></nav></div> | ||
|
||
_Autogenerated documentation from `./nix/repo/*`._ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# First chapter | ||
|
||
Example chapter 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Second chapter | ||
|
||
Example chapter 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## Contributing | ||
|
||
### Prerequisites | ||
|
||
You need [nix](https://nixos.org/download.html) and [direnv](https://direnv.net/). | ||
|
||
### Enter Contribution Environment | ||
|
||
```console | ||
direnv allow | ||
``` | ||
|
||
### Change Contribution Environment | ||
|
||
```console | ||
$EDITOR ./nix/repo/configs.nix | ||
direnv reload | ||
``` | ||
|
||
### Preview Documentation | ||
|
||
<sub>You need to be inside the Contribution Environment.</sub> | ||
|
||
```console | ||
mdbook build -o | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters