mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added link to user survey
This commit is contained in:
parent
bcd3a5e1de
commit
2205ffb0f7
@ -1,5 +1,21 @@
|
||||
# Material <small>for MkDocs</small>
|
||||
|
||||
|
||||
<style>
|
||||
.md-typeset .admonition.seealso .admonition-title::before {
|
||||
content: "question_answer";
|
||||
}
|
||||
</style>
|
||||
|
||||
!!! seealso "[User Survey 2020][0]{ target="_blank" rel="noopener" } – tell us about you, it takes only 2 minutes of your time!"
|
||||
|
||||
__Material for MkDocs 5__ is around the corner and we would like to learn
|
||||
more __about you__ and __how you use__ this project. [Take the survey][0]{ target="_blank" rel="noopener" }
|
||||
and help us learn about your experiences, so we can make this project even
|
||||
better!
|
||||
|
||||
[0]: https://forms.gle/4mJgtJRbvZr1spk38
|
||||
|
||||
## Create beautiful project documentation
|
||||
|
||||
Material is a theme for [MkDocs][1], an excellent static site generator geared
|
||||
|
@ -80,6 +80,7 @@ extra:
|
||||
# Extensions
|
||||
markdown_extensions:
|
||||
- markdown.extensions.admonition
|
||||
- markdown.extensions.attr_list
|
||||
- markdown.extensions.codehilite:
|
||||
guess_lang: false
|
||||
- markdown.extensions.def_list
|
||||
|
Loading…
Reference in New Issue
Block a user