docs: new publish workflow
This commit is contained in:
parent
9c548881d0
commit
cd411494d1
2 changed files with 28 additions and 6 deletions
|
|
@ -1,3 +1,10 @@
|
|||
site_name: Brittle Star Project
|
||||
theme:
|
||||
name: material
|
||||
|
||||
markdown_extensions:
|
||||
- pymdownx.superfences:
|
||||
custom_fences:
|
||||
- name: mermaid
|
||||
class: mermaid
|
||||
format: !!python/name:pymdownx.superfences.fence_code_format
|
||||
|
|
|
|||
Reference in a new issue