Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: All package upgrades FE docs #431

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,26 +76,12 @@ module.exports = {
// Please change this to your repo.
editUrl: 'https://github.com/arcus-azure/arcus.security/edit/master/docs',
includeCurrentVersion: process.env.CONTEXT !== 'production',
sidebarItemsGenerator: async function ({ defaultSidebarItemsGenerator, ...args }) {
const sidebarItems = await defaultSidebarItemsGenerator(args);
const capitalizeLabels = (items) => {
return items?.map((item) => ({
...item,
label: item.label?.charAt(0).toUpperCase() + item.label?.slice(1),
items: item.items ? capitalizeLabels(item.items) : null,
}));
};

return capitalizeLabels(sidebarItems);
},
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
},
],
],
stylesheets: [
'https://fonts.googleapis.com/css2?family=Bitter:wght@700&family=Inter:wght@400;500&display=swap',
],
stylesheets: ['https://fonts.googleapis.com/css2?family=Bitter:wght@700&family=Inter:wght@400;500&display=swap'],
};
26,650 changes: 0 additions & 26,650 deletions docs/package-lock.json

This file was deleted.

18 changes: 9 additions & 9 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^2.0.0-beta.6",
"@docusaurus/preset-classic": "^2.0.0-beta.6",
"@docusaurus/theme-search-algolia": "^2.0.0-beta.6",
"@mdx-js/react": "^1.6.21",
"@svgr/webpack": "^5.5.0",
"clsx": "^1.1.1",
"@docusaurus/core": "^3.3.2",
"@docusaurus/preset-classic": "^3.3.2",
"@docusaurus/theme-search-algolia": "^3.3.2",
"@mdx-js/react": "^3.0.1",
"@svgr/webpack": "^8.1.0",
"clsx": "^2.1.1",
"file-loader": "^6.2.0",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"prism-react-renderer": "^2.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"url-loader": "^4.1.1"
},
"browserslist": {
Expand Down
10,284 changes: 10,284 additions & 0 deletions docs/pnpm-lock.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,23 @@ The Arcus secret store has some advantages over using the Azure SDK or configura
## Built-in secret providers
Several built in secret providers available in the package.

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

And several additional providers in separate packages.

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

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.
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.

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

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

## Installation
For this feature, the following package needs to be installed:
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_sidebars/version-v0.1.0-sidebars.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version-v0.1.0/tutorialSidebar": [
"tutorialSidebar": [
{
"type": "autogenerated",
"dirName": "."
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_sidebars/version-v0.2.0-sidebars.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version-v0.2.0/tutorialSidebar": [
"tutorialSidebar": [
{
"type": "autogenerated",
"dirName": "."
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_sidebars/version-v0.3.0-sidebars.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version-v0.3.0/tutorialSidebar": [
"tutorialSidebar": [
{
"type": "autogenerated",
"dirName": "."
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_sidebars/version-v0.4.0-sidebars.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version-v0.4.0/tutorialSidebar": [
"tutorialSidebar": [
{
"type": "autogenerated",
"dirName": "."
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_sidebars/version-v1.0.0-sidebars.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version-v1.0.0/tutorialSidebar": [
"tutorialSidebar": [
{
"type": "autogenerated",
"dirName": "."
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_sidebars/version-v1.1.0-sidebars.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version-v1.1.0/tutorialSidebar": [
"tutorialSidebar": [
{
"type": "autogenerated",
"dirName": "."
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_sidebars/version-v1.2.0-sidebars.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version-v1.2.0/tutorialSidebar": [
"tutorialSidebar": [
{
"type": "autogenerated",
"dirName": "."
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_sidebars/version-v1.3.0-sidebars.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version-v1.3.0/tutorialSidebar": [
"tutorialSidebar": [
{
"type": "autogenerated",
"dirName": "."
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_sidebars/version-v1.4.0-sidebars.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version-v1.4.0/tutorialSidebar": [
"tutorialSidebar": [
{
"type": "autogenerated",
"dirName": "."
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_sidebars/version-v1.4.1-sidebars.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version-v1.4.1/tutorialSidebar": [
"tutorialSidebar": [
{
"type": "autogenerated",
"dirName": "."
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_sidebars/version-v1.5.0-sidebars.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version-v1.5.0/tutorialSidebar": [
"tutorialSidebar": [
{
"type": "autogenerated",
"dirName": "."
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_sidebars/version-v1.6.0-sidebars.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version-v0.4/tutorialSidebar": [
"tutorialSidebar": [
{
"type": "autogenerated",
"dirName": "."
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_sidebars/version-v1.7.0-sidebars.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version-v1.7.0/tutorialSidebar": [
"tutorialSidebar": [
{
"type": "autogenerated",
"dirName": "."
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_sidebars/version-v1.8.0-sidebars.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version-v1.8.0/tutorialSidebar": [
"tutorialSidebar": [
{
"type": "autogenerated",
"dirName": "."
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_sidebars/version-v1.9.0-sidebars.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version-v1.9.0/tutorialSidebar": [
"tutorialSidebar": [
{
"type": "autogenerated",
"dirName": "."
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ID = "3c6b6358-fc09-40a0-b72a-befae5cb6abb"
# functions = "project/functions/"

[build.environment]
NODE_VERSION = "16.2"
NODE_VERSION = "18.19"

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