diff --git a/README.md b/README.md index f9f8978..a1c20cb 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ The repository `type` and `source` properties will be set automatically when `ur "template" ], "type": "git", + "hidden": false, "url": "https://github.com/leighmcculloch/go-optional", "source": { "home": "https://github.com/leighmcculloch/go-optional", @@ -112,4 +113,3 @@ The repository `type` and `source` properties will be set automatically when `ur ] } ``` - diff --git a/config.go b/config.go index 39edd17..598685e 100644 --- a/config.go +++ b/config.go @@ -21,6 +21,7 @@ type repository struct { Type string `json:"type"` URL string `json:"url"` Main bool `json:"main"` + Hidden bool `json:"hidden"` SourceURLs sourceURLs `json:"source"` Website website `json:"website"` } diff --git a/generate_index.go b/generate_index.go index 9ea1300..34e4091 100644 --- a/generate_index.go +++ b/generate_index.go @@ -39,14 +39,14 @@ body { margin-top: 0; }