Skip to content

Commit

Permalink
chore: sync files
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
satoshi-ota authored May 4, 2023
1 parent debd8ca commit fd62da9
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
site_name: Autoware Universe Documentation
site_url: https://autowarefoundation.github.io/autoware.universe
repo_url: https://github.com/autowarefoundation/autoware.universe
edit_uri: edit/main/
edit_uri: https://github.com/autowarefoundation/autoware.universe/edit/main/docs/
docs_dir: .
copyright: Copyright &copy; 2022 The Autoware Foundation
copyright: Copyright &copy; <script>document.write(new Date().getFullYear())</script> The Autoware Foundation

theme:
name: material
Expand Down Expand Up @@ -54,29 +54,38 @@ plugins:
- ^(?!(.*/)?assets/).*\.(?!(.*\.)?md|(.*\.)?svg|(.*\.)?png|(.*\.)?gif|(.*\.)?jpg).*$
- ^(.*/)?[^.]*$
- macros
- mkdocs-video
- same-dir
- search

markdown_extensions:
- abbr
- admonition
- attr_list
- codehilite:
guess_lang: false
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- fontawesome_markdown
- footnotes
- md_in_html
- mdx_math
- mdx_truly_sane_lists:
nested_indent: 2
- plantuml_markdown:
server: http://www.plantuml.com/plantuml
format: svg
- pymdownx.arithmatex
- pymdownx.details
- pymdownx.highlight
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- toc:
permalink: "#"
toc_depth: 3

0 comments on commit fd62da9

Please sign in to comment.