Skip to content

Commit

Permalink
docs(core): organizational decisions
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann committed May 9, 2024
1 parent 26c67f3 commit 1465d8e
Show file tree
Hide file tree
Showing 28 changed files with 396 additions and 377 deletions.
120 changes: 60 additions & 60 deletions docs/generated/manifests/menus.json
Expand Up @@ -685,6 +685,14 @@
"id": "decisions",
"isExternal": false,
"children": [
{
"name": "Overview",
"path": "/concepts/decisions/overview",
"id": "overview",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Monorepos",
"path": "/concepts/decisions/why-monorepos",
Expand All @@ -702,41 +710,33 @@
"disableCollapsible": false
},
{
"name": "Code Sharing",
"path": "/concepts/decisions/code-sharing",
"id": "code-sharing",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Applications and Libraries",
"path": "/concepts/decisions/applications-and-libraries",
"id": "applications-and-libraries",
"name": "Code Ownership",
"path": "/concepts/decisions/code-ownership",
"id": "code-ownership",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "When to Create a New Library",
"path": "/concepts/decisions/creating-libraries",
"id": "creating-libraries",
"name": "Project Size",
"path": "/concepts/decisions/project-size",
"id": "project-size",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Library Types",
"path": "/concepts/decisions/library-types",
"id": "library-types",
"name": "Project Dependency Rules",
"path": "/concepts/decisions/project-dependency-rules",
"id": "project-dependency-rules",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Grouping Libraries",
"path": "/concepts/decisions/grouping-libraries",
"id": "grouping-libraries",
"name": "Folder Structure",
"path": "/concepts/decisions/folder-structure",
"id": "folder-structure",
"isExternal": false,
"children": [],
"disableCollapsible": false
Expand Down Expand Up @@ -923,6 +923,14 @@
"id": "decisions",
"isExternal": false,
"children": [
{
"name": "Overview",
"path": "/concepts/decisions/overview",
"id": "overview",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Monorepos",
"path": "/concepts/decisions/why-monorepos",
Expand All @@ -940,48 +948,48 @@
"disableCollapsible": false
},
{
"name": "Code Sharing",
"path": "/concepts/decisions/code-sharing",
"id": "code-sharing",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Applications and Libraries",
"path": "/concepts/decisions/applications-and-libraries",
"id": "applications-and-libraries",
"name": "Code Ownership",
"path": "/concepts/decisions/code-ownership",
"id": "code-ownership",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "When to Create a New Library",
"path": "/concepts/decisions/creating-libraries",
"id": "creating-libraries",
"name": "Project Size",
"path": "/concepts/decisions/project-size",
"id": "project-size",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Library Types",
"path": "/concepts/decisions/library-types",
"id": "library-types",
"name": "Project Dependency Rules",
"path": "/concepts/decisions/project-dependency-rules",
"id": "project-dependency-rules",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Grouping Libraries",
"path": "/concepts/decisions/grouping-libraries",
"id": "grouping-libraries",
"name": "Folder Structure",
"path": "/concepts/decisions/folder-structure",
"id": "folder-structure",
"isExternal": false,
"children": [],
"disableCollapsible": false
}
],
"disableCollapsible": false
},
{
"name": "Overview",
"path": "/concepts/decisions/overview",
"id": "overview",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Monorepos",
"path": "/concepts/decisions/why-monorepos",
Expand All @@ -999,41 +1007,33 @@
"disableCollapsible": false
},
{
"name": "Code Sharing",
"path": "/concepts/decisions/code-sharing",
"id": "code-sharing",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Applications and Libraries",
"path": "/concepts/decisions/applications-and-libraries",
"id": "applications-and-libraries",
"name": "Code Ownership",
"path": "/concepts/decisions/code-ownership",
"id": "code-ownership",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "When to Create a New Library",
"path": "/concepts/decisions/creating-libraries",
"id": "creating-libraries",
"name": "Project Size",
"path": "/concepts/decisions/project-size",
"id": "project-size",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Library Types",
"path": "/concepts/decisions/library-types",
"id": "library-types",
"name": "Project Dependency Rules",
"path": "/concepts/decisions/project-dependency-rules",
"id": "project-dependency-rules",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Grouping Libraries",
"path": "/concepts/decisions/grouping-libraries",
"id": "grouping-libraries",
"name": "Folder Structure",
"path": "/concepts/decisions/folder-structure",
"id": "folder-structure",
"isExternal": false,
"children": [],
"disableCollapsible": false
Expand Down

0 comments on commit 1465d8e

Please sign in to comment.