Skip to content

feat: add docs explaining how Coder integrates with PlatformX #16378

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 9 commits into from
Feb 4, 2025
Merged
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
Prev Previous commit
Next Next commit
make lint/fmt/gen
  • Loading branch information
EdwardAngert committed Feb 2, 2025
commit c0be21aa8f9f8617195795491fa48ae1ba12fb7c
76 changes: 16 additions & 60 deletions docs/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"versions": [
"main"
],
"versions": ["main"],
"routes": [
{
"title": "About",
Expand Down Expand Up @@ -202,10 +200,7 @@
"title": "Appearance",
"description": "Learn how to configure the appearance of Coder",
"path": "./admin/setup/appearance.md",
"state": [
"enterprise",
"premium"
]
"state": ["enterprise", "premium"]
},
{
"title": "Telemetry",
Expand Down Expand Up @@ -286,34 +281,22 @@
{
"title": "Groups \u0026 Roles",
"path": "./admin/users/groups-roles.md",
"state": [
"enterprise",
"premium"
]
"state": ["enterprise", "premium"]
},
{
"title": "IdP Sync",
"path": "./admin/users/idp-sync.md",
"state": [
"enterprise",
"premium"
]
"state": ["enterprise", "premium"]
},
{
"title": "Organizations",
"path": "./admin/users/organizations.md",
"state": [
"premium",
"beta"
]
"state": ["premium", "beta"]
},
{
"title": "Quotas",
"path": "./admin/users/quotas.md",
"state": [
"enterprise",
"premium"
]
"state": ["enterprise", "premium"]
},
{
"title": "Sessions \u0026 API Tokens",
Expand Down Expand Up @@ -450,10 +433,7 @@
"title": "Process Logging",
"description": "Log workspace processes",
"path": "./admin/templates/extending-templates/process-logging.md",
"state": [
"enterprise",
"premium"
]
"state": ["enterprise", "premium"]
}
]
},
Expand All @@ -466,10 +446,7 @@
"title": "Permissions \u0026 Policies",
"description": "Learn how to create templates with Terraform",
"path": "./admin/templates/template-permissions.md",
"state": [
"enterprise",
"premium"
]
"state": ["enterprise", "premium"]
},
{
"title": "Troubleshooting Templates",
Expand All @@ -483,10 +460,7 @@
"description": "Learn how to run external provisioners with Coder",
"path": "./admin/provisioners.md",
"icon_path": "./images/icons/key.svg",
"state": [
"enterprise",
"premium"
]
"state": ["enterprise", "premium"]
},
{
"title": "External Auth",
Expand Down Expand Up @@ -562,19 +536,13 @@
"title": "Workspace Proxies",
"description": "Run geo distributed workspace proxies",
"path": "./admin/networking/workspace-proxies.md",
"state": [
"enterprise",
"premium"
]
"state": ["enterprise", "premium"]
},
{
"title": "High Availability",
"description": "Learn how to configure Coder for High Availability",
"path": "./admin/networking/high-availability.md",
"state": [
"enterprise",
"premium"
]
"state": ["enterprise", "premium"]
},
{
"title": "Troubleshooting",
Expand Down Expand Up @@ -608,25 +576,19 @@
"title": "Notifications",
"description": "Configure notifications for your deployment",
"path": "./admin/monitoring/notifications/index.md",
"state": [
"beta"
],
"state": ["beta"],
"children": [
{
"title": "Slack Notifications",
"description": "Learn how to setup Slack notifications",
"path": "./admin/monitoring/notifications/slack.md",
"state": [
"beta"
]
"state": ["beta"]
},
{
"title": "Microsoft Teams Notifications",
"description": "Learn how to setup Microsoft Teams notifications",
"path": "./admin/monitoring/notifications/teams.md",
"state": [
"beta"
]
"state": ["beta"]
}
]
}
Expand All @@ -642,10 +604,7 @@
"title": "Audit Logs",
"description": "Audit actions taken inside Coder",
"path": "./admin/security/audit-logs.md",
"state": [
"enterprise",
"premium"
]
"state": ["enterprise", "premium"]
},
{
"title": "Secrets",
Expand All @@ -656,10 +615,7 @@
"title": "Database Encryption",
"description": "Encrypt the database to prevent unauthorized access",
"path": "./admin/security/database-encryption.md",
"state": [
"enterprise",
"premium"
]
"state": ["enterprise", "premium"]
}
]
},
Expand Down
Loading