// discipline-pages.jsx — The four Knowledge Governance discipline pages on one shared skeleton. // Per Minerva Discipline Pages Build Spec v1.1. Disciplines are the practice axis. // Blocks: A Hero · B Thesis · C How it helps operations · D Capability rows · // E The Knowledge Pyramid (owned by KM; referenced by the others) · // F Frontier hand-off · G Closing band. // Knowledge Management owns the full pyramid; Visualization/Digitalization show it with // their own caption; Risk Management references it and links back. // Global rules: no em-dashes, American spelling, no services/consulting language, // compliant describes the discipline, human in command. NavBar + Footer from SiteChrome.jsx. const KG_HOME = '/knowledge-governance/'; const KM_PAGE = '/knowledge-management/'; const PHOTO = (f) => `assets/discipline-photos/${f}`; // Lucide icon paths for the four discipline marks. const DISC_ICONS = { eye: ['M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z', 'M12 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z'], database: ['M12 2c-4.97 0-9 1.34-9 3v14c0 1.66 4.03 3 9 3s9-1.34 9-3V5c0-1.66-4.03-3-9-3Z', 'M3 5c0 1.66 4.03 3 9 3s9-1.34 9-3', 'M3 12c0 1.66 4.03 3 9 3s9-1.34 9-3'], layers: ['M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83Z', 'M2 17.65l9.17 4.16a2 2 0 0 0 1.66 0L22 17.65', 'M2 12.65l9.17 4.16a2 2 0 0 0 1.66 0L22 12.65'], shield: ['M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1Z', 'M9 12l2 2 4-4'], }; function DiscIcon({name, color}) { return ( ); } function MinervaWayStrip({onDark}) { return (
{d.tagline}
{String(p).split('\n').map((seg,si,arr)=> si
{d.help.intro}
{String(row.body).split('\n').map((seg,si,arr)=> si
{String(cur.body).split('\n').map((seg,si,arr)=> si
{ci.caption}
}{p.caption}
: null}{p.caption}
{p.mode !== 'own' && ( )}{String(d.handoff.body).split('\n').map((seg,si,arr)=> si