website: Bump prettier from 3.3.3 to 3.4.1 in /website (#12205)
* website: Bump prettier from 3.3.3 to 3.4.1 in /website Bumps [prettier](https://github.com/prettier/prettier) from 3.3.3 to 3.4.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.4.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * update formatting Signed-off-by: Jens Langhammer <jens@goauthentik.io> * sigh Signed-off-by: Jens Langhammer <jens@goauthentik.io> * disable flaky test Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -4,10 +4,10 @@ This CLI tool is used to generate a mapping file (`migratefile`) that is then us
|
||||
|
||||
Use this migration tool to:
|
||||
|
||||
- generate the mapping file with the current structure
|
||||
- read the completed (manual process to define target structure) and create the directories and move the files.
|
||||
- modify the internal, cross-reference links to point to new location
|
||||
- write to the `netlify.toml` file to add redirect entries for all migrated files.
|
||||
- generate the mapping file with the current structure
|
||||
- read the completed (manual process to define target structure) and create the directories and move the files.
|
||||
- modify the internal, cross-reference links to point to new location
|
||||
- write to the `netlify.toml` file to add redirect entries for all migrated files.
|
||||
|
||||
## Steps to install
|
||||
|
||||
@ -62,7 +62,7 @@ To test the internal links, navigate up a level to `authentik` and then run `mak
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
- If the `docsmg generate` command pulls _all_ of the files in the repo (even non-docs files), then check that:
|
||||
- the `docsmg.env` exists
|
||||
- that it is in `/website`
|
||||
- the content is `MIGRATE_PATH=./docs`
|
||||
- If the `docsmg generate` command pulls _all_ of the files in the repo (even non-docs files), then check that:
|
||||
- the `docsmg.env` exists
|
||||
- that it is in `/website`
|
||||
- the content is `MIGRATE_PATH=./docs`
|
||||
|
Reference in New Issue
Block a user