diff --git a/.github/workflows/devdocs.yml b/.github/workflows/devdocs.yml index b150cda29462..7819a3690e24 100644 --- a/.github/workflows/devdocs.yml +++ b/.github/workflows/devdocs.yml @@ -15,7 +15,7 @@ jobs: - name: Build docs run: | - python -m pip install mkdocs==1.6.0 mkdocs-material==9.5.31 mkdocs-github-admonitions-plugin==0.0.2 + python -m pip install mkdocs==1.6.0 mkdocs-material[imaging]==9.5.31 mkdocs-github-admonitions-plugin==0.0.2 python -m mkdocs build - name: Deploy docs diff --git a/mkdocs.yml b/mkdocs.yml index 44d4788bdf94..931d2cc17935 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,5 @@ site_name: Paradise Contributor Documentation +site_url: https://devdocs.paradisestation.org theme: name: material @@ -31,6 +32,9 @@ extra: plugins: - gh-admonitions - search + - social: + cards_layout_options: + background_color: '#861f41' markdown_extensions: - admonition