Skip to content

FT-Autonomous/ft_docs_2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Formula Trinity Docs Starter

MkDocs + Material theme. Write pages in Markdown, preview locally, and auto-deploy to GitHub Pages.

Quick Setup

Install tooling

pip install -r requirements.txt

Run locally

mkdocs serve

Open: http://127.0.0.1:8000

Folder Structure

Each Folder has its own media folder where all the images/videos are kept.

How to update the docs

(MAKE SURE TO GIT PULL BEFORE DOING ANYTHING)

Once you make a document in any of the folders or make a new folder, make sure to reference them in the mkdocs.yml file as only then you will be able to see it locally or live through github once you push.

I would recommend to use pull requests for me to review the changes and to ensure it does not break the website.

Packages

No packages published

Contributors 10