diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-08-20 11:07:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-20 11:07:00 -0700 |
| commit | 1f69c9230431bfdbf8ba336902fe5a44883ef097 (patch) | |
| tree | d3ee9657e245771b596f2e936a1aac80f9997005 | |
| parent | f85f834cd056289585e13545f829ba6f59a59af3 (diff) | |
| parent | fc9fe8b0c617972c622b588aac1666ce05feccef (diff) | |
Merge pull request #2559 from shavidissa/patch-2
Copy-edit pass
| -rw-r--r-- | generator/README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/generator/README.md b/generator/README.md index b75fa49d..31742492 100644 --- a/generator/README.md +++ b/generator/README.md @@ -1,11 +1,11 @@ # SIG Doc builder This folder contains scripts to automatically generate documentation about the -different Special Interest Groups (SIGs) of Kubernetes. The authoritative +different Special Interest Groups (SIGs) and Working Groups (WGs) of Kubernetes. The authoritative source for SIG information is the [`sigs.yaml`](/sigs.yaml) file in the project root. All updates must be done there. -The schema for this file should be self explanatory. However, if you need to see all the options check out the generator code in `app.go`. +The schema for this file should be self explanatory. However, if you need to see all the options, check out the generator code in `app.go`. The documentation follows a template and uses the values from [`sigs.yaml`](/sigs.yaml): @@ -17,12 +17,12 @@ The documentation follows a template and uses the values from [`sigs.yaml`](/sig **Time Zone gotcha**: Time zones make everything complicated. And Daylight Saving time makes it even more complicated. -Meetings are specified with a time zone and we generate a link to http://www.thetimezoneconverter.com/ so that people can easily convert it to their local time zone. -To make this work you need to specify the time zone in a way that that web site recognizes. +Meetings are specified with a time zone and we generate a link to http://www.thetimezoneconverter.com/ so people can easily convert it to their local time zone. +To make this work you need to specify the time zone in a way that the web site recognizes. Practically, that means US pacific time must be `PT (Pacific Time)`. `PT` isn't good enough, unfortunately. -When an update happens to the this file, the next step is generate the +When an update happens to the this file, the next step is to generate the accompanying documentation. This takes the format of three types of doc files: ``` |
