Skip to content

Commit

Permalink
docs: Add social card preview. (#26719)
Browse files Browse the repository at this point in the history
* docs: Add social card preview.

* derp
  • Loading branch information
warriorstar-orion authored Sep 8, 2024
1 parent 03bc64a commit cfcd488
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
site_name: Paradise Contributor Documentation
site_url: https://devdocs.paradisestation.org

theme:
name: material
Expand Down Expand Up @@ -31,6 +32,9 @@ extra:
plugins:
- gh-admonitions
- search
- social:
cards_layout_options:
background_color: '#861f41'

markdown_extensions:
- admonition
Expand Down

0 comments on commit cfcd488

Please sign in to comment.