diff --git a/public/js/docs-app.js b/public/js/docs-app.js index de2c76c9..a28dc71d 100644 --- a/public/js/docs-app.js +++ b/public/js/docs-app.js @@ -29,7 +29,7 @@ const CATEGORIES = { bgColor: 'bg-green-50', borderColor: 'border-l-4 border-green-500', textColor: 'text-green-700', - collapsed: false + collapsed: true }, 'research-theory': { label: '🔬 Theory & Research', diff --git a/scripts/migrate-doc-categories.js b/scripts/migrate-doc-categories.js index 0def6367..b00f07c6 100755 --- a/scripts/migrate-doc-categories.js +++ b/scripts/migrate-doc-categories.js @@ -22,7 +22,6 @@ const slugToCategory = { // Getting Started 'introduction-to-the-tractatus-framework': 'getting-started', 'core-concepts-of-the-tractatus-framework': 'getting-started', - 'value-pluralism-faq': 'getting-started', // Technical Reference 'api-reference-complete': 'technical-reference', @@ -45,6 +44,7 @@ const slugToCategory = { 'architectural-overview-and-research-status': 'research-theory', // Advanced Topics + 'value-pluralism-faq': 'advanced-topics', 'pluralistic-values-research-foundations': 'advanced-topics', 'pluralistic-values-deliberation-plan-v2': 'advanced-topics', 'research-scope-feasibility-of-llm-integrated-tractatus-framework': 'advanced-topics',