Skip to content

TranslationalAICenterISU/deepdive2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRAC TRAIN 2022

MKDocs website for TRAC TRAIN 2022

Development

Testing locally

Follow the Material for MKDocs instructions

$ git clone TranslationalAICenterISU/tractrain2022
$ cd tractrain2022
$ pip install mkdocs-material
$ mkdocs serve

Action with ReadTheDocs Theme

This is a template that uses the MkDocs deploy GitHub action.

We are using the @nomaterial branch for the Action to produce the ReadTheDocs style layout with the theme: readthedocs in the mkdocs.yml:

theme:
  name: readthedocs

Action with Material Theme

To change to MkDocs Material theme, change Action to @master and set theme: material in the mkdocs.yml:

theme:
  name: material