Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove blog #141

Merged
merged 1 commit into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading