diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index df60309aa047..538095dfb306 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -17,5 +17,5 @@ jobs: uses: actions/dependency-review-action@v4 with: fail-on-severity: moderate - allow-licenses: Apache-2.0, MIT, BSD-2-Clause, BSD-3-Clause, ISC, 0BSD, CC0-1.0, Unlicense, BlueOak-1.0.0, CC-BY-4.0 + allow-licenses: Apache-2.0, MIT, BSD-2-Clause, BSD-3-Clause, ISC, 0BSD, CC0-1.0, Unlicense, BlueOak-1.0.0, CC-BY-4.0, Artistic-2.0 comment-summary-in-pr: always diff --git a/website/sidebars.ts b/website/sidebars.ts index e0e6d3a57d2b..00d463103887 100644 --- a/website/sidebars.ts +++ b/website/sidebars.ts @@ -522,7 +522,7 @@ const sidebars: SidebarsConfig = { description: 'Provisioning how-to guides.', slug: '/how-to/provisioning', }, - }, + }, { type: 'category', label: 'Unleash Edge', @@ -629,9 +629,7 @@ const sidebars: SidebarsConfig = { description: 'Environments how-to guides.', slug: '/how-to/env', }, - items: [ - 'how-to/how-to-environment-import-export', - ], + items: ['how-to/how-to-environment-import-export'], }, { label: 'Users and permissions', @@ -650,9 +648,9 @@ const sidebars: SidebarsConfig = { 'Users and permission how-to guides.', slug: '/how-to/users-and-permissions', }, - } + }, ], - }, + }, ], }, {