Commit Graph

86 Commits

Author SHA1 Message Date
squidfunk f90644dac5 Integrated with mkdocs-material-extensions 2020-04-12 19:58:22 +02:00
squidfunk cb99a22fdf Reverted emoji.py integration to be moved out to separate package 2020-04-08 17:40:36 +02:00
squidfunk dda04673e8 Documentation 2020-04-08 16:06:41 +02:00
Isaac Muse 89b474bf33
Added emoji icon integration (#1575)
* Add emoji icons

* Generate new build and ensure build is sane on WSL (windows)

Normalize line endings to ensure when building in Windows Subsystem
for Linux that the results are sane.
Build new JS and CSS.

* Attempt to fix netlify issue
2020-04-08 16:00:20 +02:00
squidfunk 05114b9f2a Added main template override for official docs 2020-03-26 11:19:20 +01:00
squidfunk b0c2c4390a Documentation 2020-03-20 16:47:47 +01:00
squidfunk 33645320c2 Corrected Admonition docs 2020-03-18 12:50:22 +01:00
squidfunk b9fd6086a5 Fixed showing of wrong version in deployment preview 2020-03-15 13:55:06 +01:00
squidfunk 77987485af Prepare 5.0.0rc1 release 2020-03-10 17:37:51 +01:00
squidfunk acfe5102d2 Reworked plugin documentation 2020-03-09 23:12:10 +01:00
squidfunk 58b00d448a Reworked search plugin documentation 2020-03-09 22:29:01 +01:00
squidfunk 11901049bc Reworked extension documentation 2020-03-09 19:03:48 +01:00
squidfunk 11d1b839a1 Refactored Material icon integration - bye bye webfonts 2020-02-24 18:07:50 +01:00
Isaac Muse a348663566
Added support for pymdownx.tabbed via pymdown-extensions 7.0b1 (#1459)
* Add support pymdownx.tabbed via pymdown-extensions 7.0b1

* Rebuild theme

* Use :only-child
2020-02-14 08:16:04 +01:00
squidfunk 41dc846753 Merge branch 'master' into refactor/rxjs-typescript 2020-02-10 12:34:58 +01:00
Martin B c44ea77172 Separated plugin documentation from extensions (#1390)
* Create minify-html.md

* Rename docs/minify-html.md to docs/plugins/minify-html.md

* Create search.md

* Update and rename docs/extensions/revision-date.md to docs/plugins/revision-date.md

* Update getting-started.md

* Update mkdocs.yml
2019-12-18 17:13:17 +01:00
Christian Oliff 993c728352 Fixed typo in documentation (#1382) 2019-12-12 08:20:17 +01:00
Christian Oliff fe7bfa2173 Fixed URL on revision-date.md (#1381)
Currently the first link doesn’t work because they are both referencing [1]
2019-12-12 07:39:24 +01:00
squidfunk ae61f6c6f8 Merge branch 'master' of github.com:squidfunk/mkdocs-material 2019-12-11 17:51:26 +01:00
squidfunk afe1d65b15 Updated built files and fixed revision date integration 2019-12-11 17:47:48 +01:00
Tim Vink faccab4c85 Updated installation instructions for revision date plugin (#1378) 2019-12-11 17:18:17 +01:00
Tim Vink f08f2fbf65 Added support for mkdocs-git-revision-date-localized-plugin (#1373)
* #1350 update base template to include git revision date

* #1350 add localized revision date

* #1350 support for v0.3 of mkdocs-git-revision-date-localized-plugin

* #1350 add translations for source.revision.date
2019-12-11 10:46:03 +01:00
Christian Oliff d135a4e790 Fixed HTTPS for some links (#1355) 2019-11-29 16:52:19 +01:00
Christian Oliff cb71154791 Fixed HTTPS for some links (#1354) 2019-11-29 16:52:08 +01:00
Isaac Muse 401dfd9e20 Switched to Twemoji due to license issues (#1338) 2019-11-16 20:47:02 +01:00
Christian Oliff b96f71cdb1 Fixed EmojiOne URL to prevent a HTTP redirect (#1330)
EmojiOne is now JoyPixels
https://blog.joypixels.com/emojione-is-now-joypixels/
2019-11-06 17:50:52 +01:00
Jakob Fix f905931608 Fixed typo in documentation (#1144) 2019-06-23 18:20:43 +02:00
0xflotus 367fef75b2 Fixed some typos in documentation
* Update customization.md

* Update pymdown.md
2019-05-10 17:14:55 +02:00
squidfunk c3ec0b956e Adjusted documentation for redirects 2018-12-28 15:11:54 +01:00
Kilian Cavalotti 0c17ca3a52 add support for redirects via metadata extension 2018-10-17 14:53:48 -07:00
squidfunk 7d958b16bb Updated documentation 2018-06-10 18:13:39 +02:00
squidfunk 05e4d17cbf Added support for code tabs 2018-06-10 18:11:36 +02:00
squidfunk 55aa14014b Added documentation on GDPR compliance 2018-06-10 18:06:45 +02:00
squidfunk 969a0d4bbc Fixed links to Python Markdown documentation 2018-02-22 19:26:35 +01:00
squidfunk 7cf7ff98a2 Added documentation for Disqus overrides 2018-02-11 20:01:00 +01:00
squidfunk 0edbfdc8aa Added translations for skip-to-content link 2018-01-20 12:16:59 +01:00
squidfunk b6fc85f68a Added German translation for skip link 2018-01-18 22:36:23 +01:00
squidfunk b10e058906 Prepare 2.3.0 release 2018-01-09 22:56:48 +01:00
squidfunk d492e613a1 Removed test admonition 2017-12-02 15:06:33 +01:00
squidfunk e81054ceb6 Fixed minor styling error with title-only admonition blocks 2017-12-02 15:01:52 +01:00
Martin Donath f033fd5437
Added support for hero text 2017-11-22 00:13:56 +01:00
squidfunk a0308b0dce Fixed meta source only rendering first character 2017-11-01 15:26:13 +01: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
squidfunk 1e5611f1e8 Added polyfill for details and adjusted social footer 2017-08-29 21:17:16 +07:00
squidfunk cf78aa3a9a Added new admonition classes and finished details 2017-08-29 18:46:07 +07:00
squidfunk 4d4c76c979 Added basic implementation for details 2017-08-29 13:17:26 +07:00
squidfunk 35dbc1c0bb Refactored Admonition styles 2017-08-26 18:36:49 +07:00
Bastien Guyl 77e1a8031c Update EmojiOne demo url
The link http://emojione.com/demo does not exist anymore and it is replace by https://emoji.codes/
2017-07-21 14:08:41 +02:00
facelessuser 00ba4be6aa Update MathJax CDN
Fixes #317
2017-05-11 11:35:43 +02:00
squidfunk 59b2ae1a9d Smaller tweaks on documentation 2017-03-11 18:40:44 +01:00