From 661454f5f73182da69401d1dff9c7c3c7693129b Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 16 Aug 2023 00:50:25 +0530 Subject: removed docs page --- layouts/docs/baseof.html | 11 ----------- layouts/docs/list.html | 36 ------------------------------------ layouts/docs/single.html | 24 ------------------------ 3 files changed, 71 deletions(-) delete mode 100644 layouts/docs/baseof.html delete mode 100644 layouts/docs/list.html delete mode 100644 layouts/docs/single.html (limited to 'layouts/docs') diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html deleted file mode 100644 index 2e4e23a..0000000 --- a/layouts/docs/baseof.html +++ /dev/null @@ -1,11 +0,0 @@ - - - {{- partial "head.html" . -}} - - {{- partial "nav.html" "docs" -}} -
- {{- block "main" . }}{{- end }} -
- {{- partial "footer.html" . -}} - - diff --git a/layouts/docs/list.html b/layouts/docs/list.html deleted file mode 100644 index 03b3721..0000000 --- a/layouts/docs/list.html +++ /dev/null @@ -1,36 +0,0 @@ -{{ define "main" }} -
-

- {{ if .Params.heading }}{{ .Params.heading }}{{ else }}{{ .Title }}{{ end }} -

- {{ if ne (len .Pages) 0 }} -

{{ .Description }}

- {{ end }} - - {{ .Content }} - - -
-{{ end }} diff --git a/layouts/docs/single.html b/layouts/docs/single.html deleted file mode 100644 index 1823c5d..0000000 --- a/layouts/docs/single.html +++ /dev/null @@ -1,24 +0,0 @@ -{{ define "main" }} -{{ $wrappedTable := printf "
${1}
" }} -
-

{{ .Title }}

- - {{ .Content | replaceRE "((?:.|\n)+?
)" $wrappedTable | safeHTML }} - - - - -
-{{ end }} -- cgit v1.2.3