* combine history and store * combine history and store * [autofix.ci] apply automated fixes * Update memory.py * [autofix.ci] apply automated fixes * update json * Update memory.py * Update memory.py * [autofix.ci] apply automated fixes * change order * change order * put retrieve first * add json * [autofix.ci] apply automated fixes * Update memory.py * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * update test * fix test * update tests * update memory_chatbot * change number back * fix py test * update * update pokedex * update flow * [autofix.ci] apply automated fixes * update type converter * format * fix name * update meeting summary * [autofix.ci] apply automated fixes * fix test memory chatbot * update method * update method * fix sort * fix test graph state * fix test * fix locator --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Edwin Jose <edwin.jose@datastax.com> Co-authored-by: Eric Hare <ericrhare@gmail.com> |
||
|---|---|---|
| .. | ||
| css | ||
| docs | ||
| i18n | ||
| src | ||
| static | ||
| .gitignore | ||
| .yarnrc.yml | ||
| babel.config.js | ||
| docusaurus.config.js | ||
| index.d.ts | ||
| openapi.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| sidebars.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| yarn.lock | ||
Website
This website is built using Docusaurus 3, a modern static website generator.
Installation
$ yarn install
Local Development
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
$ yarn build
This command generates static content into the build directory and can be served using any static contents hosting service, including yarn serve.
Deployment
Using SSH:
$ USE_SSH=true yarn deploy
Not using SSH:
$ GIT_USER=<Your GitHub username> yarn deploy
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.