Skip to content

Commit

Permalink
Change nested_indent for mkdocs (#166)
Browse files Browse the repository at this point in the history
* Change nested_indent for mkdocs

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Fix a lint issue

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* Add "/" to documentation URL

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
kenji-miyake authored Jul 14, 2021
1 parent b9ece7c commit 26d68eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
pip3 install \
fontawesome_markdown \
markdown \
mdx_truly_sane_lists \
mdx_unimoji \
mkdocs \
mkdocs-exclude \
Expand Down Expand Up @@ -110,4 +111,4 @@ jobs:
issue-number: ${{ github.event.pull_request.number }}
token: ${{ secrets.GITHUB_TOKEN }}
body: |
Documentation URL: ${{ env.GITHUB_PAGES_URL }}/pulls/${{ github.event.pull_request.number }}
Documentation URL: ${{ env.GITHUB_PAGES_URL }}/pulls/${{ github.event.pull_request.number }}/
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ markdown_extensions:
- codehilite: { guess_lang: false }
- fontawesome_markdown
- mdx_math
- mdx_truly_sane_lists: { nested_indent: 2 }
- mdx_unimoji
- plantuml_markdown: { server: http://www.plantuml.com/plantuml }
- plantuml_markdown: { server: "http://www.plantuml.com/plantuml" }
- pymdownx.arithmatex
- pymdownx.highlight
- pymdownx.superfences
Expand Down

0 comments on commit 26d68eb

Please sign in to comment.