- Notifications
You must be signed in to change notification settings - Fork165
add redirect by path for segment switch#1305
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
"[CI] Staging environment is athttp://staging-docs.codefresh.io.s3-website.us-east-1.amazonaws.com/segment-switch-2.0/docs/" |
_includes/scripts.html Outdated
| ); | ||
| if(enterprisePath){ | ||
| window.location.href=`${SITE_BASE_URL}${enterprisePath}?ent`; |
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.
?ent can be removed
_includes/scripts.html Outdated
| if(gitOpsPath){ | ||
| window.location.href=`${SITE_BASE_URL}${gitOpsPath}`; | ||
| }else{ | ||
| window.location.href=`${SITE_BASE_URL}/${SITE_GITOPS_COLLECTION}/`;// Redirect to home page |
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.
Let's remove comment or switch to const with clear name
"[CI] Staging environment is athttp://staging-docs.codefresh.io.s3-website.us-east-1.amazonaws.com/segment-switch-2.0/docs/" |
"[CI] Staging environment is athttp://staging-docs.codefresh.io.s3-website.us-east-1.amazonaws.com/segment-switch-2.0/docs/" |
1 similar comment
"[CI] Staging environment is athttp://staging-docs.codefresh.io.s3-website.us-east-1.amazonaws.com/segment-switch-2.0/docs/" |
2bd9b48 intomasterUh oh!
There was an error while loading.Please reload this page.
No description provided.