From 748d8310fa7e044ad4c950ff38e31309ea3f606d Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Sun, 5 May 2024 15:32:20 -0700 Subject: Fix the pages in the manual for Lix This doesn't comprehensively fix everything outdated in the manual, or make the manual greatly better, but it does note down where at least jade noticed it was wrong, and it does fix all the instances of referencing Nix to conform to the style guide to the best of our ability. A lot of things have been commented out for being wrong, and there are three types of FIXME introduced: - FIXME(Lix): generically Lix needs to fix it - FIXME(Qyriad): re https://git.lix.systems/lix-project/lix/issues/215 - FIXME(meson): docs got outdated by meson changes and need rewriting I did fix a bunch of it that I could, but there could certainly be mistakes and this is definitely just an incremental improvement. Fixes: https://git.lix.systems/lix-project/lix/issues/266 Change-Id: I5993c4603d7f026a887089fce77db08394362135 --- doc/manual/src/SUMMARY.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/manual/src/SUMMARY.md') diff --git a/doc/manual/src/SUMMARY.md b/doc/manual/src/SUMMARY.md index 499f3f9db..e0bba146e 100644 --- a/doc/manual/src/SUMMARY.md +++ b/doc/manual/src/SUMMARY.md @@ -5,17 +5,17 @@ - [Installation](installation/installation.md) - [Supported Platforms](installation/supported-platforms.md) - [Installing a Binary Distribution](installation/installing-binary.md) - - [Installing Nix from Source](installation/installing-source.md) + - [Installing Lix from Source](installation/installing-source.md) - [Prerequisites](installation/prerequisites-source.md) - [Obtaining a Source Distribution](installation/obtaining-source.md) - - [Building Nix from Source](installation/building-source.md) - - [Using Nix within Docker](installation/installing-docker.md) + - [Building Lix from Source](installation/building-source.md) + - [Using Lix within Docker](installation/installing-docker.md) - [Security](installation/nix-security.md) - [Single-User Mode](installation/single-user.md) - [Multi-User Mode](installation/multi-user.md) - [Environment Variables](installation/env-variables.md) - - [Upgrading Nix](installation/upgrading.md) - - [Uninstalling Nix](installation/uninstall.md) + - [Upgrading Lix](installation/upgrading.md) + - [Uninstalling Lix](installation/uninstall.md) - [Package Management](package-management/package-management.md) - [Basic Package Management](package-management/basic-package-mgmt.md) - [Profiles](package-management/profiles.md) -- cgit v1.2.3