summaryrefslogtreecommitdiff
path: root/docs/contributing-tutorial.md
diff options
context:
space:
mode:
authorTimothée Ravier <travier@redhat.com>2020-09-30 19:22:29 +0200
committerTimothée Ravier <travier@redhat.com>2020-10-02 14:34:48 +0200
commit6ca312a92399c92b60d83eae161a8b8ea148989b (patch)
treec2adc6947bdf4445ce3932508ec72dd883000023 /docs/contributing-tutorial.md
parent90b1644f1e83004f43db61fd670ddc079240434b (diff)
downloadostree-6ca312a92399c92b60d83eae161a8b8ea148989b.tar.gz
docs: Update Contributing and tutorial pages
Diffstat (limited to 'docs/contributing-tutorial.md')
-rw-r--r--docs/contributing-tutorial.md21
1 files changed, 7 insertions, 14 deletions
diff --git a/docs/contributing-tutorial.md b/docs/contributing-tutorial.md
index 47d0a1e9..bb656f0e 100644
--- a/docs/contributing-tutorial.md
+++ b/docs/contributing-tutorial.md
@@ -1,21 +1,14 @@
+---
+nav_order: 20
+---
+
# OSTree Contributing Tutorial
+{: .no_toc }
The following guide is about OSTree forking, building, adding a command, testing the command, and submitting the change.
-- [Getting Started](#getting-started)
-- [Building OSTree](#building-ostree)
- - [Install Build Dependencies](#install-build-dependencies)
- - [OSTree Build Commands](#ostree-build-commands)
-- [Testing a Build](#testing-a-build)
- - [Testing in a Container](#testing-in-a-container)
- - [Testing in a Virtual Machine](#testing-in-a-virtual-machine)
-- [Tutorial: Adding a basic builtin command to OSTree](#tutorial-adding-a-basic-builtin-command-to-ostree)
- - [Modifying OSTree](#modifying-ostree)
- - [OSTree Tests](#ostree-tests)
- - [Submitting a Patch](#submitting-a-patch)
- - [Returning Workflow](#returning-workflow)
-
----
+1. TOC
+{:toc}
## Getting Started