From 083486040b1888afc289208baec1b16f424b8bf9 Mon Sep 17 00:00:00 2001 From: Tana M Berry Date: Mon, 5 Aug 2024 08:28:18 -0500 Subject: [PATCH] more tweaks --- website/scripts/README.md | 0 website/scripts/docsmg/README.md | 8 +++----- 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 website/scripts/README.md diff --git a/website/scripts/README.md b/website/scripts/README.md deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/website/scripts/docsmg/README.md b/website/scripts/docsmg/README.md index a7183b115a1f..12f47c2e781e 100644 --- a/website/scripts/docsmg/README.md +++ b/website/scripts/docsmg/README.md @@ -29,21 +29,19 @@ Use this migration tool to: ### Migrate the docs -1. After you have entered all the paths you want to move, migrate the files with `docsmg migrate`. +1. After you have entered all the paths you want to move, migrate the files with the command `docsmg migrate`. :::info -After you have run migate, you cannot rin it again or you will get a `panic` error... because the files have already been moved. +After you have run `migrate`, you cannot run it again or you will get a `panic` error... because the files have already been moved. ::: -2. To revert the migration, use `docsmg unmigrate`; Note: DO NOT edit the migratefile in between steps 3 and 4. +2. To revert the migration, use `docsmg unmigrate`. Note: DO NOT edit the `migratefile` file in befor running `unmigrate`. 3. Continue modifying the `migratefile` file and then using the `docsmg migrate` command until you are satisfied with the result. ### Update the `sidebar.js file` Because the structure is completely changed, you will need to modify/reconstruct the navigation bar. -1. - ## Test the results To test the internal links, navigate up a level to `authentik` and then run `make website-watch`.