Skip to content

Commit

Permalink
Remove UI section (#1718)
Browse files Browse the repository at this point in the history
Resolvves #1717

---------

Signed-off-by: Patrick Smyth <patrick.smyth@chainguard.dev>
  • Loading branch information
smythp authored Jul 29, 2024
1 parent 84ac132 commit 67e4792
Show file tree
Hide file tree
Showing 10 changed files with 109 additions and 342 deletions.
38 changes: 0 additions & 38 deletions content/ui/enforce.md

This file was deleted.

28 changes: 0 additions & 28 deletions content/ui/group.md

This file was deleted.

22 changes: 0 additions & 22 deletions content/ui/inspect.md

This file was deleted.

49 changes: 0 additions & 49 deletions content/ui/install.md

This file was deleted.

39 changes: 0 additions & 39 deletions content/ui/policy.md

This file was deleted.

17 changes: 0 additions & 17 deletions content/ui/prepare.md

This file was deleted.

9 changes: 0 additions & 9 deletions content/ui/prerequisites.md

This file was deleted.

27 changes: 0 additions & 27 deletions content/ui/test.md

This file was deleted.

4 changes: 1 addition & 3 deletions layouts/partials/footer/main/docs-navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
{{ $walkpages := slice }}

{{ range $index, $section := sort .Site.Sections "Weight" }}
{{ if not (eq .Title "Uis") }}
{{ $allsections = $allsections | append . }}

{{ end }}
{{ $allsections = $allsections | append . }}

{{ range .Sections }}
{{ $allsections = $allsections | append . }}
Expand Down
Loading

0 comments on commit 67e4792

Please sign in to comment.