bionics-docs

Documentation and Guides for the Equiptment and Tools available to the Bionics FIRST Robotics Team 4909

Stars
0
Committers
4

Bionics Docs

This repo contains documenation for FIRST Robotics Team 4909 the Billerica Bionics.

We attempt to document our processes and machine tools.

This repo can be built into a static website using Hugo

Prerequisites

These are needed to successfully modify and test the site.

Submodules

Be sure to clone the repository with submodules.

git clone --recursive [email protected]:TechplexEngineer/bionics-docs.git

If you've already cloned, you can fetch the submodules with

git submodule update --init

Hugo

Hugo is needed to build the site. Follow the quickstart guide here.

Local Testing

Hugo has a fantastic local development server.

hugo server

Deploy

The site is deployed with Netlify, with netlify CMS support.

Check for broken Links

muffet -i http://localhost:1313 -e http://localhost:1313/admin/\# http://localhost:1313/

Using: https://github.com/raviqqe/muffet