From c90f3a698c2094817f7539e6abed51fadc7cf133 Mon Sep 17 00:00:00 2001 From: Quentin Date: Mon, 1 Sep 2025 21:03:59 +0200 Subject: [PATCH 1/2] Fix typo: availabel=>available --- docs/tips/009_tips_using_bootswatch_themes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tips/009_tips_using_bootswatch_themes.mdx b/docs/tips/009_tips_using_bootswatch_themes.mdx index 0060c4cb5..f15f65f1a 100644 --- a/docs/tips/009_tips_using_bootswatch_themes.mdx +++ b/docs/tips/009_tips_using_bootswatch_themes.mdx @@ -74,7 +74,7 @@ Add the below controller as `bootswatch.controller.js` under `webapp/app/compone angular.module('yourApp') .controller('BootswatchController', function ($scope, BootSwatchService) { - /*Get the list of availabel bootswatch themes*/ + /*Get the list of available bootswatch themes*/ BootSwatchService.get().then(function(themes) { $scope.themes = themes; $scope.themes.unshift({name:'Default',css:''}); From 87f71a699d13d940270c3ea3581f77604d102687 Mon Sep 17 00:00:00 2001 From: Quentin Date: Mon, 1 Sep 2025 21:11:48 +0200 Subject: [PATCH 2/2] Rename dependency-vulnerabilities-check page --- ...erabities-check.mdx => dependency-vulnerabilities-check.mdx} | 2 +- sidebars.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/tests-and-qa/{dependency-vulnerabities-check.mdx => dependency-vulnerabilities-check.mdx} (99%) diff --git a/docs/tests-and-qa/dependency-vulnerabities-check.mdx b/docs/tests-and-qa/dependency-vulnerabilities-check.mdx similarity index 99% rename from docs/tests-and-qa/dependency-vulnerabities-check.mdx rename to docs/tests-and-qa/dependency-vulnerabilities-check.mdx index c53bfdff2..e94cf2859 100644 --- a/docs/tests-and-qa/dependency-vulnerabities-check.mdx +++ b/docs/tests-and-qa/dependency-vulnerabilities-check.mdx @@ -1,6 +1,6 @@ --- title: Dependency Vulnerabilities Check -slug: /dependency-vulnerabities-check/ +slug: /dependency-vulnerabilities-check/ last_update: date: 2018-09-15T19:00:00-00:00 --- diff --git a/sidebars.ts b/sidebars.ts index ba5de9209..7469e079e 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -273,7 +273,7 @@ const sidebars: SidebarsConfig = { { type: 'doc', label: 'Dependency Vulnerabilities Check', - id: 'tests-and-qa/dependency-vulnerabities-check', + id: 'tests-and-qa/dependency-vulnerabilities-check', }, { type: 'category',