1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-14 19:07:41 +01:00
Commit Graph

3087 Commits

Author SHA1 Message Date
squidfunk
9591265939 Added support for inline admonitions 2021-02-22 18:54:36 +01:00
squidfunk
4ca3fa5668 Added distribution files 2021-02-22 18:36:27 +01:00
squidfunk
8af1348db9 Fixed lock file 2021-02-22 18:34:21 +01:00
Martin Donath
51fdbdecc2
Merge pull request #2308 from squidfunk/refactor/webpack
Prototype non-Webpack build
2021-02-22 18:31:49 +01:00
squidfunk
3039e4150c Merge branch 'master' into refactor/webpack 2021-02-22 18:29:14 +01:00
squidfunk
0bbe0f2f4f Switched to Node 14 2021-02-22 18:25:12 +01:00
squidfunk
3f8475aad1 Moved build scripts to subfolder 2021-02-22 18:23:33 +01:00
squidfunk
b97b747150 Finished migration to custom build 2021-02-22 18:19:00 +01:00
dependabot-preview[bot]
a27e9cbb98 Bump sass from 1.32.7 to 1.32.8
Bumps [sass](https://github.com/sass/dart-sass) from 1.32.7 to 1.32.8.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.32.7...1.32.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-22 05:34:22 +00:00
dependabot-preview[bot]
9ea27a7d91 Bump @typescript-eslint/parser from 4.15.0 to 4.15.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.15.0 to 4.15.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.15.1/packages/parser)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-22 05:28:44 +00:00
dependabot-preview[bot]
474e9683ff Bump stylelint from 13.10.0 to 13.11.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.10.0 to 13.11.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.10.0...13.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-22 05:28:27 +00:00
dependabot-preview[bot]
037d91fdb3 Bump @types/node from 14.14.28 to 14.14.31
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.28 to 14.14.31.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-22 05:25:09 +00:00
dependabot-preview[bot]
9cb0fa3ca2 Bump mini-css-extract-plugin from 1.3.6 to 1.3.8
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.3.6 to 1.3.8.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v1.3.6...v1.3.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-22 05:25:04 +00:00
dependabot-preview[bot]
38d856a31c Bump eslint-plugin-jsdoc from 32.0.0 to 32.1.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 32.0.0 to 32.1.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v32.0.0...v32.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-22 05:24:56 +00:00
dependabot-preview[bot]
21deb3fd36 Bump @typescript-eslint/eslint-plugin from 4.15.0 to 4.15.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.15.0 to 4.15.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.15.1/packages/eslint-plugin)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-22 05:24:10 +00:00
squidfunk
eb819535f6 Added asset manifest generation 2021-02-21 17:35:11 +01:00
squidfunk
029e5d80d0 Added chunk hashes in optimized builds 2021-02-21 14:58:26 +01:00
squidfunk
4d462c1667 Added back SVG optimization 2021-02-21 14:34:17 +01:00
squidfunk
45cfb1024e Added minification and fixed race conditions 2021-02-21 12:39:12 +01:00
squidfunk
4957bb467d Fixed visibility of exports 2021-02-21 11:59:38 +01:00
squidfunk
a2d9eb7aee Implemented TS compilation 2021-02-20 18:46:28 +01:00
squidfunk
b65c40308d Implemented SCSS compilation 2021-02-20 18:03:53 +01:00
Martin Donath
5ed66b8e0c
Fixed documentation on fonts
Call code font "monospace" instead of "proportional"
2021-02-19 16:24:00 +01:00
Davor Cubranic
15320613d3 Call code font "monospace" instead of "proportional" in SCSS, too. 2021-02-19 06:02:50 -08:00
Davor Cubranic
305c5e810f
Call code font "monospace" instead of "proportional"
Implements the conclusion reached in #2309.
2021-02-19 05:57:40 -08:00
squidfunk
88fed997f5 Prototyped non-Webpack build 2021-02-18 22:18:45 +01:00
squidfunk
0d6d742414 Fixed license after disabling Snippets extension 2021-02-18 12:22:51 +01:00
squidfunk
f154dcef80 Removed unnnessary share operator 2021-02-16 18:23:57 +01:00
squidfunk
ad27da16dc Fixed code blocks not selectable via keyboard after content tabs switch 2021-02-15 18:23:39 +01:00
squidfunk
c5cbbd9ad8 Fixed dark mode for icon search 2021-02-15 17:48:01 +01:00
squidfunk
77b7858081 Updated README 2021-02-15 17:31:32 +01:00
squidfunk
8de8da222f Added logging of icon searches 2021-02-15 17:17:11 +01:00
squidfunk
6ad24784cc Updated icon documentation 2021-02-15 17:05:29 +01:00
squidfunk
51f6cfece4 Refactored icon search integration 2021-02-15 16:58:04 +01:00
squidfunk
f4508868e2 Updated logo 2021-02-15 16:34:19 +01:00
squidfunk
4273f3dce8 Updated logo 2021-02-15 16:25:09 +01:00
squidfunk
356cde2ad8 Added emoji index to icon search 2021-02-15 15:57:44 +01:00
squidfunk
a776d0018f Updated README 2021-02-15 14:28:58 +01:00
squidfunk
c13df97654 Tweaked animations 2021-02-15 14:03:15 +01:00
squidfunk
1728fceb8a Updated logo 2021-02-15 12:43:41 +01:00
squidfunk
b216aa7f1c Updated logo 2021-02-15 12:38:53 +01:00
squidfunk
94bd6da19b Updated logo 2021-02-15 12:07:51 +01:00
squidfunk
12cbed6595 Updated logo 2021-02-15 11:45:02 +01:00
squidfunk
bbddf56a73 Updated logo 2021-02-15 11:23:35 +01:00
squidfunk
bfddebba3e Test SVG logo in README 2021-02-15 11:05:24 +01:00
squidfunk
5e32842a48 Merge branch 'master' of github.com:squidfunk/mkdocs-material 2021-02-15 11:03:27 +01:00
squidfunk
e17f58d614 Test SVG logo in README 2021-02-15 11:03:17 +01:00
dependabot-preview[bot]
01fd9a8071 Bump eslint-plugin-jsdoc from 31.6.1 to 32.0.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 31.6.1 to 32.0.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v31.6.1...v32.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-15 05:34:25 +00:00
dependabot-preview[bot]
06ce92f906 Bump stylelint-scss from 3.18.0 to 3.19.0
Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.18.0 to 3.19.0.
- [Release notes](https://github.com/kristerkari/stylelint-scss/releases)
- [Changelog](https://github.com/kristerkari/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kristerkari/stylelint-scss/compare/3.18.0...3.19.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-15 05:33:24 +00:00
dependabot-preview[bot]
67a812e0b8 Bump @types/node from 14.14.27 to 14.14.28
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.27 to 14.14.28.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-15 05:31:12 +00:00