From 03f28f5efd434c9792c8ef4c6adc6beaa892a069 Mon Sep 17 00:00:00 2001 From: Ricardo Date: Mon, 16 Mar 2026 15:23:48 +0100 Subject: [PATCH 1/2] chore: move plans to centralized documentation-central Plans relocated to ~/code/indiekit-dev/documentation-central/plans/ Confab-Link: http://localhost:8080/sessions/d6567f44-c576-4acd-9c8c-454aa58fbde9 --- docs/plans/2026-03-06-navigation-redesign.md | 439 ----------- .../2026-03-07-design-system-compliance.md | 730 ------------------ 2 files changed, 1169 deletions(-) delete mode 100644 docs/plans/2026-03-06-navigation-redesign.md delete mode 100644 docs/plans/2026-03-07-design-system-compliance.md diff --git a/docs/plans/2026-03-06-navigation-redesign.md b/docs/plans/2026-03-06-navigation-redesign.md deleted file mode 100644 index cd2fdb8..0000000 --- a/docs/plans/2026-03-06-navigation-redesign.md +++ /dev/null @@ -1,439 +0,0 @@ -# Navigation Redesign Implementation Plan - -> **For Claude:** REQUIRED SUB-SKILL: Use superpowers:executing-plans to implement this plan task-by-task. - -**Goal:** Replace the unusable 22-item "/" dropdown with a curated header nav (Home, About, Now, Blog dropdown, Pages dropdown, Interactions, Dashboard, Search, Theme), update the footer to match the approved design, and refactor /slashes/ into a comprehensive site map covering all three page sources. - -**Architecture:** Three files change — `base.njk` (header desktop nav, mobile nav, footer), `slashes.njk` (add Site Pages section), and `tailwind.css` (no structural CSS changes needed, existing nav component styles are reused). The "/" dropdown becomes a "Pages" dropdown with 4 curated items. CV and Digest move to footer only. /slashes/ gains a hardcoded "Site Pages" section for theme .njk pages. - -**Tech Stack:** Nunjucks templates, Tailwind CSS utility classes, Alpine.js (dropdowns, auth-gated Dashboard link) - ---- - -### Task 1: Replace desktop header nav in base.njk - -**Files:** -- Modify: `_includes/layouts/base.njk:154-221` (desktop nav inside `.site-nav` and search/dashboard area) - -**Step 1: Replace the desktop nav links and dropdowns** - -Replace lines 154-221 of `base.njk` (from `