Skip to content

Commit

Permalink
more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Tana M Berry committed Aug 5, 2024
1 parent 273c40c commit 0834860
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Empty file removed website/scripts/README.md
Empty file.
8 changes: 3 additions & 5 deletions website/scripts/docsmg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 0834860

Please sign in to comment.