Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 811 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 811 Bytes

Public SAM XL Documentations

This repository hosts and deploys SAM XL public documentations on (sam-xl.github.io)(https://sam-xl.github.io/). Github Action and Github Page are integrated for minimal effort in managing contents. User only need add and modify makrdown files to update the webpage.

Create a new page

  1. Add a .md file in docs directory
  2. Update navigation tree in mkdocs.yml under nav: key.
  3. Push changes and Github Action will handle the rest

Update content of a page

  1. Update .md file in docs directory
  2. Push changes and Github Action will handle the rest

Advanced Features

Mkdocs support advanced documentation features, such as Latex, Code Block, Diagram, Emoji, Buttons, etc. Refer https://squidfunk.github.io/mkdocs-material/reference for more details.