-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
feat: Add documentation (fix #44) #60
Conversation
✅ Deploy Preview for histoire-controls ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for histoire-examples-vue3 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for histoire-site ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
docs/.vitepress/config.js
Outdated
@@ -12,7 +12,7 @@ module.exports = { | |||
|
|||
nav: [ | |||
// { text: 'Guide', link: '/guide/' }, | |||
{ text: 'Early access', link: '/guide/' }, |
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.
Can you revert this? I want the URL to be the same so we don't have to redirect later.
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.
I don't think there will be a lot of links to this page since Histoire is not public yet, but okay, I'm reversing this!
commit: 8f1ef02
First step to #44
Description
So I just added a few files for the documentation. Nothing perfect, but it's a start.
It's hidden from the menu now.
Access: https://deploy-preview-60--histoire-site.netlify.app/guide/
What is the purpose of this pull request?