add product select to docs + change the heading

This commit is contained in:
x032205
2025-05-19 13:35:35 -04:00
parent 931ee1e8da
commit b5cf237a4a
3 changed files with 6 additions and 1 deletions

View File

@@ -20,6 +20,11 @@ The **Settings** page lets you manage information about your organization includ
- **Slug**: The slug of your organization.
- **Default Organization Member Role**: The role assigned to users when joining your organization unless otherwise specified.
- **Incident Contacts**: Emails that should be alerted if anything abnormal is detected within the organization.
- **Enabled Products**: Products which are enabled for your organization.
<Note>
The **enabled products** section strictly affects the sidebar UI and nothing else. Disabling a product does not disable it's API or routes.
</Note>
![organization settings general](../../images/platform/organization/organization-settings-general.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 985 KiB

After

Width:  |  Height:  |  Size: 993 KiB

View File

@@ -80,7 +80,7 @@ export const OrgProductSelectSection = () => {
return (
<div className="mb-6 rounded-lg border border-mineshaft-600 bg-mineshaft-900 px-6 py-5">
<h2 className="text-xl font-semibold text-mineshaft-100">Organization Products</h2>
<h2 className="text-xl font-semibold text-mineshaft-100">Enabled Products</h2>
<p className="mb-4 text-gray-400">
Select which products are available for your organization.
</p>