Skip to content

Commit d3b98d0

Browse files
laurensvcLaurens - Codit BEstijnmoreels
authored
chore: All package upgrades FE docs (#431)
* all package upgrades * sidebar renaming removal * doc linking issues --------- Co-authored-by: Laurens - Codit BE <[email protected]> Co-authored-by: Stijn Moreels <[email protected]>
1 parent e90aeb0 commit d3b98d0

21 files changed

+10319
-26699
lines changed

docs/docusaurus.config.js

+1-15
Original file line numberDiff line numberDiff line change
@@ -76,26 +76,12 @@ module.exports = {
7676
// Please change this to your repo.
7777
editUrl: 'https://github.com/arcus-azure/arcus.security/edit/master/docs',
7878
includeCurrentVersion: process.env.CONTEXT !== 'production',
79-
sidebarItemsGenerator: async function ({ defaultSidebarItemsGenerator, ...args }) {
80-
const sidebarItems = await defaultSidebarItemsGenerator(args);
81-
const capitalizeLabels = (items) => {
82-
return items?.map((item) => ({
83-
...item,
84-
label: item.label?.charAt(0).toUpperCase() + item.label?.slice(1),
85-
items: item.items ? capitalizeLabels(item.items) : null,
86-
}));
87-
};
88-
89-
return capitalizeLabels(sidebarItems);
90-
},
9179
},
9280
theme: {
9381
customCss: require.resolve('./src/css/custom.css'),
9482
},
9583
},
9684
],
9785
],
98-
stylesheets: [
99-
'https://fonts.googleapis.com/css2?family=Bitter:wght@700&family=Inter:wght@400;500&display=swap',
100-
],
86+
stylesheets: ['https://fonts.googleapis.com/css2?family=Bitter:wght@700&family=Inter:wght@400;500&display=swap'],
10187
};

docs/package-lock.json

-26,650
This file was deleted.

docs/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"write-heading-ids": "docusaurus write-heading-ids"
1515
},
1616
"dependencies": {
17-
"@docusaurus/core": "^2.0.0-beta.6",
18-
"@docusaurus/preset-classic": "^2.0.0-beta.6",
19-
"@docusaurus/theme-search-algolia": "^2.0.0-beta.6",
20-
"@mdx-js/react": "^1.6.21",
21-
"@svgr/webpack": "^5.5.0",
22-
"clsx": "^1.1.1",
17+
"@docusaurus/core": "^3.3.2",
18+
"@docusaurus/preset-classic": "^3.3.2",
19+
"@docusaurus/theme-search-algolia": "^3.3.2",
20+
"@mdx-js/react": "^3.0.1",
21+
"@svgr/webpack": "^8.1.0",
22+
"clsx": "^2.1.1",
2323
"file-loader": "^6.2.0",
24-
"prism-react-renderer": "^1.2.1",
25-
"react": "^17.0.1",
26-
"react-dom": "^17.0.1",
24+
"prism-react-renderer": "^2.3.1",
25+
"react": "^18.3.1",
26+
"react-dom": "^18.3.1",
2727
"url-loader": "^4.1.1"
2828
},
2929
"browserslist": {

docs/pnpm-lock.yaml

+10,284
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/versioned_docs/version-v1.6.0/features/secret-store/index.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,23 @@ The Arcus secret store has some advantages over using the Azure SDK or configura
3535
## Built-in secret providers
3636
Several built in secret providers available in the package.
3737

38-
* [Configuration](./features/secret-store/provider/configuration.md)
39-
* [Environment variables](./features/secret-store/provider/environment-variables.md)
38+
* [Configuration](../../features/secret-store/provider/configuration.md)
39+
* [Environment variables](../../features/secret-store/provider/environment-variables.md)
4040

4141
And several additional providers in separate packages.
4242

43-
* [Azure Key Vault](./features/secret-store/provider/key-vault.md)
44-
* [Command line](./features/secret-store/provider/cmd-line.md)
45-
* [Docker secrets](./features/secret-store/provider/docker-secrets.md)
46-
* [HashiCorp](./features/secret-store/provider/hashicorp-vault.md)
47-
* [User Secrets](./features/secret-store/provider/user-secrets.md)
43+
* [Azure Key Vault](../../features/secret-store/provider/key-vault.md)
44+
* [Command line](../../features/secret-store/provider/cmd-line.md)
45+
* [Docker secrets](../../features/secret-store/provider/docker-secrets.md)
46+
* [HashiCorp](../../features/secret-store/provider/hashicorp-vault.md)
47+
* [User Secrets](../../features/secret-store/provider/user-secrets.md)
4848

49-
If you require an additional secret providers that aren't available here, please [this document](./features/secret-store/create-new-secret-provider.md) that describes how you can create your own secret provider.
49+
If you require an additional secret providers that aren't available here, please [this document](../../features/secret-store/create-new-secret-provider.md) that describes how you can create your own secret provider.
5050

5151
## Additional features
5252
Lists all the additional functions of the secret store.
5353

54-
* [Retrieve a specific secret provider](./features/secret-store/named-secret-providers.md)
54+
* [Retrieve a specific secret provider](../../features/secret-store/named-secret-providers.md)
5555

5656
## Installation
5757
For this feature, the following package needs to be installed:

docs/versioned_sidebars/version-v0.1.0-sidebars.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version-v0.1.0/tutorialSidebar": [
2+
"tutorialSidebar": [
33
{
44
"type": "autogenerated",
55
"dirName": "."

docs/versioned_sidebars/version-v0.2.0-sidebars.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version-v0.2.0/tutorialSidebar": [
2+
"tutorialSidebar": [
33
{
44
"type": "autogenerated",
55
"dirName": "."

docs/versioned_sidebars/version-v0.3.0-sidebars.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version-v0.3.0/tutorialSidebar": [
2+
"tutorialSidebar": [
33
{
44
"type": "autogenerated",
55
"dirName": "."

docs/versioned_sidebars/version-v0.4.0-sidebars.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version-v0.4.0/tutorialSidebar": [
2+
"tutorialSidebar": [
33
{
44
"type": "autogenerated",
55
"dirName": "."

docs/versioned_sidebars/version-v1.0.0-sidebars.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version-v1.0.0/tutorialSidebar": [
2+
"tutorialSidebar": [
33
{
44
"type": "autogenerated",
55
"dirName": "."

docs/versioned_sidebars/version-v1.1.0-sidebars.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version-v1.1.0/tutorialSidebar": [
2+
"tutorialSidebar": [
33
{
44
"type": "autogenerated",
55
"dirName": "."

docs/versioned_sidebars/version-v1.2.0-sidebars.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version-v1.2.0/tutorialSidebar": [
2+
"tutorialSidebar": [
33
{
44
"type": "autogenerated",
55
"dirName": "."

docs/versioned_sidebars/version-v1.3.0-sidebars.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version-v1.3.0/tutorialSidebar": [
2+
"tutorialSidebar": [
33
{
44
"type": "autogenerated",
55
"dirName": "."

docs/versioned_sidebars/version-v1.4.0-sidebars.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version-v1.4.0/tutorialSidebar": [
2+
"tutorialSidebar": [
33
{
44
"type": "autogenerated",
55
"dirName": "."

docs/versioned_sidebars/version-v1.4.1-sidebars.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version-v1.4.1/tutorialSidebar": [
2+
"tutorialSidebar": [
33
{
44
"type": "autogenerated",
55
"dirName": "."

docs/versioned_sidebars/version-v1.5.0-sidebars.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version-v1.5.0/tutorialSidebar": [
2+
"tutorialSidebar": [
33
{
44
"type": "autogenerated",
55
"dirName": "."

docs/versioned_sidebars/version-v1.6.0-sidebars.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version-v0.4/tutorialSidebar": [
2+
"tutorialSidebar": [
33
{
44
"type": "autogenerated",
55
"dirName": "."

docs/versioned_sidebars/version-v1.7.0-sidebars.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version-v1.7.0/tutorialSidebar": [
2+
"tutorialSidebar": [
33
{
44
"type": "autogenerated",
55
"dirName": "."

docs/versioned_sidebars/version-v1.8.0-sidebars.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version-v1.8.0/tutorialSidebar": [
2+
"tutorialSidebar": [
33
{
44
"type": "autogenerated",
55
"dirName": "."

docs/versioned_sidebars/version-v1.9.0-sidebars.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version-v1.9.0/tutorialSidebar": [
2+
"tutorialSidebar": [
33
{
44
"type": "autogenerated",
55
"dirName": "."

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ID = "3c6b6358-fc09-40a0-b72a-befae5cb6abb"
2121
# functions = "project/functions/"
2222

2323
[build.environment]
24-
NODE_VERSION = "16.2"
24+
NODE_VERSION = "18.19"
2525

2626
# Production context: all deploys from the Production branch set in your site's
2727
# deploy settings will inherit these settings.

0 commit comments

Comments
 (0)