Skip to content

Buzzy-Buzz/kudos-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kudos Docs Website

This site is hosted on github pages and is generated by mkdocs and mkdocs-material

The static files for the website are served out from the gh-pages branch. They are automatically generated and committed by mk-docs.

A Jenkins hook automatically builds and deploys this repository on any push to the master branch. Therefore removing the need to set up local dev environments for contributing to the documentation.

Making Changes, adding pages, etc

Directly commit any changes to the master branch to publish a new version of the website. This includes editing md files or config (in mkdocs.yml) and adding new pages and assets.

Setting Up Local Dev For Previews

  1. Clone this repo
  2. Install mkdocs & mkdocs-material as per these instructions
  3. Run this command in project dir
mkdocs serve
  1. http://127.0.0.1:8000

Deploying Changes Manually

  1. Make sure you've previewed the changes with mkdocs serve
  2. Make sure your local repo is up to date
  3. Run this command
mkdocs gh-deploy

More info

  1. See the file mkdocs.yml for site config
  2. Check out the docs for mkdocs and mkdocs-material

About

Documentation for Kudos products

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published