Skip to content

valora-inc/docs

Repository files navigation

docs

Installation

yarn

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.

Adding new content

Docs aggregates content from multiple different projects and repositories using Git submodules. Docs stores submodules in submodules/ and there's a postinstall script to initialize all submodules.

You can publish content from these other projects or author new content by adding .md, .mdx, or .tsx files to docs/.

See the Docusaurus Guides for more information.

Deployment

Deployment happens automatically with each commit to main (e.g., PR merge).

Environments

Related

This website is built using Docusaurus 2.