Update documentation framework with docusaurus
Update documentation framework #459
- Migrated old doc to new framework
- Documentation search with local generated files (no Algolia service)
- Integrated runnable examples with runkit
How to test:
- Local develop: yarn start
- Deploy on crocks.github.io/crocks: GIT_USER=evilsoft USE_SSH=true yarn run deploy
- Change deploy url and baseUrl: change them in docusaurus.config.js
See PR in action
- https://davidnussio.github.io/crocks/
Gonna give this a Play tonight! Amazing!
Quick question why were the comments in the code files changed to \** ... *\ from \\?
I checked, there is a commit from master in the pull request (I forked the master to get an updated version of code)

Oh gotcha. Sorry I missed that.
I broke CI but there is a warning message in travis: Please be aware travis-ci.org will be shutting down in several weeks, with all accounts migrating to travis-ci.com. Please stay tuned here for more information. Maybe this work could be moved to GitHub Action?
Not sure how i missed this PR coming in. Can check it out, nice work mate
🎉 CI is 🟢 again Lint was failing with JSX components into documentation js files
@evilsoft @dalefrancis88 if the PR will be accepted could I submit crocks.dev to docusaurus showcase?

I'll need to catch up with @evilsoft on this one but this is looking good
Any update on this?