Skip to content

Commit

Permalink
chore: remove blog (#141)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly authored Oct 27, 2023
1 parent db33818 commit 5112849
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 10 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
}
3 changes: 0 additions & 3 deletions website/docs/blog/index.md

This file was deleted.

2 changes: 0 additions & 2 deletions website/mkdocs.base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ plugins:
- tags:
enabled: true
tags_file: catalog/index.md
- blog:
post_url_format: "{slug}"

markdown_extensions:
- attr_list
Expand Down
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 5112849

Please sign in to comment.