[1/2] doc/user_manual.md: Fix/update the contents

Message ID 20240130101506.27451-2-ubely@ilbers.de
State Accepted, archived
Headers show
Series Updates in the documentation | expand

Commit Message

Uladzimir Bely Jan. 30, 2024, 10:15 a.m. UTC
Add missing top-level sections of the contents and fix some
sections with broken links.

Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
---
 doc/user_manual.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Patch

diff --git a/doc/user_manual.md b/doc/user_manual.md
index 2eb97647..27b86869 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -10,20 +10,26 @@  Copyright (C) 2016-2019, ilbers GmbH
  - [How Isar Works](#how-isar-works)
  - [General Isar Configuration](#general-isar-configuration)
  - [Isar Distro Configuration](#isar-distro-configuration)
- - [Custom Package Compilation](#custom-package-compilation-1)
+ - [Custom Package Generation](#custom-package-generation-1)
  - [Image Type Selection](#image-type-selection)
  - [Add a New Distro](#add-a-new-distro)
  - [Add a New Machine](#add-a-new-machine)
  - [Add a New Image](#add-a-new-image)
  - [Add a New Image Type](#add-a-new-image-type)
+ - [Customize and configure image](#customize-and-configure-image)
+ - [Create a Custom Image Recipe](#create-a-custom-image-recipe)
  - [Add a Custom Application](#add-a-custom-application)
  - [Build statistics collection](#build-statistics-collection)
- - [Enabling Cross-compilation](#isar-cross-compilation)
+ - [Isar Cross-compilation](#isar-cross-compilation)
+ - [Examining and debugging package generation inside their schroot rootfs](#examining-and-debugging-package-generation-inside-their-schroot-rootfs)
  - [Using ccache for custom packages](#using-ccache-for-custom-packages)
  - [Using sstate-cache](#using-sstate-cache)
  - [Create an ISAR SDK root filesystem](#create-an-isar-sdk-root-filesystem)
  - [Create a containerized Isar SDK root filesystem](#create-a-containerized-isar-sdk-root-filesystem)
  - [Creation of local apt repo caching upstream Debian packages](#creation-of-local-apt-repo-caching-upstream-debian-packages)
+ - [Add foreign packages from other repositories to the generated image](#add-foreign-packages-from-other-repositories-to-the-generated-image)
+ - [Cache all upstream Debian source packages in local apt](#cache-all-upstream-debian-source-packages-in-local-apt)
+ - [Use a custom sbuild chroot to speedup build](#use-a-custom-sbuild-chroot-to-speedup-build)
 
 
 ## Introduction