Tim Vink
8029b58d3d
Add support for git creation date, see #2551
2021-04-19 10:31:49 +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