Commit Graph

18 Commits

Author SHA1 Message Date
80ddd27307
fix: adjust default color scheme to fix some contrast issues (#610)
BREAKING CHANGE: This change has adjusted the default color scheme and brand icon. There is no real functional break, but since the look and feel has changed, you might consider this as such.
2023-04-19 16:28:08 +02:00
b00dedf757
chore: replace size values by vars (#585) 2023-02-16 10:43:22 +01:00
fb905bd6c1
feat: add optional page description to search (#550)
Add optional page description to the search result list. The feature can be enabled by `geekdocSearchShowDescription=true` and is disabled by default. The max length of the description is set to `55` and will be truncated automatically if the limit is exceeded.
2022-12-07 08:57:41 +01:00
f6966b8513
feat: add optional hint/admonition icons (#383)
BREAKING CHANGE: The types of the `hint` short code have been renamed to `[note|tip|important|caution|warning]` the old types `[info|ok|warning|danger]` are still working, but should be considered as deprecated.

BREAKING CHANGE: The `hint` short code is using named arguments now. You have to change, e.g. `{{< hint warning >}}` to `{{< hint type=warning >}}`.
2022-04-23 15:14:42 +02:00
fbff9470b0
fix: fix asciidoc sdmonitions formatting (#380) 2022-04-18 21:45:38 +02:00
5c22ce57dc
feat: add multilingual mode support (#241)
BREAKING CHANGE:  Layout file renamed ´layouts/partials/page-footer.html → layouts/partials/menu-nextprev.html`. If you use overrides, you might need to change the filenames as well.
2022-01-23 13:21:44 +01:00
6e7c01e04f
cleanup formatting and docs (#247) 2021-11-24 09:10:26 +01:00
9682ef999b
fix: adjust colors to improve accessibility (#159) 2021-07-05 08:42:48 +02:00
021eaf7ab6
feat: add sizes 'regular' and 'large' to button shortcode (#135) 2021-05-21 15:51:19 +02:00
cc10b9d80a
chore: normalize font-size vars (#134) 2021-05-21 13:31:19 +02:00
59be9a504f
Dark mode (#66) 2021-04-27 23:44:35 +02:00
a8af7c3791
fix: switch back to pixel based border sizes 2021-02-21 22:34:34 +01:00
7d028ddc71
chore: normalize sass default vars 2021-02-21 14:44:44 +01:00
7d1739ef7d
fix: set line-height in normalized h1 to avoid overlapping (#58) 2021-02-07 14:14:04 +01:00
f11fb7d21b
prepare release 2020-12-22 13:45:25 +01:00
a81f858848
setup prettier 2020-09-10 22:23:24 +02:00
f84375f21c
remove left anchor option and adjust spacing 2020-09-07 21:51:04 +02:00
b710cfda80 initial commit 2020-01-12 15:33:02 +01:00