Skip to content
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

Remove help page, replace help link #2922

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
5f513bf
Fix redirection for help page
sergey-tonoyan-preemptive Oct 30, 2024
b743a56
Removed help page and its usages, removed zendesk form and all its us…
sergey-tonoyan-preemptive Oct 30, 2024
2f515ed
Replace help route link with external link, add environment variables…
sergey-tonoyan-preemptive Oct 31, 2024
ef63599
Replace /help routing with resources external link
sergey-tonoyan-preemptive Oct 31, 2024
54bb4b1
Add new env variables for redirect handling
sergey-tonoyan-preemptive Nov 4, 2024
646704c
Fix missing coma
sergey-tonoyan-preemptive Nov 4, 2024
e472b19
Redirect in the same tab
sergey-tonoyan-preemptive Nov 5, 2024
6392734
Merge branch 'master' into dev/TBT-167-help-page
tonoyansergey-devt Nov 5, 2024
2aeb490
Remove changes in environment.js
sergey-tonoyan-preemptive Nov 6, 2024
2ab6e98
Merge remote-tracking branch 'origin/dev/TBT-167-help-page' into dev/…
sergey-tonoyan-preemptive Nov 6, 2024
ed27b68
change path to /owner/github/help
sergey-tonoyan-preemptive Nov 6, 2024
2eab7fd
add ?provider=github&login=help to the path
sergey-tonoyan-preemptive Nov 6, 2024
51c72ce
Hardcode for test verification
sergey-tonoyan-preemptive Nov 6, 2024
a89df4a
Use full path owner/github/help?provider=github&login=help
sergey-tonoyan-preemptive Nov 6, 2024
35d61f3
Add logging for debug
sergey-tonoyan-preemptive Nov 7, 2024
f1b9c98
Change host url for redirection
sergey-tonoyan-preemptive Nov 7, 2024
61f5758
Add log statement
sergey-tonoyan-preemptive Nov 7, 2024
5674f6d
Use env variables instead hardcoded values
sergey-tonoyan-preemptive Nov 7, 2024
2d9a20b
Remove debugging logs
sergey-tonoyan-preemptive Nov 7, 2024
09d1721
Add missing resources url
sergey-tonoyan-preemptive Nov 7, 2024
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
167 changes: 0 additions & 167 deletions app/components/zendesk-request-form.js

This file was deleted.

60 changes: 0 additions & 60 deletions app/controllers/help.js

This file was deleted.

1 change: 0 additions & 1 deletion app/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Router.map(function () {
});
this.route('team', { path: '/about' });
this.route('logo', { path: '/logo' });
this.route('help');
this.route('integration', function () {
this.route('bitbucket');
});
Expand Down
16 changes: 0 additions & 16 deletions app/routes/help.js

This file was deleted.

1 change: 0 additions & 1 deletion app/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,3 @@
@import "app/pages/home-pro";
@import "app/pages/plans";
@import "app/pages/logo";
@import "app/pages/help";
9 changes: 0 additions & 9 deletions app/styles/app/layouts/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,6 @@ $styleguide-medium: 800px;
.wrapper.centered,
.landing-pro,
.layout--center,
.help-page {
& + .footer {
.layout-inner {
max-width: $styleguide-layout-max-width;
margin: auto;
padding: 0 math.div($styleguide-layout-gutter, 2);
}
}
}

.footer-elem {
@media (max-width: $styleguide-small) {
Expand Down
Loading