Skip to content

Commit 832904d

Browse files
committed
Add social cards
1 parent 97ba984 commit 832904d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ mkdocs==1.6.0
1717
# https://github.com/mkdocs/catalog?tab=readme-ov-file#-links--references
1818
# https://github.com/mkdocs/mkdocs-redirects
1919
mkdocs-redirects
20-
mkdocs-material
20+
mkdocs-material[imaging]

mkdocs.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
site_name: The Haskell Tool Stack
2-
site_description: The Haskell Tool Stack
2+
site_description: |
3+
A program for developing Haskell projects.
34
site_author: Stack contributors
5+
site_url: !ENV READTHEDOCS_CANONICAL_URL
46
repo_url: https://github.com/commercialhaskell/stack/
57
edit_uri: tree/stable/doc/
68
copyright: Copyright (c) 2015-2025, Stack contributors
@@ -168,12 +170,14 @@ markdown_extensions:
168170
permalink: true
169171

170172
plugins:
171-
search: {}
172-
redirects:
173+
- search: {}
174+
- redirects:
173175
redirect_maps:
174176
'GUIDE.md': 'tutorial/index.md'
175177
'yaml_configuration.md': 'configure/yaml/index.md'
176178
'build_command.md': 'commands/build_command.md'
177179
'custom_snapshot.md': 'topics/custom_snapshot.md'
178180
'lock_files.md': 'topics/lock_files.md'
179181
'scripts.md': 'topics/scripts.md'
182+
- social:
183+
cards_layout: default

0 commit comments

Comments
 (0)