diff options
| author | Vishnu Kannan <vishnuk@google.com> | 2017-06-02 11:08:51 -0700 |
|---|---|---|
| committer | Vishnu Kannan <vishnuk@google.com> | 2017-06-13 15:31:30 -0700 |
| commit | 0875cceb8145c7b1b5873bfc195041682054440f (patch) | |
| tree | 998e65fedda9bc18c0b17e43765eebe597dbd030 /generator/README.md | |
| parent | 0d95ccef31c98e4215d6c5a288aa3ccee76c9a3d (diff) | |
Make resource management working group discoverable
Signed-off-by: Vishnu Kannan <vishnuk@google.com>
Diffstat (limited to 'generator/README.md')
| -rw-r--r-- | generator/README.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/generator/README.md b/generator/README.md index 4910452a..c522ec97 100644 --- a/generator/README.md +++ b/generator/README.md @@ -4,6 +4,7 @@ This script will generate the following documentation files: ``` sig-*/README.md +wg-*/README.md sig-list.md ``` @@ -22,13 +23,14 @@ To build docs for one SIG, run these commands: ```bash make SIG=sig-apps gen-doc make SIG=sig-testing gen-doc +make WG=resource-management gen-doc ``` -where the `SIG` var refers to the directory being built. +where the `SIG` or `WG` var refers to the directory being built. -## Adding custom content to your SIG's README +## Adding custom content to your README -If your SIG wishes to add custom content, you can do so by placing it within +If your SIG or WG wishes to add custom content, you can do so by placing it within the following code comments: ```markdown |
