langflow/docs
carlosrcoelho afaf2dac8c Add new documentation for chat interface and prompt customization
- Added new files for chat interface and prompt customization in the guidelines section
- Added descriptions and images for the chat interface and prompt customization features
- Updated the sidebars to include the new documentation pages
2023-07-13 16:58:47 -03:00
..
docs Add new documentation for chat interface and prompt customization 2023-07-13 16:58:47 -03:00
plugins Added documentation 2023-06-21 19:13:44 -03:00
src 🔧 chore(Footer.js): add missing import for useDocusaurusContext hook to fix build error 2023-07-12 21:54:57 -03:00
static Add new documentation for chat interface and prompt customization 2023-07-13 16:58:47 -03:00
babel.config.js Added documentation 2023-06-21 19:13:44 -03:00
docusaurus.config.js 📝 docs(docusaurus.config.js): update title and tagline to use consistent naming convention for Langflow 2023-07-12 19:31:03 -03:00
index.d.ts Added documentation 2023-06-21 19:13:44 -03:00
package-lock.json 📦 chore(package.json): update "@mendable/search" dependency to version "^0.0.114" for bug fixes and improvements 2023-07-12 19:34:23 -03:00
package.json 📦 chore(package.json): update "@mendable/search" dependency to version "^0.0.114" for bug fixes and improvements 2023-07-12 19:34:23 -03:00
README.md Added documentation 2023-06-21 19:13:44 -03:00
sidebars.js Add new documentation for chat interface and prompt customization 2023-07-13 16:58:47 -03:00
spell_add.sh Added documentation 2023-06-21 19:13:44 -03:00
spell_check.sh Added documentation 2023-06-21 19:13:44 -03:00
tailwind.config.js Added documentation 2023-06-21 19:13:44 -03:00

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.