-
Notifications
You must be signed in to change notification settings - Fork 374
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: official documentation #1046
Conversation
Left some very minor observations but otherwise looks awesome. Excited to get this merged so we can build on it 💪 |
Could you please:
Thanks |
Following @moul idea about the name, what do you think about having a directory on the root of the folder named once ready, i'll deploy it :) (don't hesitate to also ping if you need a pre-production on it :) ) |
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.
blocking so I can review before merging, thank you.
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.
This is great 👍
docs/gno-docs/docs/getting-started/setting-up-funds/premining-balances.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Morgan <git@howl.moe>
Co-authored-by: Morgan <git@howl.moe>
Co-authored-by: Morgan <git@howl.moe>
Co-authored-by: Morgan <git@howl.moe>
Co-authored-by: Morgan <git@howl.moe>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1046 +/- ##
==========================================
- Coverage 55.95% 55.92% -0.04%
==========================================
Files 420 420
Lines 65415 65415
==========================================
- Hits 36606 36583 -23
- Misses 25951 25970 +19
- Partials 2858 2862 +4 ☔ View full report in Codecov by Sentry. |
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.
Approving for a speedy merge. Once merged, I'll add to my tasklist to do another thorough review as a PR.
GitHub seems to be complaining about the CODEOWNERS file being invalid; don't know if this arises from manfred trying to move around some groups. Might be worth adding a final newline to the CODEOWNERS file (:shrug:).
Go go go! 🚀 🚀 🚀
Co-authored-by: Manfred Touron <94029+moul@users.noreply.github.com>
Co-authored-by: Manfred Touron <94029+moul@users.noreply.github.com>
## Description This PR introduces the official Gno documentation, which will be hosted at `docs.gno.land`, using the Docusaurus framework. As discussed with @moul, the docs are supposed to be framework agnostic, with Docusaurus living in the `misc/docusaurus` directory. This documentation also includes work done by @alexiscolin, @leohhhn, @waymobetta, @harry-hov, and the Onbloc team (@dongwon8247 and @r3v4s, migrated from their Developer Portal). Thank you to everyone who contributed and got us to this point, for the v1 of the docs 🙏 @leohhhn @waymobetta (and DevRels reading this in the future), full ownership of the documentation will be relinquished to you after this PR is merged out. To run the docs locally: - `cd misc/docusaurus` - `yarn install` - `yarn start` <details><summary>Contributors' checklist...</summary> - [x] Added new tests, or not needed, or not feasible - [x] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory - [x] Updated the official documentation or not needed - [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description - [ ] Added references to related issues and PRs - [ ] Provided any useful hints for running manual tests - [ ] Added new benchmarks to [generated graphs](https://gnoland.github.io/benchmarks), if any. More info [here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md). </details> --------- Co-authored-by: jon roethke <waymobetta@users.noreply.github.com> Co-authored-by: Blake <104744707+r3v4s@users.noreply.github.com> Co-authored-by: Dongwon <74406335+dongwon8247@users.noreply.github.com> Co-authored-by: Leon Hudak <33522493+leohhhn@users.noreply.github.com> Co-authored-by: Hariom Verma <hariom18599@gmail.com> Co-authored-by: Alexis Colin <alexis@jaunebleu.co> Co-authored-by: Manfred Touron <94029+moul@users.noreply.github.com> Co-authored-by: Morgan <git@howl.moe>
Description
This PR introduces the official Gno documentation, which will be hosted at
docs.gno.land
, using the Docusaurus framework.As discussed with @moul, the docs are supposed to be framework agnostic, with Docusaurus living in the
misc/docusaurus
directory.This documentation also includes work done by @alexiscolin, @leohhhn, @waymobetta, @harry-hov, and the Onbloc team (@dongwon8247 and @r3v4s, migrated from their Developer Portal).
Thank you to everyone who contributed and got us to this point, for the v1 of the docs 🙏
@leohhhn @waymobetta (and DevRels reading this in the future), full ownership of the documentation will be relinquished to you after this PR is merged out.
To run the docs locally:
cd misc/docusaurus
yarn install
yarn start
Contributors' checklist...
BREAKING CHANGE: xxx
message was included in the description