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

Setup doc site router #249

Merged
merged 2 commits into from
May 28, 2016
Merged

Setup doc site router #249

merged 2 commits into from
May 28, 2016

Conversation

levithomason
Copy link
Member

@levithomason levithomason commented May 28, 2016

This is the doc site router in preparation for mirroring routes on our doc site with SUI docs.

<div style={style.main}>
{location.pathname !== '' ? (
<div>
{/* TODO will cleanup, debug to prove router works */}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When visiting elements/button you can see the debug below, along with the button examples. This is just to show the router is working. Separate PRs will setup actual doc site routes and pages.

@levithomason levithomason force-pushed the feature/doc-router branch 4 times, most recently from adf20e3 to 665f1ba Compare May 28, 2016 17:55
@codecov-io
Copy link

Current coverage is 84.02%

Merging #249 into master will not change coverage

@@             master       #249   diff @@
==========================================
  Files            63         63          
  Lines           757        757          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            636        636          
  Misses          121        121          
  Partials          0          0          

Powered by Codecov. Last updated by 1b4f25d...b7778ee

@levithomason levithomason merged commit 1ae7f7e into master May 28, 2016
@levithomason levithomason deleted the feature/doc-router branch May 28, 2016 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants