gnolang / docs.gno.land

Miscellaneous files for gno.land documentation
https://docs.gno.land
1 stars 4 forks source link

fix: match emit/event PR #29

Closed leohhhn closed 3 months ago

leohhhn commented 4 months ago

Description

This PR matches the https://github.com/gnolang/gno/pull/2047 PR on the monorepo.

netlify[bot] commented 4 months ago

Deploy Preview for gno-docs ready!

Name Link
Latest commit 1354dd0c15eec84e785b40f238ccbf36af4c9b88
Latest deploy log https://app.netlify.com/sites/gno-docs/deploys/66435cb27ad736000846a4f0
Deploy Preview https://deploy-preview-29--gno-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

Lighthouse
1 paths audited
Performance: 90
Accessibility: 95
Best Practices: 100
SEO: 90
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

albttx commented 3 months ago

@leohhhn I can reproduce this error locally,

10:11:14 AM: [ERROR] Loading of version failed for version current
10:11:14 AM: [ERROR] Unable to build website for locale en.
10:11:14 AM: [ERROR] Error: Invalid sidebar file at "sidebars.js".
10:11:14 AM: These sidebar document ids do not exist:
10:11:14 AM: - concepts/stdlibs/event
10:11:14 AM: - getting-started/local-setup/browsing-gno-source-code

I fixed concepts/stdlibs/event, it was a typo error with eventS. (see b1c762fd8c0569faed1bf7bdd2db0072375aa48d)

For getting-started/local-setup/browsing-gno-source-code, i don't see anything in the gnolang/gno repo

https://github.com/gnolang/gno/tree/master/docs/getting-started/local-setup

leohhhn commented 3 months ago

I fixed concepts/stdlibs/event, it was a typo error with eventS.

Thanks!

For getting-started/local-setup/browsing-gno-source-code, i don't see anything in the gnolang/gno repo

It was removed in the other PR.