Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ repo_url: https://github.com/GradleUp/shadow
site_description: "Gradle plugin to create fat/uber JARs, apply file transforms, and relocate packages for applications and libraries"
site_author: GradleUp developers
remote_branch: gh-pages
edit_uri: edit/main/docs

theme:
name: 'material'
Expand All @@ -32,6 +33,7 @@ theme:
features:
- content.code.copy
- content.code.select
- content.action.edit

markdown_extensions:
- smarty
Expand Down