Skip to content

Commit

Permalink
Adding a plugin to format page names with title casing:
Browse files Browse the repository at this point in the history
 - Current: "Google chrome"
 - After: "Google Chrome"
  • Loading branch information
obsidianforensics committed Oct 21, 2022
1 parent 6f4651a commit 20092a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.8
- run: pip install mkdocs-material mkdocs-redirects
- run: pip install mkdocs-material mkdocs-redirects mkdocs-title-casing-plugin
- run: mkdocs gh-deploy --force
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ plugins:
lang: en
- tags:
tags_file: tags.md

- title-casing:
capitalization_type: title

0 comments on commit 20092a2

Please sign in to comment.