mirror of
https://github.com/logos-co/logos-web.git
synced 2026-08-27 12:11:14 +00:00
Port the 16-chapter Logos Field Guide from the standalone reference site into logos.co as content-driven pages, discoverable from the footer and the global nav. - content/field-guide/en: manifest (TOC) + chapter Markdown bodies - @repo/content: fieldGuide schema + loaders, readText fs helper - /field-guide index + /field-guide/[slug] routes (static export) - FieldGuideShell (sidebar, pager, keyboard nav) + FieldGuideContent (react-markdown to design tokens); light theme, site header retained - Footer "Brand Guidelines" group and nav Explore > Resources links - sitemap, routes constant, i18n metadata, loader/integrity tests Closes #65