From 4b3128f95ce88b14f15ffb98d4fc35c9925f1ff6 Mon Sep 17 00:00:00 2001 From: tfilteredc <132796135+tfilteredc@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:50:22 +0100 Subject: [PATCH] Add docs in progress warning --- docs/assets/overrides/home.html | 2 +- docs/assets/overrides/main.html | 13 +++++++++++++ docs/assets/stylesheet/home.css | 4 ++-- docs/index.md | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 docs/assets/overrides/main.html diff --git a/docs/assets/overrides/home.html b/docs/assets/overrides/home.html index a3d3171..1cbe512 100644 --- a/docs/assets/overrides/home.html +++ b/docs/assets/overrides/home.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "main.html" %} {% block content %} {{ super() }} diff --git a/docs/assets/overrides/main.html b/docs/assets/overrides/main.html new file mode 100644 index 0000000..2e8868b --- /dev/null +++ b/docs/assets/overrides/main.html @@ -0,0 +1,13 @@ +{% extends "base.html" %} + +{% block announce %} + + +

These docs are currently work in progress

+{% endblock %} \ No newline at end of file diff --git a/docs/assets/stylesheet/home.css b/docs/assets/stylesheet/home.css index 0119464..6088008 100644 --- a/docs/assets/stylesheet/home.css +++ b/docs/assets/stylesheet/home.css @@ -3,7 +3,7 @@ margin-left: 0; margin-right: 0; margin-top: 0; - --distance-to-top-of-page: 4.8rem; + --distance-to-top-of-page: 7.2rem; } [data-md-color-scheme="slate"] { @@ -17,7 +17,7 @@ @media screen and (max-width: 76.25rem) { .md-content { - --distance-to-top-of-page: 2.4rem; + --distance-to-top-of-page: 4.8rem; } } diff --git a/docs/index.md b/docs/index.md index 2c2f870..7856205 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,7 +11,7 @@
-

Catwork

+

Catwork :cat2:

The cat framework, written by cats, for cats!

Catwork is a tiny, ergonomic, declarative framework for creating runtime code.