* fix: flaky passthrough tests * Revert "fix: flaky passthrough tests" This reverts commit ffe692e017600a8853ab7c31f95485958ab74c5f. * fix: serialize prisma objects * docs: added letta * arranged endpoints in alphabetical order * added user_api_key fields to custom auth docs * user onboarding * cleaning up This reverts commit 40e2aade73632cea371c6092d766ba193f9ac4a3. * cleaning up This reverts commit ffe692e017600a8853ab7c31f95485958ab74c5f. * Revert "fix: serialize prisma objects" This reverts commit 1e7bd13c26dcac8bff1f818c39b2b78f22f0ba28. |
||
|---|---|---|
| .. | ||
| docs | ||
| img | ||
| release_notes | ||
| src | ||
| static | ||
| .gitignore | ||
| babel.config.js | ||
| Dockerfile | ||
| docusaurus.config.js | ||
| index.md | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| sidebars.js | ||
Website
This website is built using Docusaurus 2, a modern static website generator.
Installation
$ yarn
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.
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.