Skip to content

feat: add a page to showcase the local installation script #16122

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 11 commits into from
Jan 15, 2025
Prev Previous commit
Next Next commit
Merge branch 'main' into lilac/local-cli-install
  • Loading branch information
aslilac committed Jan 10, 2025
commit d7da927cdbdbbe614d1048cec25ec2adcdcd10dc
3 changes: 3 additions & 0 deletions site/src/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ const DeploymentSettingsLayout = lazy(
const DeploymentSettingsProvider = lazy(
() => import("./modules/management/DeploymentSettingsProvider"),
);
const OrganizationSidebarLayout = lazy(
() => import("./modules/management/OrganizationSidebarLayout"),
);
const OrganizationSettingsLayout = lazy(
() => import("./modules/management/OrganizationSettingsLayout"),
);
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.