sgaist / tigera-docs

Unified docs repository for Calico and Tigera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify Status

Calico & Tigera Docs

This is the full set of product docs for Calico & Tigera. It includes our Open Source (Project Calico) docs as well as our Enterprise and Cloud docs.

This website is built using Docusaurus 2, a modern static website generator.

Prerequisites

Install Dependencies

yarn install

This installs all the package dependencies, such as docusaurus.

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. This build is faster, but does not produce all the warnings and errors of a full build.

Full Build & Serve

yarn build
yarn serve

This command generates static content into the build directory and can be served using any static content hosting service. This is a full build which is exactly what Netlify runs to build the site, therefore, you will get more warning and error output. If you are trying to reproduce an error on Netlify, this is a great place to start.

Other Resources

Netlify site: https://app.netlify.com/sites/calico-tigera-docs/overview

About

Unified docs repository for Calico and Tigera

License:Apache License 2.0


Languages

Language:JavaScript 84.2%Language:PowerShell 13.1%Language:CSS 1.5%Language:Shell 0.8%Language:HTML 0.2%Language:Makefile 0.2%Language:SCSS 0.0%