openrag/docs
Mendon Kissling 6c75fc92d5
Merge pull request #162 from langflow-ai/docs-add-versioning-feature
docs: setup docusaurus versioning but don't enable
2025-10-01 11:08:49 -04:00
..
docs Apply suggestion from @mfortman11 2025-10-01 11:07:40 -04:00
src add-lucide-react-library-and-icon-component 2025-09-23 14:53:27 -04:00
static updated-logos-from-design 2025-09-30 20:51:17 -04:00
.gitignore add-packages 2025-09-18 17:39:48 -04:00
docusaurus.config.js Merge pull request #162 from langflow-ai/docs-add-versioning-feature 2025-10-01 11:08:49 -04:00
package-lock.json add-lucide-react-library-and-icon-component 2025-09-23 14:53:27 -04:00
package.json add-lucide-react-library-and-icon-component 2025-09-23 14:53:27 -04:00
README.md initial-build-no-errors 2025-09-18 13:24:41 -04:00
sidebars.js Merge branch 'main' into docs-core-component-docling-ingestion 2025-09-30 15:04:46 -04:00
VERSIONING_SETUP.md docs-setup-versioning-but-dont-enable 2025-10-01 10:04:34 -04:00
yarn.lock add-lucide-react-library-and-icon-component 2025-09-23 14:53:27 -04:00

Website

This website is built using Docusaurus, 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.