Updates to GUI docs to include HtmlMesh as another GUI option
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| documentation | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 6, 2024 11:27am |
Is there a link for the resource? Somewhere to read about HtmlMesh? does it already exist in the page?
I could add a link to the GitHub readme for HtmlMesh.
Or I could add a page for HtmlMesh to community extensions. That would probably be better.
Whatever you find better. Would be great to add a page for it, but if it is too much, a link to the repo would be great
up:)
@ericwood73 - we want to merge this, have you made the adjustments? Thanks :-)
No. Sorry. Will work on it today.
@RaananW I completed my updates. Ready for review.
You should add it to structure.json as well, as we don't take the directory structure as is. You can run npm run build:local (or yarn, of course), to make sure it compiles correctly.
Copy. I was editing in github, but I'll pull down and run the build.
@RaananW How do I get the error when building locally. It just tells me it failed to build the extensions page, but it doesn't say why. I added the page to structure.json and the build error on gui went away (or it's now hitting a different error because now it is looking at the extensions page).
@RaananW How do I get the error when building locally. It just tells me it failed to build the extensions page, but it doesn't say why. I added the page to structure.json and the build error on gui went away (or it's now hitting a different error because now it is looking at the extensions page).
The build will provide you with a reason. Might be an internal link missing. Which probably your link to the document from the page it is complaining about is incorrect
It doesn't give me any reason why it fails. Just Error: Export encountered errors on following paths: /[...id]: /communityExtensions/htmlMesh. I'll keep eliminating external references one by one until I find the one it is choking on.
Have you pushed the structure.json update? i'm pulling the branch now
Made a few changes to the PR (I hope I didn't push myself too much here...)
The way it is right now works as expected :-) I'll merge it once it is done building
Thanks. I made the changes to structure and for some reason it wasn't building locally but I pulled your changes and now it works.