From 24799e9c49df2e64337c5822fec6f4c6bc906a12 Mon Sep 17 00:00:00 2001 From: "Quintino A. G. Souza" Date: Thu, 5 Feb 2026 08:42:19 -0300 Subject: [PATCH] Add skeleton README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..da89047 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Structural Pages - Design Document + +## Overview + +The `structural_pages` module implements a hierarchical editorial structure and contextual navigation for institutional sites in Drupal 11. The module was designed for higher education institutions but is generic enough for other institutional contexts. + +## Problem + +In Drupal, content is added in a flat manner (non-hierarchical), and menus are traditionally used to organize content into hierarchical structures. This creates user experience problems because content editors typically do not have permission to administer menus. + +## Solution + +The module implements two complementary structures: + +1. **Taxonomic Structure** (primary): Organization based on hierarchical taxonomy vocabulary +2. **Parent-Child Structure** (subsidiary): Direct hierarchy between pages for specific cases, supporting multiple entity types as parents + +See docs/DESIGN.md for details. +