Skip to content

Commit

Permalink
chore: sync files (#3622)
Browse files Browse the repository at this point in the history
* chore: sync files

Signed-off-by: GitHub <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: GitHub <[email protected]>
Co-authored-by: kenji-miyake <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored May 4, 2023
1 parent 6b52628 commit adf11f0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 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_dir: .
copyright: Copyright &copy; 2022 The Autoware Foundation
copyright: Copyright &copy; 2023 The Autoware Foundation

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

markdown_extensions:
- abbr
- admonition
- attr_list
- codehilite:
Expand All @@ -72,11 +74,19 @@ markdown_extensions:
server: http://www.plantuml.com/plantuml
format: svg
- pymdownx.arithmatex
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- 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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Interface design
# Interface design

0 comments on commit adf11f0

Please sign in to comment.