-
Notifications
You must be signed in to change notification settings - Fork 30
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
Website #208
Comments
Hi @moklick, sorry, currently the page builder for the website is failing after some changes done in the public API. Here you can find more information about the current state: #201. If you want to give it a try locally you might be interested on using the fork branch https://github.com/aitorllj93/behave-graph/tree/feat/add-docusaurus if you want to run the project locally to give it a try, just checkout the branch, move to the website folder, run npm install
npm run generate-dynamic-pages
npm start |
I tried it locally :) That's why I am asking. You could plug it into netlify or something similar for now. |
there's already a deploy script using github pages. The problem here is that current build is failing and doesn't makes sense to deploy an older version as we need to update the docs. Also I think the priority here would be fixing those issues and trying to release a new package version ASAP so we get rid of the public interface changes. Right now, the docs are showing an old way to create Nodes which is not accepted anymore. |
got it! Thanks for the reply. |
you're welcome! and if you have any other question feel free to talk to me here or in the official Discord channel. I've some knowledge about both old (npm) interfaces and the new ones and was able to run the react graph editor locally with custom nodes so I might be able to help you |
I just realized that you have a website :) Its super useful! Is it hosted somewhere?
The text was updated successfully, but these errors were encountered: