Skip to content

Commit 8c475a1

Browse files
authored
Merge pull request continuedev#4858 from continuedev/dallin/hub-org-docs
Create org docs
2 parents e98ec0b + a6d438f commit 8c475a1

File tree

5 files changed

+25
-1
lines changed

5 files changed

+25
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Creating an Organization
3+
description: Creating an Organization
4+
keywords: [governance, organization, org, create]
5+
---
6+
7+
To Create an Organization, click the organization selector in the top right and select `Create Organization`
8+
9+
![create an org selector](/img/hub/org-selector.png)
10+
11+
1. Choose a name, which will be used as the display name for your organization throughout the hub
12+
2. Add a slug, which will be used for your org URL and as the prefix to all organization blocks and assistant slugs
13+
3. Select an icon for your organization using the image uploader
14+
4. Finally, add a Biography, which will be displayed on your org Home Page
15+
16+
![Creating an org](/img/hub/create-org-form.png)
17+
18+
You will then be signed in to your org and taken to the org home page
19+
20+
![Org home page](/img/hub/org-home-page.png)

docs/sidebars.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,11 @@ const sidebars = {
165165
{
166166
type: "category",
167167
label: "Governance",
168-
items: ["hub/governance/org-permissions", "hub/governance/pricing"],
168+
items: [
169+
"hub/governance/org-permissions",
170+
"hub/governance/creating-an-org",
171+
"hub/governance/pricing",
172+
],
169173
},
170174
{
171175
type: "link",
117 KB
Loading

docs/static/img/hub/org-home-page.png

122 KB
Loading

docs/static/img/hub/org-selector.png

50.8 KB
Loading

0 commit comments

Comments
 (0)