Skip to content

Create org docs #4858

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 28, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/docs/hub/governance/creating-an-org.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Creating an Organization
description: Creating an Organization
keywords: [governance, organization, org, create]
---

To Create an Organization, click the organization selector in the top right and select `Create Organization`

![create an org selector](/img/hub/org-selector.png)

1. Choose a name, which will be used as the display name for your organization throughout the hub
2. Add a slug, which will be used for your org URL and as the prefix to all organization blocks and assistant slugs
3. Select an icon for your organization using the image uploader
4. Finally, add a Biography, which will be displayed on your org Home Page

![Creating an org](/img/hub/create-org-form.png)

You will then be signed in to your org and taken to the org home page

![Org home page](/img/hub/org-home-page.png)
6 changes: 5 additions & 1 deletion docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,11 @@ const sidebars = {
{
type: "category",
label: "Governance",
items: ["hub/governance/org-permissions", "hub/governance/pricing"],
items: [
"hub/governance/org-permissions",
"hub/governance/creating-an-org",
"hub/governance/pricing",
],
},
{
type: "link",
Expand Down
Binary file added docs/static/img/hub/create-org-form.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/img/hub/org-home-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/img/hub/org-selector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading