RAG Optimization, step 1 (#132)
* RAG Optimization, step 1 YAML Frontmatter (Invisible to Visitors) Adding YAML frontmatter to the very first lines of each .mdx file. This metadata is: ✅ Read by search engines, crawlers, and RAG embedding systems ✅ Available to the Nextra framework for SEO <meta> tags ❌ Never rendered on the page — completely invisible to human visitors * RAG Optimization, step 2 RAG Optimization, step 2 Create /docs/faq.md Create /docs/glossary.md * remove macos-specific DS_Store files. * Move glossary and faq under 'appendix' + review and complete glossary. * Delete src/pages/.DS_Store * Apply suggestions from code review --------- Co-authored-by: KtorZ <[email protected]> Co-authored-by: Matthias Benkort <[email protected]>