aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-04-09 21:57:42 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-04-10 02:18:42 +0200
commit9a351b938dba27aaf01d4f6c6bca9afb7c54a54f (patch)
treecf786730d4fcca8b527098677bf578afad01be1a /subprojects
parentfix(build): assembleFrontend task enableIf (diff)
downloadrefinery-9a351b938dba27aaf01d4f6c6bca9afb7c54a54f.tar.gz
refinery-9a351b938dba27aaf01d4f6c6bca9afb7c54a54f.tar.zst
refinery-9a351b938dba27aaf01d4f6c6bca9afb7c54a54f.zip
docs: under construction
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/docs/src/css/custom.css4
-rw-r--r--subprojects/docs/src/docs-api/index.md6
-rw-r--r--subprojects/docs/src/docs/language/classes.md6
3 files changed, 16 insertions, 0 deletions
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 {
121 --ifm-footer-link-color: var(--ifm-color-content-secondary) !important; 121 --ifm-footer-link-color: var(--ifm-color-content-secondary) !important;
122 box-shadow: 0 -1px var(--refinery-outer-border-color); 122 box-shadow: 0 -1px var(--refinery-outer-border-color);
123} 123}
124
125.hero__title {
126 font-weight: 800;
127}
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
5--- 5---
6 6
7# Programming guide 7# Programming guide
8
9:::warning
10
11Under construction
12
13:::
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
6--- 6---
7 7
8# Classes and references 8# Classes and references
9
10:::warning
11
12Under construction
13
14:::