Skip to content

Commit 2a9266f

Browse files
authored
Refactor JSON structure for governance and working groups
Remove files, just govern folders
1 parent dd92d22 commit 2a9266f

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

shared-drive-structure/root-structure.jsonc

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,15 @@
1717
{
1818
"name": "00 – Governance",
1919
"children": [
20-
{ "name": "Charter.gdoc" },
21-
{ "name": "Roles & Responsibilities.gdoc" },
22-
{ "name": "Style Guide (Docs).gdoc" },
23-
// Process doc: Google → GitHub handoff (draft, pre-publish, migration, archive).
24-
{ "name": "Workflow: Google -> GitHub" },
25-
{ "name": "Naming Conventions.gdoc" },
26-
{ "name": "Permissions Model.gdoc" }
20+
{ "name": "Workflow: Google -> GitHub" }
2721
]
2822
},
2923

3024
// 01 – Working Groups — Each WG gets a subfolder with clear ownership; same pattern as
3125
// governed areas elsewhere. Stable collaboration space so WG work does not mix with
3226
// other areas. Replace <WG Name> with the actual working group name.
3327
{
34-
"name": "01 – Working Groups",
35-
"children": [
36-
{ "name": "Charter.gdoc" },
37-
{ "name": "<WG Name> – Documentation" },
38-
{ "name": "<WG Name> – Meetings" }
39-
]
28+
"name": "01 – Working Groups"
4029
},
4130

4231
// 02 – Drafts & Work-in-Progress — Work in development: articles, patterns, case studies,
@@ -77,11 +66,7 @@
7766

7867
// 05 – Templates — Reusable starting points (e.g. Google Doc templates).
7968
{
80-
"name": "05 – Templates",
81-
"children": [
82-
{ "name": "Case Study Template.gdoc" },
83-
{ "name": "Working Group Charter Template.gdoc" }
84-
]
69+
"name": "05 – Templates"
8570
},
8671

8772
// 06 – Community & Meetings — Community-facing material such as meeting notes.

0 commit comments

Comments
 (0)