-
Notifications
You must be signed in to change notification settings - Fork 160
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
docs: refactor documentation website #1470
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
do you think we could also add _category_.json
to solidity doc and type doc?
else we might put some simple description to the index page, they look so empty now 🤔
.
another question, would you think the quick start
and guides
part should be put together? since for me, as a new user who just wanna try to run it first, would see the installation
page first then the deployment
page.
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.
@ctrlc03 thanks!
Yes that's very needed, was thinking to do that in another PR if that's ok
I see, yea that makes sense. And maybe move the integration doc to the developer specific resources? |
docs(structure): refactor website doc to better organize pages
Yes!
I think the current structure is good! |
they are inside developers-resources/ inside typescript there's the typedoc + cli docs and inside smart-contracts there's solidity docs |
Description
Organize in folders various entries to provide better readability.
## Related Issue(s)
fix #1342
Confirmation