squidfunk
bdbd4af29d
Improved touch-friendliness of version selector on mobile
2021-05-30 13:31:07 +02:00
squidfunk
093c67880d
Added Mongolian translations
2021-05-30 11:52:16 +02:00
trails-game
5fbdba2b13
Updated Chinese translations ( #2711 )
...
Minor improvement on Chinese translation
2021-05-30 10:26:01 +02:00
squidfunk
409d151044
Fixed #2703 : search remains at 'Initializing search' on mobile
2021-05-27 11:36:08 +02:00
squidfunk
d6bb0b8a99
Updated dependencies
2021-05-24 15:34:23 +02:00
squidfunk
e2a1b679bf
Updated inline documentation for colors
2021-05-17 21:01:56 +02:00
squidfunk
920f11cf6e
Fixed details breaking page margins on print
2021-05-15 14:07:34 +02:00
Benjamin Staneck
44d6fb04c7
Added title to back-to-top button ( #2631 )
...
* Add title to to-top button
* Rename
2021-05-04 12:15:41 +02:00
squidfunk
2098fa42b2
Merge branch 'master' of github.com:squidfunk/mkdocs-material
2021-05-03 12:21:06 +02:00
squidfunk
0f285a1d4d
Fixed broken integration for git-revision-date-localized plugin
2021-05-03 12:21:01 +02:00
Martin Donath
c16b9a20b5
Merge pull request #2627 from Stanzilla/source-file
...
Fix source-file include
2021-05-03 12:20:21 +02:00
Tim Vink
440fc830de
Update path to source-file partial
2021-05-03 09:38:20 +02:00
Benjamin Staneck
3b6d4ac0b7
Fix source-file include
...
Fixes https://github.com/squidfunk/mkdocs-material/pull/2579#issuecomment-830806927
2021-05-02 15:32:43 +02:00
Martin Donath
1bb22efbce
Merge pull request #2579 from timvink/master
...
Add support for git creation date
2021-05-02 10:57:05 +02:00
squidfunk
6c6dd2a0db
Improved footnote styles on :target and :focus
2021-05-01 19:56:40 +02:00
Tim Vink
cee1eb465d
Add source-file.html partial and rename date based translation
2021-04-25 19:57:30 +02:00
squidfunk
319db2d57d
Fixed empty table of contents being rendered
2021-04-24 11:15:05 +02:00
squidfunk
aea41d23c9
Improved style of footnote references
2021-04-21 09:37:47 +02:00
Tim Vink
8029b58d3d
Add support for git creation date, see #2551
2021-04-19 10:31:49 +02:00
squidfunk
b3a3918419
Fixed hover color of focused button on landing page
2021-04-18 18:51:42 +02:00
squidfunk
564c1dad43
Improved focus outlines when using keyboard navigation
2021-04-18 18:42:02 +02:00
squidfunk
2e60bca665
Improved focus outline for desktop navigation
2021-04-18 15:03:54 +02:00
squidfunk
21b543a038
Fixed list overlapping floated elements
2021-04-15 21:33:00 +02:00
squidfunk
8d752312aa
Fixed table of contents breaking when class is set on h1
2021-04-15 21:21:33 +02:00
squidfunk
a9b9faa3aa
Fixed back-to-top button being clickable when hidden
2021-04-15 21:04:42 +02:00
squidfunk
094819e1e4
Fixed wrong font-family on version selector
2021-04-11 18:36:49 +02:00
squidfunk
b968bf6e8f
Formatting
2021-04-11 14:17:47 +02:00
squidfunk
8015c3991e
Fixed focus/hover hierarchy of version selector
2021-04-11 13:07:39 +02:00
squidfunk
2c973e1755
Allow to define color schemes without toggles
2021-04-10 19:36:59 +02:00
squidfunk
ff9e2841cc
Fixed visual quirk when opening language selector
2021-04-10 11:22:21 +02:00
EdouardThiel
599fdf9c5f
Updated extracopyright in footer (fixes issue 2508) ( #2509 )
...
Replace the extracopyright block,which doesnt' work, by a variable `{{ extracopyright }}` that can be set e.g from `overrides/main.html` with `{% set extracopyright %} ... {% set %}`; see issue [`#2508`](https://github.com/squidfunk/mkdocs-material/issues/2508 )
2021-04-10 11:01:22 +02:00
squidfunk
bb57ea9b2d
Fixed broken search in Safari <14
2021-04-10 10:48:04 +02:00
squidfunk
c011da1fa4
Removed display: flow-root on list elements
2021-03-29 19:21:47 +02:00
squidfunk
ca3da9e3ca
Merge of Insiders features tied to 'Black Pearl' funding goal
2021-03-29 18:46:57 +02:00
squidfunk
f43ef69ee5
Fixed inconsistent header shadow behavior
2021-03-28 12:04:59 +02:00
squidfunk
cb8d3f47e8
Added back background on inline code blocks in admonition titles
2021-03-28 11:35:44 +02:00
squidfunk
076946713c
Updated Insiders documentation
2021-03-21 17:14:32 +01:00
squidfunk
185f037fbc
Backup current changes
2021-03-21 14:04:29 +01:00
Koltai Péter
77358d73d8
Updated Hungarian translations ( #2471 )
2021-03-20 11:20:11 +01:00
Benjamin Staneck
b851237940
Fix lint ( #2460 )
...
This assertion is unnecessary since the receiver accepts the original type of the expression @typescript-eslint/no-unnecessary-type-assertion
2021-03-17 21:09:06 +01:00
squidfunk
6506a784e3
Added documentation on extra.homepage
2021-03-14 14:09:13 +01:00
squidfunk
90e9b8aeee
Documentation
2021-03-14 13:03:52 +01:00
squidfunk
c6e15970a9
Fixed margins for nested inline admonitions
2021-03-14 13:02:24 +01:00
squidfunk
0be8640aed
Updated screenshots and refactored version selector template
2021-03-14 12:17:19 +01:00
wbekerom
9fe820010e
Added trailing slash to version selector URL ( #2434 )
...
* Add trailing slash to version selector URL's
* Use template literal syntax
* Remove whitespace
2021-03-14 10:27:36 +01:00
Brennan Kinney
64349af06a
Fixed link-contained code block text color
...
Removes direct ancestor requirement, any content wrapped in an anchor tag is within the content boundaries of representing a link.
2021-03-14 10:20:28 +01:00
squidfunk
5fbcef3564
Refactored sponsorship overview into component
2021-03-13 15:53:37 +01:00
squidfunk
dbad649181
Formatting
2021-03-12 15:17:11 +01:00
squidfunk
393e05cc0a
Formatting
2021-03-12 15:15:41 +01:00
Benjamin Dobell
0a6869dcb6
Support TOC anchor targets vertical order differing from TOC order.
2021-03-13 00:48:04 +11:00
Martin Donath
781e00f78d
Merge pull request #2401 from polarathene/fix/version-selector-use-title-for-ui
...
fix(Version Selector): Current version should be consistent with drop-down listed version
2021-03-09 21:46:05 +01:00
squidfunk
5c03e8fc9b
Adjusted instant loading for new favicon link
2021-03-09 21:42:30 +01:00
Christian Oliff
68367d3e78
remove 'shortcut' from favicon meta tag
...
This isn't needed and was never part of the spec.
Great article here: https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs#did-we-forget-anyone
Also:
https://mathiasbynens.be/notes/rel-shortcut-icon
2021-03-09 20:39:29 +09:00
Brennan Kinney
48727db010
fix: Version selector should be consistent with drop-down
...
Use the presentational `title` value like the drop-down does; not the `version` value used to match the URL (version subdirectory).
2021-03-08 11:34:52 +13:00
squidfunk
47659c24d7
Renamed home component to logo
2021-03-07 19:39:03 +01:00
squidfunk
859173ef88
Fixed logo URL not being updated when using instant loading
2021-03-07 19:36:51 +01:00
squidfunk
5037094b12
Fixed problems with mike when logo points to site_url
2021-03-07 19:23:24 +01:00
squidfunk
b6779114b0
Fixed evaluation of third-party scripts when using instant loading
2021-03-07 19:04:17 +01:00
squidfunk
66a6713523
Fixed instant loading when used with use_directory_urls: false
2021-03-07 18:44:43 +01:00
squidfunk
1d790c9000
Fixed instant loading when used with use_directory_urls: false
2021-03-07 18:14:33 +01:00
squidfunk
d17c488b49
Fixed regression with header title not being updated correctly
2021-03-07 17:54:43 +01:00
squidfunk
526fbed394
Fixed version selection when using instant loading
2021-03-07 17:12:43 +01:00
squidfunk
f9cfd87708
Formatting
2021-03-07 15:40:20 +01:00
Jeremy Maitin-Shepard
3ee51acca2
Fix instant navigation when clicking on the logo button and logo is svg
2021-03-05 17:19:25 -08:00
squidfunk
5d0cae7ca6
Fixed expanded sections not opening on first click (mobile)
2021-03-05 18:58:12 +01:00
squidfunk
99aa411d6b
Documentation
2021-03-05 10:36:46 +01:00
Martin Donath
1e9746b841
Merge pull request #2362 from seandstewart/add-extracopy-footer
...
Add `extracopyright` block to footer.html
2021-03-04 18:40:24 +01:00
squidfunk
5a510cedb3
Fixed search index being loaded when search is disabled
2021-03-04 18:28:34 +01:00
squidfunk
f05c34e30d
Fixed expanded sections not collapsing on first click
2021-03-04 18:18:56 +01:00
squidfunk
f87e32debe
Added Islandic translations
2021-03-04 18:05:37 +01:00
squidfunk
eb35ab949c
Fixed localsearch integration
2021-03-01 20:08:59 +01:00
Sean Stewart
63015faf52
Add extracopyright
block to footer.html
2021-03-01 08:00:20 -05:00
squidfunk
71926399c4
Improved example admonition styles for dark backgrounds
2021-02-28 08:37:31 +01:00
squidfunk
dd3a4788cb
Formatting
2021-02-25 17:51:38 +01:00
squidfunk
7d5a463c60
Formatting
2021-02-25 17:29:11 +01:00
squidfunk
f40112e4c5
Fixed invalid version selector URL
2021-02-25 16:28:53 +01:00
squidfunk
d6317dc514
Formatting + moved search index fetching to top level
2021-02-24 18:02:09 +01:00
squidfunk
cb723d4bef
Improved focus outlines for icons
2021-02-24 11:35:45 +01:00
squidfunk
1864463e5c
Fixed double triggering of analytics events
2021-02-24 10:12:40 +01:00
squidfunk
a17b6375f0
Fixed image alignment and details inline positioning
2021-02-24 10:04:42 +01:00
squidfunk
0b2e14056a
Renamed internal icon reference for language selector
2021-02-23 10:34:01 +01:00
squidfunk
20f7440280
Prepare 7.0.0 release
2021-02-22 23:05:09 +01:00
squidfunk
f27eb1ee07
Fixed search not closing after navigation
2021-02-22 22:32:00 +01:00
squidfunk
ece3253d4f
Added back scroll locking
2021-02-22 22:27:30 +01:00
squidfunk
de49689f99
Fixed linter errors
2021-02-22 21:06:21 +01:00
squidfunk
4bd9fba470
Added support for version selector
2021-02-22 21:01:04 +01:00
squidfunk
99cc2e201b
Added support for language selector
2021-02-22 20:08:49 +01:00
squidfunk
9591265939
Added support for inline admonitions
2021-02-22 18:54:36 +01:00
squidfunk
3039e4150c
Merge branch 'master' into refactor/webpack
2021-02-22 18:29:14 +01:00
squidfunk
b97b747150
Finished migration to custom build
2021-02-22 18:19:00 +01:00
squidfunk
eb819535f6
Added asset manifest generation
2021-02-21 17:35:11 +01:00
squidfunk
4d462c1667
Added back SVG optimization
2021-02-21 14:34:17 +01:00
squidfunk
4957bb467d
Fixed visibility of exports
2021-02-21 11:59:38 +01:00
squidfunk
b65c40308d
Implemented SCSS compilation
2021-02-20 18:03:53 +01:00
Davor Cubranic
15320613d3
Call code font "monospace" instead of "proportional" in SCSS, too.
2021-02-19 06:02:50 -08:00
squidfunk
88fed997f5
Prototyped non-Webpack build
2021-02-18 22:18:45 +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
8de8da222f
Added logging of icon searches
2021-02-15 17:17:11 +01:00