From 9c0654ccc722f91522e506de4b2c6a001da2f069 Mon Sep 17 00:00:00 2001 From: andrea999 <74648528+Andrea2000728@users.noreply.github.com> Date: Thu, 7 Dec 2023 13:59:04 +0800 Subject: [PATCH] [docs]fix: fix slug and key (#798) Co-authored-by: Andrea --- docs/src/i18n/en/nav.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/i18n/en/nav.ts b/docs/src/i18n/en/nav.ts index 70109837bf..a15d496557 100644 --- a/docs/src/i18n/en/nav.ts +++ b/docs/src/i18n/en/nav.ts @@ -79,8 +79,8 @@ export default [ { text: 'Issue Solutions', header: true, type: 'tech', key: 'Issue Solutions' }, { text: 'Solutions of buildKite issue', - slug: 'issue-solutions/solution-of-buildKite-issue', - key: 'issue-solutions/solution-of-buildKite-issue', + slug: 'issue-solutions/solution-of-buildkite-issue', + key: 'issue-solutions/solution-of-buildkite-issue', }, { text: 'Spikes', header: true, type: 'tech', key: 'spikes' },