From e5da0a9543c430c2364317ceb68291f26128ee7d Mon Sep 17 00:00:00 2001 From: Gaurav Nelson Date: Tue, 5 Dec 2023 23:16:35 +1000 Subject: [PATCH] Docs: Fixed broken template links, fixed script versions (#662) Co-authored-by: Tomasz Janiszewski --- docs/_sidebar.md | 8 ++++---- docs/index.html | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 3457af140..3412f7618 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -1,5 +1,5 @@ * [Introduction](/) -* [Using KubeLinter](using-kubelinter.md) -* [Configuring KubeLinter](configuring-kubelinter.md) -* [KubeLinter checks](generated/checks.md) -* [KubeLinter templates](generated/templates.md) \ No newline at end of file +* [Using KubeLinter](/using-kubelinter.md) +* [Configuring KubeLinter](/configuring-kubelinter.md) +* [KubeLinter checks](/generated/checks.md) +* [KubeLinter templates](/generated/templates.md) \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 1cc1c338c..c4f1699f3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -27,6 +27,7 @@ errorText : 'Error', successText: 'Copied' }, + relativePath: true, 'flexible-alerts': { style: 'flat' },