From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from atuin.qyliss.net (localhost [IPv6:::1]) by atuin.qyliss.net (Postfix) with ESMTP id 35CBA90BC; Mon, 08 Jun 2026 16:50:27 +0000 (UTC) Received: by atuin.qyliss.net (Postfix, from userid 993) id 2E88F909E; Mon, 08 Jun 2026 16:50:24 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-26) on atuin.qyliss.net X-Spam-Level: ** X-Spam-Status: No, score=2.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DMARC_MISSING,FROM_SUSPICIOUS_NTLD, FROM_SUSPICIOUS_NTLD_FP,SPF_HELO_NONE,T_PDS_OTHER_BAD_TLD autolearn=no autolearn_force=no version=4.0.1 Received: from mail-108-mta227.mxroute.com (mail-108-mta227.mxroute.com [136.175.108.227]) by atuin.qyliss.net (Postfix) with ESMTPS id D02F4909C for ; Mon, 08 Jun 2026 16:50:22 +0000 (UTC) Received: from filter006.mxroute.com ([136.175.111.3] filter006.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta227.mxroute.com (ZoneMTA) with ESMTPSA id 19ea824607600067f7.001 for (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Mon, 08 Jun 2026 16:50:16 +0000 X-Zone-Loop: b70ea589b094c2953911c2804ae1475f4f7f2f0f8b85 X-Originating-IP: [136.175.111.3] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gagarin.work; s=x; h=Content-Transfer-Encoding:MIME-Version:Message-ID:Date :Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=ix5ZjN04wGEyFoxfnszUDupu7pQPNCh7VECuiK/+0+g=; b=O3FGF6juymzKUxbxp+2/6mlLro MZV4B9YSXbO5Sh1IlZQxbnXByB/qqqeXW9+eG4GRvwnNWg0oFPxTbLqkfli16FZKW+SwNTZSv4uR/ hm6CBw/sg09nRH+O5sjXA6ijQC74NY+aTghoTg/0KOZmCtkd6lyb9ExMwTrDNvQKWQ8fWFpOKUx42 4tcSveJpKQJDvb+f9+AVUGHAJTgO8EuXUmHGJbSrkyWjbVjkWXUmapOF3F2QzLlvNbACsJceaJ7KV 068p+pbOOTIKIqAyqpfhOXxGxKugQDCL1fKWhve1TPUfyDYvOQKz2GC9fkBTqR7RI1eXjLkDHTDZh NAWxbRFQ==; From: Valentin Gagarin To: devel@spectrum-os.org Subject: [PATCH 0/3] Documentation: render all pages in one style Date: Mon, 8 Jun 2026 18:49:25 +0200 Message-ID: <20260608164938.290202-1-valentin@gagarin.work> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Authenticated-Id: valentin@gagarin.work Message-ID-Hash: NJM2H4DXLCXVLFBVGVJWGPJESJIOBRUF X-Message-ID-Hash: NJM2H4DXLCXVLFBVGVJWGPJESJIOBRUF X-MailFrom: valentin@gagarin.work X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; header-match-devel.spectrum-os.org-0; header-match-devel.spectrum-os.org-1; header-match-devel.spectrum-os.org-2; header-match-devel.spectrum-os.org-3; header-match-devel.spectrum-os.org-4; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Valentin Gagarin X-Mailman-Version: 3.3.10 Precedence: list List-Id: Patches and low-level development discussion Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: This is a textually large but mostly mechanical change: - Use the same stylesheet for all pages rendered with Jekyll - Render a sitemap - Render breadcrumbs on each page - Drop Just the Docs - Provide a minimal admonition style I adapted some of the page titles to read better within the sitemap and the breadcrumbs, by removing the "Spectrum " prefix. Valentin Gagarin (3): Documentation: align Jekyll page style to rest of website Documentation: drop Just the Docs Documentation: uniform navigation across all pages Documentation/Gemfile | 1 - Documentation/Gemfile.lock | 12 +--- Documentation/_config.yml | 7 --- Documentation/_includes/breadcrumb.html | 23 ++++++++ Documentation/_includes/footer_custom.html | 8 ++- Documentation/_includes/sitemap.html | 55 ++++++++++++++++++ Documentation/_includes/title.html | 13 ----- Documentation/_layouts/page.html | 28 +++++++++ Documentation/_plugins/site_title_link.rb | 10 ---- Documentation/_sass/custom/custom.scss | 43 -------------- Documentation/bibliography.html | 38 ++---------- Documentation/contributing.html | 38 ++---------- Documentation/design.html | 38 ++---------- Documentation/doc/about/architecture.adoc | 1 - Documentation/doc/about/index.adoc | 1 - Documentation/doc/about/requirements.adoc | 1 - Documentation/doc/contributing/b4.adoc | 2 - .../contributing/building-documentation.adoc | 1 - .../doc/contributing/communication.adoc | 1 - .../doc/contributing/first-patch.adoc | 2 - Documentation/doc/contributing/index.adoc | 1 - Documentation/doc/contributing/replying.adoc | 2 - .../doc/contributing/reviewing-patches.adoc | 2 - .../doc/contributing/testing-patches.adoc | 2 - .../contributing/working-with-patches.adoc | 2 - .../contributing/writing_documentation.adoc | 3 +- ...architecture-decision-record-template.adoc | 2 +- .../decisions/001-host-update-mechanism.adoc | 2 - .../doc/decisions/002-install-options.adoc | 2 - .../doc/decisions/003-partitioning.adoc | 2 - .../004-data-at-rest-encryption.adoc | 2 - .../005-virtual-machine-monitor.adoc | 2 - .../doc/decisions/006-drivers-on-host.adoc | 2 - .../decisions/007-usb-virtual-machines.adoc | 2 - ...008-inter-vm-communication-mechanisms.adoc | 2 - Documentation/doc/decisions/index.adoc | 2 - .../doc/development/build-configuration.adoc | 1 - .../doc/development/built-in-vms.adoc | 1 - Documentation/doc/development/checks.adoc | 1 - Documentation/doc/development/debugging.adoc | 1 - Documentation/doc/development/index.adoc | 1 - .../doc/development/persistent-storage.adoc | 1 - Documentation/doc/development/release.adoc | 1 - Documentation/doc/development/updates.adoc | 1 - .../doc/development/uuid-reference.adoc | 1 - Documentation/doc/index.adoc | 11 +++- .../doc/installation/binary-cache.adoc | 1 - .../doc/installation/getting-spectrum.adoc | 1 - Documentation/doc/installation/index.adoc | 1 - .../using-spectrum/creating-custom-vms.adoc | 1 - Documentation/doc/using-spectrum/index.adoc | 1 - .../doc/using-spectrum/running-vms.adoc | 1 - .../doc/using-spectrum/vm-file-access.adoc | 1 - Documentation/gemset.nix | 33 ----------- Documentation/impressum.html | 35 ++--------- Documentation/index.html | 33 ++--------- Documentation/logo/index.html | 38 ++---------- Documentation/motivation.html | 38 ++---------- Documentation/sitemap.adoc | 8 +++ .../software/cloud-hypervisor/index.html | 39 ++----------- Documentation/software/index.html | 38 ++---------- Documentation/style.css | 58 +++++++++++++++++++ 62 files changed, 234 insertions(+), 468 deletions(-) create mode 100644 Documentation/_includes/breadcrumb.html create mode 100644 Documentation/_includes/sitemap.html delete mode 100644 Documentation/_includes/title.html create mode 100644 Documentation/_layouts/page.html delete mode 100644 Documentation/_plugins/site_title_link.rb delete mode 100644 Documentation/_sass/custom/custom.scss create mode 100644 Documentation/sitemap.adoc -- 2.51.2