* docs: Expand vector stores documentation with new components Add detailed documentation for: - AstraDB Graph vector store - Elasticsearch vector store Update existing documentation links and improve component descriptions * filesize-note * docs: Update memory chatbot tutorial and add new components documentation * docs: new-api-request-inputs * docs: Update documentation to replace deprecated "Flow as Tool" with "Run flow" component * docs: Add Tavily AI Search and Wikidata components documentation * renamed-conditional-router * move-url-component * docs:url-fix * Apply suggestions from code review * docs: cloudflare links * docs: improve link formatting * docs: add output details * docs: add SQL Query and Batch Run component * fix-bottom-table * avoid-future-tense * code-review * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * fix-linking-errors --------- Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| css | ||
| docs | ||
| i18n | ||
| src | ||
| static | ||
| .gitignore | ||
| babel.config.js | ||
| docusaurus.config.js | ||
| index.d.ts | ||
| openapi.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| sidebars.js | ||
| tsconfig.json | ||
| yarn.lock | ||
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.