From 9c5abe1a7cf6e43350b5356faf108d788136aeb8 Mon Sep 17 00:00:00 2001 From: Sayak Mukhopadhyay Date: Sun, 28 Dec 2025 20:27:19 +0530 Subject: [PATCH 1/2] feat: align docs layout to Docsy --- layouts/_default/search.html | 5 +- layouts/docs/baseof.html | 73 +++++++++++++-------------- layouts/docs/content.html | 25 +++++++++ layouts/docs/list.html | 66 +++++++++--------------- layouts/docs/single.html | 12 ----- layouts/partials/page-meta-links.html | 70 +++++++++++++++---------- layouts/partials/scripts.html | 1 - layouts/partials/search-input.html | 6 +-- layouts/partials/toc.html | 8 --- 9 files changed, 128 insertions(+), 138 deletions(-) create mode 100644 layouts/docs/content.html delete mode 100644 layouts/docs/single.html delete mode 100644 layouts/partials/toc.html diff --git a/layouts/_default/search.html b/layouts/_default/search.html index 65e87a22736..6111a6d8bf3 100644 --- a/layouts/_default/search.html +++ b/layouts/_default/search.html @@ -1,7 +1,4 @@ -{{/* -Copied from Docsy with the addition of the search-input and the customSearch block. -Revisit this if / when either of https://github.com/google/docsy/issues/2194 and https://github.com/google/docsy/pull/1512 are closed -*/}} +{{/* Copied from Docsy with the addition of the search-input and the customSearch block. */}} {{ define "main" }}