-
Notifications
You must be signed in to change notification settings - Fork 272
docs: Port docs to this repo (and move to vitepress) #295
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
Conversation
|
||
/** @type {UserConfig} */ | ||
const config = { | ||
// base: '/v2/', |
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.
Pending to figure out where will docs get deployed
Finally, have been waiting for this. I did not look at the diff yet, the basic questions I see are:
|
It is deployed on Netlify so we might need to tweak config to point to this repo. AFAIK this is the only thing missing before merging. I'm not sure we still need to set |
We might want to see what Vue Router/Vuex is doing and follow that convention |
Yeah, that's where I got the idea from :) They use subdomains: |
I'll go ahead and merge this one to be ready when Netlify config changes. Any additional tweaks can be done afterwards! 😃 |
PR looks obviously huge but it is due to copy&paste markdown files 😄