Skip to content

Commit ae81a6e

Browse files
authored
Made Worker Groups page appear on sidebar (windmill-labs#156)
1 parent c118dd4 commit ae81a6e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

docs/core_concepts/9_worker_groups/index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
id: worker_groups
3-
title: Worker Groups
4-
---
5-
61
# Worker Groups
72

83
Windmill allows you to run your scripts and flows on different machines with different specs. This is useful if you want to run some scripts on a GPU machine, or if you want to run some scripts on a machine with a lot of memory.

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const sidebars = {
4040
'core_concepts/variables_and_secrets/index',
4141
'core_concepts/resources_and_types/index',
4242
'core_concepts/groups_and_folders/index',
43+
'core_concepts/worker_groups/index',
4344
'core_concepts/auto_generated_uis/index',
4445
'core_concepts/webhooks/index',
4546
'core_concepts/scheduling/index',

0 commit comments

Comments
 (0)