openrag/docs
Mendon Kissling 7186184602 docker-page
2025-10-23 20:30:41 -04:00
..
docs docker-page 2025-10-23 20:30:41 -04:00
pdf move-folder-to-keep-private-and-add-scraper-to-gitignore 2025-10-20 16:44:39 -04:00
src Merge branch 'main' into docs-peer-review 2025-10-02 11:27:26 -04:00
static add-robots-block-crawlers 2025-10-22 09:06:19 -04:00
.gitignore move-folder-to-keep-private-and-add-scraper-to-gitignore 2025-10-20 16:44:39 -04:00
docusaurus.config.js block-indexing 2025-10-22 09:30:31 -04:00
package-lock.json add-lucide-react-library-and-icon-component 2025-09-23 14:53:27 -04:00
package.json remove-unneeded-packages 2025-10-20 16:36:00 -04:00
README.md initial-build-no-errors 2025-09-18 13:24:41 -04:00
scraper.config.json move-folder-to-keep-private-and-add-scraper-to-gitignore 2025-10-20 16:44:39 -04:00
sidebars.js docs-docker-install-instead-of-deploy 2025-10-20 09:59:29 -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.