client-go / unofficial-docs

A home for unofficial client-go docs
Apache License 2.0
22 stars 2 forks source link

Copy .sass files from kubernetes/website and use overrides.sass #3

Closed munnerz closed 6 years ago

munnerz commented 6 years ago

When copying the website across, I copied the .css files instead of the source .sass files.

We should probably use the .sass files and build the resulting .css ourselves. This will allow us to provide an overrides file to make rebasing easier, if we ever do.

nikhita commented 6 years ago

We should have a hugo label or something. For #2 and this issue.

munnerz commented 6 years ago

We can add them via the GitHub UI for now - we can also use the Prow label_sync plugin to consume a file like this, which can be used to manage labels on a repo: https://github.com/kubernetes/test-infra/blob/master/label_sync/labels.yaml

nikhita commented 6 years ago

yeah, prow also has a way to add "additional labels" so that /label area/hugo works. :+1:

but of course, there is /area hugo :)