4747 - icon : fontawesome/brands/discord
4848 link : https://beeware.org/bee/chat/
4949 name : BeeWare on Discord
50+ generator : false
5051
5152theme :
5253 name : material
5859 - toc.follow
5960 - navigation.indexes
6061 - navigation.footer
62+ - navigation.tabs
63+ - navigation.tabs.sticky
6164 - search.suggest
6265 - search.highlight
6366 - search.share
@@ -84,20 +87,58 @@ theme:
8487 name : Switch to system preference
8588
8689markdown_extensions :
90+ # PyMdown Extensions
8791 pymdownx.highlight : {}
8892 pymdownx.superfences : {}
89- pymdownx.blocks.admonition : {}
9093 pymdownx.blocks.caption : {}
94+ pymdownx.blocks.admonition : # Enables admonitions.
95+ types :
96+ - note
97+ - abstract
98+ - info
99+ - tip
100+ - success
101+ - question
102+ - warning
103+ - failure
104+ - danger
105+ - bug
106+ - example
107+ - quote
108+ pymdownx.blocks.details : # Enables collapsible content.
109+ types :
110+ - {name: details-note, class: note}
111+ - {name: details-abstract, class: abstract}
112+ - {name: details-info, class: info}
113+ - {name: details-tip, class: tip}
114+ - {name: details-success, class: success}
115+ - {name: details-question, class: question}
116+ - {name: details-warning, class: warning}
117+ - {name: details-failure, class: failure}
118+ - {name: details-danger, class: danger}
119+ - {name: details-bug, class: bug}
120+ - {name: details-example, class: example}
121+ - {name: details-quote, class: quote}
91122 pymdownx.blocks.tab :
92123 alternate_style : true
124+ pymdownx.magiclink : # Among other things, enables GitHub shorthand references.
125+ provider : " github"
126+ user : " beeware"
127+ repo : " toga"
128+ repo_url_shortener : true
129+ repo_url_shorthand : true
130+ normalize_issue_symbols : true
93131 pymdownx.snippets :
94132 base_path : ["docs"]
95133 url_download : true
96134 check_paths : true
135+ # Python Markdown Extensions
136+ attr_list : {}
137+ smarty : # Enables easy em and en dashes.
138+ smart_quotes : false
97139 toc :
98140 permalink : true
99141 title : On this page
100- attr_list : {}
101142
102143plugins :
103144 search : {}
0 commit comments