From bd65f02acbd18532342f18e65e86edd1a2062e1c Mon Sep 17 00:00:00 2001 From: Shulhan Date: Fri, 23 Jan 2026 19:26:29 +0700 Subject: all: move _example/ directory under _doc/ directory This allow us to inspect the example using the serve-doc task, along with the content of _doc/. --- _doc/example/sub/custom.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 _doc/example/sub/custom.css (limited to '_doc/example/sub/custom.css') diff --git a/_doc/example/sub/custom.css b/_doc/example/sub/custom.css new file mode 100644 index 0000000..c113fea --- /dev/null +++ b/_doc/example/sub/custom.css @@ -0,0 +1,6 @@ +/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* SPDX-FileCopyrightText: 2020 Shulhan */ + +h1 { + color: sienna; +} -- cgit v1.3