Skip to content

Commit

Permalink
Documentation dependencies update (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
juldrixx authored Aug 21, 2023
1 parent 2dee5a8 commit 4cae942
Show file tree
Hide file tree
Showing 8 changed files with 6,266 additions and 2,389 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
deploy-website:
working_directory: /home/circleci/nifikop/site
docker: # run the steps with Docker
- image: node:19.1.0
- image: node:20.4.0
steps:
- checkout:
path: /home/circleci/nifikop
Expand Down
2 changes: 1 addition & 1 deletion site/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v19.1.0
v20.4.0
4 changes: 2 additions & 2 deletions site/docs/5_references/1_nifi_cluster/1_nifi_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ spec:
| ----------------- | ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | -------- | ------- |
| enabled | boolean | if set to true, we will enable single-user usage into nifi.properties configuration. | No | false |
| authorizerEnabled | boolean | if set to true, we will use the single-user-authorizer instead of the managed-authorizer. | No | false |
| secretRef | [*SecretReference](../4_nifi_parameter_context#secretreference) | the reference to the username and password. If not configured, will use auto generated username and password that will appear once in the logs at startup. | No | nil |
| secretKeys | [*SecretKeys](#secretkeys) | the keys of the username and password. | No | {username= "username", password="password"} |
| secretRef | [SecretReference](../4_nifi_parameter_context#secretreference) | the reference to the username and password. If not configured, will use auto generated username and password that will appear once in the logs at startup. | No | nil |
| secretKeys | [SecretKeys](#secretkeys) | the keys of the username and password. | No | {username= "username", password="password"} |

## NifiClusterTaskSpec

Expand Down
4,977 changes: 3,426 additions & 1,551 deletions site/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
}
},
"devDependencies": {
"husky": "^8.0.1",
"prettier": "^2.7.1",
"husky": "^8.0.3",
"prettier": "^3.0.2",
"pretty-quick": "^3.1.3"
}
}
2 changes: 1 addition & 1 deletion site/website/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v19.1.0
v20.4.0
8 changes: 4 additions & 4 deletions site/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
},
"dependencies": {
"@algolia/client-search": "^4.9.1",
"@docusaurus/core": "^2.2.0",
"@docusaurus/preset-classic": "^2.2.0",
"@docusaurus/theme-live-codeblock": "^2.2.0",
"@docusaurus/core": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",
"@docusaurus/theme-live-codeblock": "^2.4.1",
"classnames": "^2.3.1",
"docusaurus-plugin-sass": "^0.2.2",
"react": "^16.0.0",
Expand All @@ -47,7 +47,7 @@
"webpack": "^5.76.0"
},
"devDependencies": {
"alex": "^10.0.0",
"alex": "^11.0.1",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"glob-promise": "^5.0.0",
Expand Down
3,656 changes: 2,829 additions & 827 deletions site/yarn.lock

Large diffs are not rendered by default.

0 comments on commit 4cae942

Please sign in to comment.