Skip to content

Commit

Permalink
bootstrap mdBook setup
Browse files Browse the repository at this point in the history
  • Loading branch information
orangecms committed Mar 27, 2024
1 parent fcac8bc commit 150dad8
Show file tree
Hide file tree
Showing 38 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
*~
book
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,6 @@ This is the official site of documentation for the LinuxBoot project. The book
provides guidance on how to get started, and gives overviews and
background on the different aspects of LinuxBoot.

## Table of Contents

|Chapter|   Title|
|:-----:|:--------------|
| [1](README.md)|   Overview and Table of Contents|
| [2](intro/README.md)|   LinuxBoot Introduction|
| [2a](getting_started/README.md)|   Getting Started|
| [3](components/README.md)|   LinuxBoot Components|
| [4](u-root/README.md)|   All about u-root|
| [5](utilities/README.md)|   LinuxBoot utilities|
| [5a](UEFI_Tool_Kit/README.md)|   UEFI Tool Kit|
| [5b](cpu/README.md)|   The magical cpu command|
| [5c](dut/README.md)|   Device Under Test|
| [6](implementation/README.md)|   Implementing LinuxBoot|
| [6a](coreboot.u-root.systemboot/README.md)|   LinuxBoot using coreboot, u-root and systemboot|
| [7](glossary/README.md)|   Glossary|
| [8](naming/README.md) |   Naming|
| [9](case_studies/README.md)|   Case Studies|
| [10](faq/README.md)|   Frequently Asked Questions|

## Acknowledgments

In alphabetical order:
Expand Down
6 changes: 6 additions & 0 deletions book.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[book]
authors = ["LinuxBoot authors"]
language = "en"
multilingual = false
src = "src"
title = "LinuxBoot"
14 changes: 14 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- [LinuxBoot Introduction](intro/README.md)
* [Getting Started](getting_started/README.md)
- [LinuxBoot Components](components/README.md)
- [All about u-root](u-root/README.md)
- [LinuxBoot utilities](utilities/README.md)
* [UEFI Tool Kit](UEFI_Tool_Kit/README.md)
* [The magical cpu command](cpu/README.md)
* [Device Under Test](dut/README.md)
- [Implementing LinuxBoot](implementation/README.md)
* [LinuxBoot using coreboot, u-root and systemboot](coreboot.u-root.systemboot/README.md)
- [Glossary](glossary/README.md)
- [Naming](naming/README.md)
- [Case Studies](case_studies/README.md)
- [Frequently Asked Questions](faq/README.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 150dad8

Please sign in to comment.