Documentation: rename "Rookie guide" to "tutorial"
We generally try to stay away from ascribing attributes to (future) devs. "Rookie guide" refers to the reader, while "tutorial" refers to the material. In the same spirit, move from "lessons" to "parts". It's not school :-) Change-Id: I11a69a2a05ba9a0bc48f8bf62463d9585da043ec Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35425 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lance Zhao <lance.zhao@gmail.com> Reviewed-by: Jacob Garber <jgarber1@ualberta.ca> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
de2b6b8349
commit
3c599a2c08
|
@ -161,7 +161,7 @@ for example OpenBSD, is probably the closest cousin of our approach.
|
|||
Contents:
|
||||
|
||||
* [Getting Started](getting_started/index.md)
|
||||
* [Rookie Guide](lessons/index.md)
|
||||
* [Tutorial](tutorial/index.md)
|
||||
* [Coding Style](coding_style.md)
|
||||
* [Project Ideas](contributing/project_ideas.md)
|
||||
* [Code of Conduct](community/code_of_conduct.md)
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
# Rookie Guide
|
||||
|
||||
* [Lesson 1: Starting from scratch](lesson1.md)
|
||||
* [Lesson 2: Submitting a patch to coreboot.org](lesson2.md)
|
|
@ -12,7 +12,7 @@ Please see :doc:`../../northbridge/intel/haswell/mrc.bin`.
|
|||
|
||||
```eval_rst
|
||||
If you haven't already, build the coreboot toolchain as described in
|
||||
:doc:`../../lessons/lesson1`.
|
||||
:doc:`../../tutorial/part1`.
|
||||
```
|
||||
|
||||
A fully working image should be possible so long as you have the
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
# Tutorial
|
||||
|
||||
* [Part 1: Starting from scratch](part1.md)
|
||||
* [Part 2: Submitting a patch to coreboot.org](part2.md)
|
|
@ -1,5 +1,5 @@
|
|||
coreboot Lesson 1: Starting from scratch
|
||||
========================================
|
||||
Tutorial, part 1: Starting from scratch
|
||||
===========================================
|
||||
|
||||
From a fresh Ubuntu 16.04 or 18.04 install, here are all the steps required for
|
||||
a very basic build:
|
|
@ -1,4 +1,4 @@
|
|||
# coreboot Lesson 2: Submitting a patch to coreboot.org
|
||||
# Tutorial, part 2: Submitting a patch to coreboot.org
|
||||
|
||||
## Part 1: Setting up an account at coreboot.org
|
||||
|
Loading…
Reference in New Issue