From 9a351b938dba27aaf01d4f6c6bca9afb7c54a54f Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Tue, 9 Apr 2024 21:57:42 +0200 Subject: docs: under construction --- subprojects/docs/src/css/custom.css | 4 ++++ subprojects/docs/src/docs-api/index.md | 6 ++++++ subprojects/docs/src/docs/language/classes.md | 6 ++++++ 3 files changed, 16 insertions(+) (limited to 'subprojects/docs') diff --git a/subprojects/docs/src/css/custom.css b/subprojects/docs/src/css/custom.css index ef02b0c2..f9c14bc4 100644 --- a/subprojects/docs/src/css/custom.css +++ b/subprojects/docs/src/css/custom.css @@ -121,3 +121,7 @@ code { --ifm-footer-link-color: var(--ifm-color-content-secondary) !important; box-shadow: 0 -1px var(--refinery-outer-border-color); } + +.hero__title { + font-weight: 800; +} diff --git a/subprojects/docs/src/docs-api/index.md b/subprojects/docs/src/docs-api/index.md index e87407b4..4537889e 100644 --- a/subprojects/docs/src/docs-api/index.md +++ b/subprojects/docs/src/docs-api/index.md @@ -5,3 +5,9 @@ sidebar_position: 0 --- # Programming guide + +:::warning + +Under construction + +::: diff --git a/subprojects/docs/src/docs/language/classes.md b/subprojects/docs/src/docs/language/classes.md index aa569870..7278dc35 100644 --- a/subprojects/docs/src/docs/language/classes.md +++ b/subprojects/docs/src/docs/language/classes.md @@ -6,3 +6,9 @@ sidebar_position: 0 --- # Classes and references + +:::warning + +Under construction + +::: -- cgit v1.2.3-70-g09d2