diff --git a/.copier-answers.yaml b/.copier-answers.yaml index ba29488..2cf1167 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,11 +1,10 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 0.6.0 -_src_path: gh:quickplates/generic +_commit: 0.1.0 +_src_path: gh:quickplates/flux accountname: spietras description: Flux manifests for my k8s clusters ☸️ docs: true docsurl: https://spietras.github.io/clusters projectname: clusters -releases: false reponame: clusters repourl: https://github.com/spietras/clusters diff --git a/.trunk/.gitignore b/.trunk/.gitignore index 15966d0..2d954fb 100644 --- a/.trunk/.gitignore +++ b/.trunk/.gitignore @@ -1,9 +1,7 @@ -*out -*logs -*actions -*notifications -*tools -plugins -user_trunk.yaml -user.yaml -tmp +/*actions +/*logs +/*notifications +/*out +/*plugins +/*tools +/user.yaml diff --git a/Taskfile.dist.yaml b/Taskfile.dist.yaml index fdbb8e9..15e45f3 100644 --- a/Taskfile.dist.yaml +++ b/Taskfile.dist.yaml @@ -95,8 +95,8 @@ tasks: - > npm run - update -- + update {{ .CLI_ARGS }} test-docs: desc: Test docs @@ -106,8 +106,8 @@ tasks: - > npm run - test -- + test {{ .CLI_ARGS }} docs: desc: Run docusaurus @@ -118,8 +118,8 @@ tasks: - > npm run - docs -- + docs {{ .CLI_ARGS | default "start --host 0.0.0.0" }} secret: desc: Edit secrets diff --git a/docs/.eslintrc.cjs b/docs/.eslintrc.cjs index 3be88d7..c9bf071 100644 --- a/docs/.eslintrc.cjs +++ b/docs/.eslintrc.cjs @@ -17,7 +17,7 @@ module.exports = { // Use recommended docusaurus rules "plugin:@docusaurus/recommended", - // Use recommended docusaurus rules + // Turn off rules that might conflict with Prettier "prettier", ],