showdown/mkdocs.yml

49 lines
1.3 KiB
YAML
Raw Normal View History

site_name: Showdown documentation
site_description: Showdown is a JavaScript Markdown to HTML converter
theme:
name: material
logo: http://showdownjs.com/apple-touch-icon.png
favicon: http://showdownjs.com/apple-touch-icon.png
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs
markdown_extensions:
- admonition
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra_css:
- assets/extra.css
repo_url: https://github.com/showdownjs/showdown
repo_name: showdownjs/showdown
site_dir: public
nav:
- Home:
- Introduction: index.md
- Donations: donations.md
2022-04-17 20:03:05 +08:00
- Credits: credits.md
- Quickstart:
- Quickstart: quickstart.md
- Showdown's Markdown syntax: markdown-syntax.md
- Compatibility: compatibility.md
- Configuration:
- Showdown options: configuration.md
2022-03-30 06:27:06 +08:00
- Available options: available-options.md
2022-03-30 07:13:37 +08:00
- Flavors: flavors.md
2022-03-31 01:12:35 +08:00
- CLI: cli.md
2022-03-31 04:35:17 +08:00
- Integrations: integrations.md
- Extensions:
2022-03-31 06:29:59 +08:00
- Overview: extensions.md
- Create an extension: create-extension.md
2022-04-10 00:01:05 +08:00
- List of known extensions: extensions-list.md
- Tutorials: tutorials/index.md