diff --git a/www/pages/_meta.json b/www/pages/_meta.json index 3e482e3d..475fe117 100644 --- a/www/pages/_meta.json +++ b/www/pages/_meta.json @@ -12,7 +12,8 @@ "title": "Blog", "theme": { "typesetting": "article" - } + }, + "display": "hidden" }, "demo": { "type": "page", diff --git a/www/pages/docs/_meta.json b/www/pages/docs/_meta.json index a315721c..0554ce88 100644 --- a/www/pages/docs/_meta.json +++ b/www/pages/docs/_meta.json @@ -4,20 +4,34 @@ "title": "Getting Started" }, "index": "Introduction", - "how-to-read-these-docs": "How to read these docs", + "how-to-read-these-docs": { + "title": "How to read these docs", + "display": "hidden" + }, "changelog": "Changelog", "faq": "FAQ", "-- Deploy This RAG": { "type": "separator", - "title": "Deploy this RAG" + "title": "Deploy this RAG", + "display": "hidden" + }, + "deploy-with-docker": { + "title": "Deploy with Docker", + "display": "hidden" + }, + "deploy-to-vercel": { + "title": "Deploy to Vercel", + "display": "hidden" }, - "deploy-with-docker": "Deploy with Docker", - "deploy-to-vercel": "Deploy to Vercel", "-- Usage": { "type": "separator", - "title": "Usage" + "title": "Usage", + "display": "hidden" + }, + "javascript": { + "title": "Embedable JS Code Snippet", + "display": "hidden" }, - "javascript": "Embedable JS Code Snippet", "README": { "display": "hidden" }