Skip to content

zackbradys/zackbrady-docs

Repository files navigation

Zack Brady's Docs

About Me

A little bit about me and my history...

  • Former Contractor
  • U.S. Military Reservist
  • Open-Source Contributor
  • Built and Exited a Digital Firm
  • Active Volunteer Firefighter/EMT

Local Development

Installing Dependencies (docusaurus)

git clone https://github.com/zackbradys/zackbrady-docs
cd zackbrady-docs

# install docusaurus & dependencies from package.json
npm install # make sure you are in the root of the dir containing `package.json`

# test the installation
npx docusaurus --version

Deploy Locally

npm run start # this will open your default browser to http://localhost:3000

Creating Content

Official Docusaurus Documentation

Publishing Content

This docs site is served using github-pages. There is an action that will trigger upon commit to the main branch and deploy the new build to https://rancherfederal.github.io/carbide-docs/.