@@ -24,19 +24,19 @@ type Config struct {
2424 Logo string `yaml:"logo"`
2525 Favicon string `yaml:"favicon"`
2626 } `yaml:"theme"`
27- ExtraCSS []string `yaml:"extra_css"`
28- RepoName string `yaml:"repo_name"`
29- RepoURL string `yaml:"repo_url"`
30- MarkdownExtensions []interface {} `yaml:"markdown_extensions"`
27+ ExtraCSS []string `yaml:"extra_css"`
28+ RepoName string `yaml:"repo_name"`
29+ RepoURL string `yaml:"repo_url"`
30+ MarkdownExtensions []any `yaml:"markdown_extensions"`
3131 Nav []struct {
32- Home string `yaml:"Home,omitempty"`
33- Quickstart string `yaml:"Quickstart,omitempty"`
34- Features []interface {} `yaml:"Features,omitempty"`
35- Examples []string `yaml:"Examples,omitempty"`
36- Modules []string `yaml:"Modules,omitempty"`
37- SystemRequirements []interface {} `yaml:"System Requirements,omitempty"`
38- Contributing string `yaml:"Contributing,omitempty"`
39- GettingHelp string `yaml:"Getting help,omitempty"`
32+ Home string `yaml:"Home,omitempty"`
33+ Quickstart string `yaml:"Quickstart,omitempty"`
34+ Features []any `yaml:"Features,omitempty"`
35+ Examples []string `yaml:"Examples,omitempty"`
36+ Modules []string `yaml:"Modules,omitempty"`
37+ SystemRequirements []any `yaml:"System Requirements,omitempty"`
38+ Contributing string `yaml:"Contributing,omitempty"`
39+ GettingHelp string `yaml:"Getting help,omitempty"`
4040 } `yaml:"nav"`
4141 EditURI string `yaml:"edit_uri"`
4242 Extra struct {
0 commit comments