From 6955f00e39914c21bf1fec27d9ce279048ad5b7e Mon Sep 17 00:00:00 2001 From: qoijjj <129108030+qoijjj@users.noreply.github.com> Date: Thu, 28 Mar 2024 21:23:42 +0000 Subject: [PATCH] docs: move docs.md to wiki --- DOCS.md | 53 ----------------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 DOCS.md diff --git a/DOCS.md b/DOCS.md deleted file mode 100644 index 62a04d8..0000000 --- a/DOCS.md +++ /dev/null @@ -1,53 +0,0 @@ -# Documentation Table of Contents - -1. [Readme](README.md) - -2. [Installation](README.md#installation) - - a. [Pre-install instructions](PREINSTALL-README.md) - - b. [Using a Fedora Atomic ISO, then rebasing (Recommended)](README.md#rebasing-recommended) - - c. [Generating an ISO based on a secureblue image](README.md#iso) - - d. [Post-install instructions](POSTINSTALL-README.md) - - e. [Post-install instructions, specific to nvidia](README.md#nvidia) - -3. [Hardening](README.md#what) - - a. [Chromium policy hardening](config/files/usr/etc/chromium/policies/managed/hardening.json.readme.md) - - b. [Chromium switch hardening](config/files/usr/etc/chromium/chromium.conf.md) - - c. [Chromium in secureblue, compared to Vanadium](config/files/usr/etc/chromium/vanadium_comparison.readme.md) - - d. [Kernel sysctl hardening](config/files/usr/etc/sysctl.d/hardening.conf) - - e. [Kernel module hardening](config/files/usr/etc/modprobe.d/blacklist.conf) - - f. [DNS hardening](config/files/usr/etc/systemd/resolved.conf.d/securedns.conf) - - g. [Chrony hardening](config/files/usr/etc/chrony.conf) - - h. [Flatpak hardening](config/files/usr/share/ublue-os/firstboot/yafti.yml#L20) - - i. [What is hardened malloc?](https://github.com/GrapheneOS/hardened_malloc/) - - j. [Brute force protection](config/scripts/authselect.sh) - - k. [Password encryption hardening](config/files/usr/etc/login.defs) - - l. [KDE GHNS disablement](config/files/kinoite/usr/etc/xdg/kdeglobals) - -4. Important information - - a. [FAQ](FAQ.md) - - b. [User namespaces](USERNS.md) - - c. [Gaming](FAQ.md#why-wont-flatpak-steam-run) - - d. [Contributing guidelines](CONTRIBUTING.md) - - e. [Code of conduct](CODE_OF_CONDUCT.md)