Skip to content

Commit b088327

Browse files
committed
Add docs working group
1 parent 6375882 commit b088327

File tree

5 files changed

+97
-77
lines changed

5 files changed

+97
-77
lines changed

toc/working-groups/WORKING-GROUPS.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ The current working groups are:
3838
- App Runtime Interfaces
3939
- App Runtime Platform
4040
- CF on K8s
41+
- Docs
4142
- Foundational Infrastructure
4243
- Paketo
4344
- Service Management
@@ -122,6 +123,24 @@ The GitHub repos this WG manages in the `cloudfoundry` GitHub organization are t
122123
| <img width="30px" src="https://github.com/gcapizzi.png"> | Giuseppe Capizzi | VMware | [@gcapizzi](https://github.com/gcapizzi) |
123124

124125

126+
## Docs
127+
128+
Mission: To document the Cloud Foundry user experience.
129+
130+
The GitHub repos this WG manages in the `cloudfoundry` GitHub organization are to be labeled with the `cff-wg-docs` topic.
131+
132+
| Artifact | Link |
133+
| -------------------------- | ---- |
134+
| Charter | [docs.md](./docs.md) |
135+
| Forum | [Video chat TBD]() |
136+
| Community Meeting Calendar | TBD |
137+
| Meeting Notes | [Google Doc TBD]() |
138+
| Slack Channel | [&#x23;cf-dev](https://cloudfoundry.slack.com/archives/C0297673ASK) |
139+
140+
| &nbsp; | Leads | Company | Profile |
141+
| -------------------------------------------------------- | ---------------- | ------- | --------------------------------------- |
142+
| <img width="30px" src="https://github.com/anita-flegg.png"> | Anita Flegg | VMware | [@anita-flegg](https://github.com/anita-flegg) |
143+
125144
## Foundational Infrastructure
126145

127146
Mission: To provide infrastructure automation and core capabilities shared across CF projects, including identity management, credential management, and integrated data services.

toc/working-groups/app-runtime-interfaces.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -376,33 +376,6 @@ areas:
376376
- cloudfoundry/ykk
377377
- cloudfoundry/app-runtime-interfaces-infrastructure
378378

379-
- name: Docs
380-
approvers:
381-
- name: Chloe Hollingsworth
382-
github: cshollingsworth
383-
- name: Anita Flegg
384-
github: anita-flegg
385-
- name: Samia Nneji
386-
github: snneji
387-
- name: Ben Klein
388-
github: fifthposition
389-
- name: Ajayan Borys
390-
github: HenryBorys
391-
- name: Bob Graczyk
392-
github: bobbygeeze
393-
- name: Kelly OHara
394-
github: kohara88
395-
- name: Jason Andrew
396-
github: VMWare-JasonAndrew
397-
repositories:
398-
- cloudfoundry/docs-buildpacks
399-
- cloudfoundry/docs-cf-cli
400-
- cloudfoundry/docs-cloudfoundry-concepts
401-
- cloudfoundry/docs-dev-guide
402-
- cloudfoundry/docs-services
403-
- cloudfoundry/docs-dotnet-core-tutorial
404-
- cloudfoundry/app-runtime-interfaces-infrastructure
405-
406379
- name: Java Tools
407380
approvers:
408381
- name: Daniel Mikusa

toc/working-groups/app-runtime-platform.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -138,32 +138,6 @@ areas:
138138
- cloudfoundry/workpool
139139
- cloudfoundry/wg-app-platform-runtime-ci
140140

141-
- name: Docs
142-
approvers:
143-
- name: Max Hufnagel
144-
github: animatedmax
145-
- name: Chloe Hollingsworth
146-
github: cshollingsworth
147-
- name: Anita Flegg
148-
github: anita-flegg
149-
- name: Samia Nneji
150-
github: snneji
151-
- name: Ben Klein
152-
github: fifthposition
153-
- name: Ajayan Borys
154-
github: HenryBorys
155-
- name: Bob Graczyk
156-
github: bobbygeeze
157-
- name: Kelly OHara
158-
github: kohara88
159-
- name: Jason Andrew
160-
github: VMWare-JasonAndrew
161-
repositories:
162-
- cloudfoundry/docs-book-cloudfoundry
163-
- cloudfoundry/docs-cf-admin
164-
- cloudfoundry/docs-loggregator
165-
- cloudfoundry/docs-running-cf
166-
167141
- name: Garden Containers
168142
approvers:
169143
- name: Danail Branekov

toc/working-groups/docs.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
# Docs: Working Group Charter
2+
3+
## Mission
4+
5+
To document the Cloud Foundry user experience.
6+
7+
8+
## Goals
9+
10+
- TBD
11+
- TBD
12+
- TBD
13+
14+
15+
## Scope
16+
17+
- TBD
18+
- TBD
19+
- TBD
20+
21+
22+
23+
## Non-Goals
24+
25+
- Be responsible for component level documentation (e.g. Cloud Controller v3 docs).
26+
27+
## Roles & Technical Assets
28+
29+
```yaml
30+
name: App Runtime Platform
31+
execution_leads:
32+
- name: Anita Flegg
33+
github: anita-flegg
34+
technical_leads:
35+
- name: Anita Flegg
36+
github: anita-flegg
37+
config:
38+
generate_rfc0015_branch_protection_rules: true
39+
github_project_sync:
40+
mapping:
41+
cloudfoundry: 41
42+
areas:
43+
- name: Docs
44+
approvers:
45+
- name: Max Hufnagel
46+
github: animatedmax
47+
- name: Chloe Hollingsworth
48+
github: cshollingsworth
49+
- name: Anita Flegg
50+
github: anita-flegg
51+
- name: Samia Nneji
52+
github: snneji
53+
- name: Ben Klein
54+
github: fifthposition
55+
- name: Ajayan Borys
56+
github: HenryBorys
57+
- name: Bob Graczyk
58+
github: bobbygeeze
59+
- name: Kelly OHara
60+
github: kohara88
61+
- name: Jason Andrew
62+
github: VMWare-JasonAndrew
63+
repositories:
64+
- cloudfoundry/docs-book-cloudfoundry
65+
- cloudfoundry/docs-cf-admin
66+
- cloudfoundry/docs-loggregator
67+
- cloudfoundry/docs-running-cf
68+
- cloudfoundry/docs-bbr
69+
- cloudfoundry/docs-credhub
70+
- cloudfoundry/docs-uaa
71+
- cloudfoundry/docs-buildpacks
72+
- cloudfoundry/docs-cf-cli
73+
- cloudfoundry/docs-cloudfoundry-concepts
74+
- cloudfoundry/docs-dev-guide
75+
- cloudfoundry/docs-services
76+
- cloudfoundry/docs-dotnet-core-tutorial
77+
- cloudfoundry/app-runtime-interfaces-infrastructure
78+
```

toc/working-groups/foundational-infrastructure.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -56,30 +56,6 @@ bots:
5656
- name: bbr-ci
5757
github: bbr-ci
5858
areas:
59-
- name: Docs
60-
approvers:
61-
- name: Chloe Hollingsworth
62-
github: cshollingsworth
63-
- name: Max Hufnagel
64-
github: animatedmax
65-
- name: Anita Flegg
66-
github: anita-flegg
67-
- name: Samia Nneji
68-
github: snneji
69-
- name: Ben Klein
70-
github: fifthposition
71-
- name: Ajayan Borys
72-
github: HenryBorys
73-
- name: Bob Graczyk
74-
github: bobbygeeze
75-
- name: Kelly OHara
76-
github: kohara88
77-
- name: Jason Andrew
78-
github: VMWare-JasonAndrew
79-
repositories:
80-
- cloudfoundry/docs-bbr
81-
- cloudfoundry/docs-credhub
82-
- cloudfoundry/docs-uaa
8359
- name: Credential Management (Credhub)
8460
approvers:
8561
- name: Peter Chen

0 commit comments

Comments
 (0)