File tree 3 files changed +20
-6
lines changed
3 files changed +20
-6
lines changed Original file line number Diff line number Diff line change
1
+ TODO
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and use the dedicated Coder template,
7
7
[ scaletest-runner] ( https://github.com/coder/coder/tree/main/scaletest/templates/scaletest-runner ) .
8
8
9
9
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) .
11
11
12
12
## Recent scale tests
13
13
Original file line number Diff line number Diff line change 104
104
{
105
105
"title" : " Remote desktop" ,
106
106
"description" : " Use RDP in Coder" ,
107
- "path" : " ./user-guides/workspace-access/remote-desktop .md"
107
+ "path" : " ./user-guides/workspace-access/remote-desktops .md"
108
108
},
109
109
{
110
110
"title" : " Emacs TRAMP" ,
169
169
"path" : " ./admin/infrastructure/validated-architectures/3k-users.md"
170
170
}
171
171
]
172
- },
173
- {
174
- "title" : " Scale Tests" ,
175
- "path" : " ./admin/infrastructure/scale-tests.md"
176
172
}
177
173
]
178
174
},
385
381
"path" : " ./admin/security/secrets.md"
386
382
}
387
383
]
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
+ ]
388
401
}
389
402
]
390
403
},
You can’t perform that action at this time.
0 commit comments