-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[dashboard] add website slugs #18314
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
Conversation
/unhold |
@@ -96,6 +96,7 @@ export function isWebsiteSlug(pathName: string) { | |||
"code-of-conduct", | |||
"contact", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"contact", | |
"contact", | |
"community", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Could you please create another PR, so we don't spend more time than necessary to roll this out.
@@ -96,6 +96,7 @@ export function isWebsiteSlug(pathName: string) { | |||
"code-of-conduct", | |||
"contact", | |||
"docs", | |||
"events", | |||
"features", | |||
"for", | |||
"gitpod-vs-github-codespaces", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"gitpod-vs-github-codespaces", | |
"gitpod-vs-github-codespaces", | |
"guides", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few extra ones that may come in handy 🙏
Description
Changes summary and walkthrough generated by Copilot
Related Issue(s)
Fixes #
How to test
Documentation
Preview status
gitpod:summary
Build Options
Build
Run the build with werft instead of GHA
Run Leeway with
--dont-test
Publish
Installer
Add desired feature flags to the end of the line above, space separated
Preview Environment
If enabled this will build
install/preview
If enabled this will create the environment on GCE infra
Valid options are
all
,workspace
,webapp
,ide
,jetbrains
,vscode
,ssh
/hold