Skip to content

Commit 4e43821

Browse files
committed
add scaling to manifest
1 parent 5f5b3d9 commit 4e43821

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

docs/admin/scaling/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
TODO

docs/admin/scaling/scale-utility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and use the dedicated Coder template,
77
[scaletest-runner](https://github.com/coder/coder/tree/main/scaletest/templates/scaletest-runner).
88

99
Learn more about [Coder’s architecture](../../architecture/architecture.md) and
10-
our [scale-testing methodology](scale-testing.md).
10+
our [scale-testing methodology](./scale-testing.md).
1111

1212
## Recent scale tests
1313

docs/manifest.json

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
{
105105
"title": "Remote desktop",
106106
"description": "Use RDP in Coder",
107-
"path": "./user-guides/workspace-access/remote-desktop.md"
107+
"path": "./user-guides/workspace-access/remote-desktops.md"
108108
},
109109
{
110110
"title": "Emacs TRAMP",
@@ -169,10 +169,6 @@
169169
"path": "./admin/infrastructure/validated-architectures/3k-users.md"
170170
}
171171
]
172-
},
173-
{
174-
"title": "Scale Tests",
175-
"path": "./admin/infrastructure/scale-tests.md"
176172
}
177173
]
178174
},
@@ -385,6 +381,23 @@
385381
"path": "./admin/security/secrets.md"
386382
}
387383
]
384+
},
385+
{
386+
"title": "Scaling",
387+
"description": "Scale your deployment to meet your organization's needs",
388+
"path": "./admin/scaling/README.md",
389+
"children": [
390+
{
391+
"title": "Scale Testing",
392+
"description": "Ensure your deployment can handle your organization's needs",
393+
"path": "./admin/scaling/scale-testing.md"
394+
},
395+
{
396+
"title": "Scaling Utilities",
397+
"description": "Tools to help you scale your deployment",
398+
"path": "./admin/scaling/scaling-utility.md"
399+
}
400+
]
388401
}
389402
]
390403
},

0 commit comments

Comments
 (0)