1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 15:40:15 +01:00
Commit Graph

807 Commits

Author SHA1 Message Date
squidfunk
b913a607e9 Updated documentation for installation 2017-10-31 20:07:11 +01:00
squidfunk
f68d7beb94 Updated documentation and simplified search tokenizer configuration 2017-10-31 20:07:11 +01:00
squidfunk
240a7afa8d Moved logo to theme configuration and made search optional 2017-10-31 20:07:11 +01:00
squidfunk
5fbba74c80 Moved language and features to theme configuration 2017-10-31 20:07:11 +01:00
squidfunk
a5d90ea2a9 Moved font theme configuration 2017-10-31 20:07:11 +01:00
squidfunk
3afe613e63 Moved palette to theme configuration 2017-10-31 20:07:11 +01:00
squidfunk
5ed16a0ae5 Added JavaScript for Ginseng.Analytics 2017-10-27 20:58:47 +02:00
greenkeeper[bot]
ac8b90503c chore(package): update yargs to version 10.0.3 2017-10-27 10:45:19 +02:00
Jonas Fonseca
85fedf287e Remove unused template code
It was introduced in 0ff0b46c7a in as an
unrelated change.
2017-10-27 08:59:53 +02:00
squidfunk
5d9c84bac4 Removed unused partial 2017-10-26 21:57:44 +02:00
squidfunk
b093490b02 Prepare 1.12.2 release 2017-10-26 21:57:44 +02:00
cxlwill
f12069ece9 Minor correction 2017-10-26 21:33:41 +02:00
cxlwill
45b0a87cb7 changle language code 2017-10-26 21:33:41 +02:00
cxlwill
b4c797358d Add Traditional Chinese translation 2017-10-26 21:33:41 +02:00
cxlwill
a7c792a51a change directory 2017-10-26 21:33:41 +02:00
cxlwill
dfc1b38c2a modify separator for tokenization 2017-10-26 21:33:41 +02:00
cxlwill
6ae4322ad0 add Simplified Chinese translation 2017-10-26 21:33:41 +02:00
Marc Vertes
56e2a2d6ec fr translation: apply in src/, not material/ 2017-10-25 11:18:17 +02:00
Marc Vertes
4fc5d952f7 Add french translation, per #509 2017-10-25 11:18:17 +02:00
Odd Christer Brovig
6ad162c6b6 Adds norwegian bokmål translation 2017-10-25 11:12:56 +02:00
markainick
73a11d399e Add italian translation 2017-10-25 11:11:48 +02:00
squidfunk
c94457aa3f Prepare 1.12.1 release 2017-10-22 22:06:55 +02:00
squidfunk
4060ad09d9 Added compatibility for mkdocs 0.17 2017-10-22 21:29:25 +02:00
squidfunk
badeb7e86f Added missing theme configuration file for mkdocs 0.17 2017-10-21 23:29:45 +02:00
squidfunk
5e7ad632de Improved downward compatibility with custom partials 2017-10-21 18:17:16 +02:00
Alicia P
9dd7aac430 adding Spanish translation 2017-10-21 17:21:00 +02:00
Martin B
c69db960b3 Added swedish translation 2017-10-20 12:07:26 +02:00
Max
ddb562f816 Added Polish translation file 2017-10-20 11:24:59 +02:00
squidfunk
52097a552a Fixed some warnings from W3C HTML validator 2017-10-20 10:26:01 +02:00
squidfunk
b8b245a1b8 Prepare 1.12.0 release 2017-10-20 09:42:43 +02:00
Jonas Fonseca
eda4ff2c14 Add Danish translation
References #509
2017-10-20 09:09:41 +02:00
Marc Vertes
43c55ad8ff Update Dockerfile 2017-10-19 22:33:22 +02:00
Marc Vertes
4b26a64f28 Docker image: add openssh and git, fix #510 2017-10-19 22:33:22 +02:00
squidfunk
0ab84b02ed Added documentation for language configuration 2017-10-19 21:11:18 +02:00
squidfunk
9f513d6411 Added support for default localization and German translations 2017-10-19 21:11:18 +02:00
squidfunk
9005ae2381 Fixed search bar alignment on big screens 2017-10-19 09:27:42 +02:00
squidfunk
9c3134750e Fixed backward compatibility for localization 2017-10-18 21:56:53 +02:00
squidfunk
c1e541b32b Added localization to clipboard 2017-10-18 20:44:15 +02:00
squidfunk
6703454356 Fixed Flow errors temporarily 2017-10-18 20:44:15 +02:00
squidfunk
00911b7350 Improved passing i18n values to JavaScript 2017-10-18 20:44:15 +02:00
squidfunk
ae0ef54212 Prepare 1.10.4 release 2017-10-18 19:46:28 +02:00
Martin Donath
657715fdde Merge pull request #501 from squidfunk/fix/scrollbar-on-short-content
Fixed vertical scrollbar on short pages
2017-10-18 19:42:25 +02:00
Martin Donath
4151875a93 Merge branch 'master' into fix/scrollbar-on-short-content 2017-10-18 19:36:42 +02:00
squidfunk
716971d13d Fixed vertical scrollbar on short pages 2017-10-18 19:35:24 +02:00
Jonas Fonseca
91aacd5493 Fix typo in site search section 2017-10-18 18:37:08 +02:00
greenkeeper[bot]
6ee58d8b15 chore(package): update flow-bin to version 0.57.1 2017-10-16 19:13:46 +02:00
Waylan Limberg
b955abab6e Removed deprecated Markdown config format in docs
* Remove deprecated Markdown config format in docs.

Support for including Markdown extension configs in the extension name has been [deprecated][1] and will not work in any future released of Python-Markdown. MkDocs has offered full support for defining extension configs [since version 0.13][2] and everyone should be using that format.

[1]: https://pythonhosted.org/Markdown/release-2.6.html#extension-configuration-as-part-of-extension-name-deprecated
[2]: http://www.mkdocs.org/about/release-notes/#other-changes-and-additions-to-version-0130

* Update codehilite Markdown config

* Update TOC Markdown configs

* Update pymdown Markdown configs
2017-10-16 19:13:05 +02:00
Jonas Fonseca
2e728cc9f6 Improve printing of code blocks
- Hide clipboard icon
 - Wrap code and hide the scrollbar
2017-10-16 07:48:49 +02:00
Jonas Fonseca
7ca03c017d Fix a typo and use question admonition 2017-10-13 16:08:40 +02:00
Lukas Geiter
253596c58d Keep search open on enter without selection 2017-10-12 17:02:54 +02:00