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

Feature/help #105

Merged
merged 39 commits into from
Mar 20, 2020
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
2b47069
restructuring and removing unused code
just-at-uber Mar 16, 2020
6856b11
adding tab navigation component to help with reusability
just-at-uber Mar 16, 2020
61e71ce
adding icons
just-at-uber Mar 17, 2020
2429aa0
refactor to use component
just-at-uber Mar 17, 2020
b44e8da
adding alias for components
just-at-uber Mar 17, 2020
ed3a153
added more alias. trying to get mocha tests working again.
just-at-uber Mar 17, 2020
f0f1788
Merge branch 'master' into feature/help
just-at-uber Mar 18, 2020
8535ced
eslint
just-at-uber Mar 18, 2020
35d7100
fixing help styling
just-at-uber Mar 18, 2020
eb1b32e
added video embed
just-at-uber Mar 18, 2020
f480335
hiding faq section.
just-at-uber Mar 18, 2020
b4a9800
3.12.0-beta.0
just-at-uber Mar 18, 2020
7396247
adding slot to help to enable extention
just-at-uber Mar 18, 2020
23210c8
3.12.0-beta.1
just-at-uber Mar 18, 2020
d5a24f5
moving slot
just-at-uber Mar 19, 2020
e90ca65
3.12.0-beta.2
just-at-uber Mar 19, 2020
9f67546
adding more slots for extra customization
just-at-uber Mar 19, 2020
85f4f07
3.12.0-beta.3
just-at-uber Mar 19, 2020
90670d0
moving getting started slot. Making slack option able to be hidden
just-at-uber Mar 19, 2020
a988626
3.12.0-beta.4
just-at-uber Mar 19, 2020
b0cb288
adding option to hide stack overflow link
just-at-uber Mar 19, 2020
0c9a1a4
3.12.0-beta.5
just-at-uber Mar 19, 2020
7041c9a
adding cadence-web link
just-at-uber Mar 19, 2020
43e8860
3.12.0-beta.6
just-at-uber Mar 19, 2020
37d1b2a
removing hidden image for links on help screen
just-at-uber Mar 19, 2020
2a88ce9
3.12.0-beta.7
just-at-uber Mar 19, 2020
785b596
making headers linkable which will navigate to that place in the page…
just-at-uber Mar 19, 2020
63d1898
3.12.0-beta.8
just-at-uber Mar 19, 2020
521cb88
allow hiding docs link
just-at-uber Mar 19, 2020
6e36077
3.12.0-beta.9
just-at-uber Mar 19, 2020
1d90a22
renaming intro to domain-search test. adding new tests for help page
just-at-uber Mar 19, 2020
af12068
fixing intgration tests
just-at-uber Mar 19, 2020
b9ef990
adding CLI section. placeholder content for now.
just-at-uber Mar 19, 2020
c357b6b
fixing link and adding tests for CLI
just-at-uber Mar 19, 2020
fbf4d1f
adding common cli commands
just-at-uber Mar 20, 2020
e70cec6
3.12.0-beta.10
just-at-uber Mar 20, 2020
7df3bc8
adding see more cli commands link
just-at-uber Mar 20, 2020
b515257
3.12.0-beta.11
just-at-uber Mar 20, 2020
07a16d4
3.12.0
just-at-uber Mar 20, 2020
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
moving slot
  • Loading branch information
just-at-uber committed Mar 19, 2020
commit d5a24f54651f15d147f0e3ee70e01f536887168d
2 changes: 1 addition & 1 deletion client/routes/help.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
</a>
</div>
</section>
<slot />
<section>
<h3>Latest release notes</h3>
<div>
Expand All @@ -83,7 +84,6 @@
</a>
</div>
</section>
<slot />
<section>
<h3>Contact us</h3>
<p>Our office hours are 9am - 5pm PDT</p>
Expand Down