Skip to content

Commit

Permalink
chore: remove blog
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly committed Oct 27, 2023
1 parent db33818 commit d81d1f9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion pkg/commands/serve/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func Command(parents ...string) *cobra.Command {
cmd.Flags().BoolVar(&command.ginFlags.log, "gin-log", true, "enable gin logger")
cmd.Flags().BoolVar(&command.ginFlags.cors, "gin-cors", true, "enable gin cors")
cmd.Flags().IntVar(&command.ginFlags.maxBodySize, "gin-max-body-size", 2*1024*1024, "gin max body size")
// // cluster flags
// cluster flags
clientcmd.BindOverrideFlags(&command.clusterFlags.kubeConfigOverrides, cmd.Flags(), clientcmd.RecommendedConfigOverrideFlags("kube-"))
return cmd
}
1 change: 0 additions & 1 deletion website/docs/blog/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# Blog

TODO
2 changes: 0 additions & 2 deletions website/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,3 @@ nav:
- catalog/policies/ecs/policy-1.md
- Playground:
- playground.md
- Blog:
- blog/index.md
2 changes: 0 additions & 2 deletions website/nav.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,3 @@ nav:
{{- end }}
- Playground:
- playground.md
- Blog:
- blog/index.md

0 comments on commit d81d1f9

Please sign in to comment.