Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 658 Bytes

File metadata and controls

35 lines (19 loc) · 658 Bytes

Run:AI Documentation Library

One Time Installation:

  • Clone this repository

  • Run:

    pip3 install mkdocs
    pip3 install mkdocs-material
    pip3 install mkdocs-git-revision-date-localized-plugin
    pip3 install mkdocs-minify-plugin
    pip3 install mkdocs-redirects
    

Write & Test

  • Edit .md files. If you add a new article, add a link to it to mkdocs.yaml

  • Run:

    mkdocs serve 
    
  • View your changes in localhost:8000

Deploy

Don't forget to also git push your changed/new documents to this repository