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

chore: add support for HashRouter using hashRouter config #73

Merged
merged 1 commit into from Jun 20, 2018

Conversation

pedronauck
Copy link
Member

@pedronauck pedronauck commented Jun 20, 2018

Description

This pull request add hashRouter option on project configuration and turn possible use navigation via hash instead of default history api.

To use hash router navigation, just add on your doczrc.js:

// doczrc.js
export default {
  hashRouter: true,
}

Closes #25

@pedronauck pedronauck merged commit 08a6377 into master Jun 20, 2018
@pedronauck pedronauck deleted the fix/hash-router branch June 20, 2018 22:48
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.

None yet

1 participant