File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ mkdocs==1.6.0
17
17
# https://github.com/mkdocs/catalog?tab=readme-ov-file#-links--references
18
18
# https://github.com/mkdocs/mkdocs-redirects
19
19
mkdocs-redirects
20
- mkdocs-material
20
+ mkdocs-material [ imaging ]
Original file line number Diff line number Diff line change 1
1
site_name : The Haskell Tool Stack
2
- site_description : The Haskell Tool Stack
2
+ site_description : |
3
+ A program for developing Haskell projects.
3
4
site_author : Stack contributors
5
+ site_url : !ENV READTHEDOCS_CANONICAL_URL
4
6
repo_url : https://github.com/commercialhaskell/stack/
5
7
edit_uri : tree/stable/doc/
6
8
copyright : Copyright (c) 2015-2025, Stack contributors
@@ -168,12 +170,14 @@ markdown_extensions:
168
170
permalink : true
169
171
170
172
plugins :
171
- search : {}
172
- redirects :
173
+ - search : {}
174
+ - redirects :
173
175
redirect_maps :
174
176
' GUIDE.md ' : ' tutorial/index.md'
175
177
' yaml_configuration.md ' : ' configure/yaml/index.md'
176
178
' build_command.md ' : ' commands/build_command.md'
177
179
' custom_snapshot.md ' : ' topics/custom_snapshot.md'
178
180
' lock_files.md ' : ' topics/lock_files.md'
179
181
' scripts.md ' : ' topics/scripts.md'
182
+ - social :
183
+ cards_layout : default
You can’t perform that action at this time.
0 commit comments