WardenJakx / docs-v2

Developer Documentation πŸ“–πŸ€“

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoW Protocol Logo

CoW Protocol Documentation

The documentation 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

The website is automatically deployed to GitHub pages when a commit is pushed to the main branch.

For additional CI/CD integration, it is possible to dynamically configure docusaurus via environment variables:

  • URL: The url for the website, such as https://docs.cow.fi
  • BASE_URL: The base URL for the website. This is useful for hosting the website at a subpath, e.g. /docs/.
  • TRAILING_SLASH: Whether to add a trailing slash to generated URLs.

About

Developer Documentation πŸ“–πŸ€“

License:GNU Lesser General Public License v3.0


Languages

Language:CSS 94.1%Language:TypeScript 5.8%Language:JavaScript 0.1%