@@ -11,7 +11,7 @@ deployment for different user groups or projects.
11
11
Here is an example of how one could use organizations to run a Coder deployment
12
12
with multiple platform teams, all with unique resources:
13
13
14
- ![ Organizations Example] ( ../images/admin/organizations/diagram.png )
14
+ ![ Organizations Example] ( ../../ images/admin/users /organizations/diagram.png )
15
15
16
16
## The default organization
17
17
@@ -20,11 +20,11 @@ All Coder deployments start with one organization called `Coder`.
20
20
To edit the organization details, navigate to ` Deployment -> Organizations ` in
21
21
the top bar:
22
22
23
- ![ Organizations Menu] ( ../images/admin/organizations/deployment-organizations.png )
23
+ ![ Organizations Menu] ( ../../ images/admin/users /organizations/deployment-organizations.png )
24
24
25
25
From there, you can manage the name, icon, description, users, and groups:
26
26
27
- ![ Organization Settings] ( ../images/admin/organizations/default-organization.png )
27
+ ![ Organization Settings] ( ../../ images/admin/users /organizations/default-organization.png )
28
28
29
29
## Additional organizations
30
30
@@ -49,7 +49,7 @@ provider to avoid manually assigning users to organizations.
49
49
Within the sidebar, click ` New organization ` to create an organization. In this
50
50
example, we'll create the ` data-platform ` org.
51
51
52
- ![ New Organization] ( ../images/admin/organizations/new-organization.png )
52
+ ![ New Organization] ( ../../ images/admin/users /organizations/new-organization.png )
53
53
54
54
From there, let's deploy a provisioner and template for this organization.
55
55
@@ -87,21 +87,21 @@ coder provisionerd start --org <org-name>
87
87
Once you've started a provisioner, you can create a template. You'll notice the
88
88
"Create Template" screen now has an organization dropdown:
89
89
90
- ![ Template Org Picker] ( ../images/admin/organizations/template-org-picker.png )
90
+ ![ Template Org Picker] ( ../../ images/admin/users /organizations/template-org-picker.png )
91
91
92
92
### 5. Add members
93
93
94
94
Navigate to ` Deployment->Organizations ` to add members to your organization.
95
95
Once added, they will be able to see the organization-specific templates.
96
96
97
- ![ Add members] ( ../images/admin/organizations/organization-members.png )
97
+ ![ Add members] ( ../../ images/admin/users /organizations/organization-members.png )
98
98
99
99
### 6. Create a workspace
100
100
101
101
Now, users in the data platform organization will see the templates related to
102
102
their organization. Users can be in multiple organizations.
103
103
104
- ![ Workspace List] ( ../images/admin/organizations/workspace-list.png )
104
+ ![ Workspace List] ( ../../ images/admin/users /organizations/workspace-list.png )
105
105
106
106
## Beta
107
107
0 commit comments