Jason Rasmussen c74ea7282a docs: python upload guide (#4867) 1 éve
..
blog d8903de92e docs: remove read-only related content (#4781) 1 éve
docs c74ea7282a docs: python upload guide (#4867) 1 éve
src f6eaaab725 docs: update milestone page (#4683) 1 éve
static 5e17b3199f chore: add logo to docs homepage (#4549) 1 éve
.gitignore a1a7e6ac06 Small docs site tweaks (#954) 2 éve
.prettierignore 4cdc59e51c ci: doc format check (#2325) 2 éve
.prettierrc 4cdc59e51c ci: doc format check (#2325) 2 éve
README.md 8e78160bb9 Change documentation folder to docs 2 éve
babel.config.js 8e78160bb9 Change documentation folder to docs 2 éve
docusaurus.config.js 36b3521be8 docs: milestones (#4593) 1 éve
package-lock.json 36b3521be8 docs: milestones (#4593) 1 éve
package.json 36b3521be8 docs: milestones (#4593) 1 éve
sidebars.js 4cdc59e51c ci: doc format check (#2325) 2 éve
tailwind.config.js 4cdc59e51c ci: doc format check (#2325) 2 éve
tsconfig.json 43f4dac3ad chore(server,web,docs) bulk bump of dependencies with vulnerabilities (#4312) 1 éve
vercel.json f984be8ea0 docs: update contributing pages (#2503) 2 éve

README.md

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.