From 57012678d4e9ce2a44a5c0010cb87235b17900c3 Mon Sep 17 00:00:00 2001 From: sykp241095 Date: Thu, 30 May 2024 12:44:24 +0800 Subject: [PATCH] docs: hide unused docs --- www/pages/_meta.json | 3 ++- www/pages/docs/_meta.json | 26 ++++++++++++++++++++------ 2 files changed, 22 insertions(+), 7 deletions(-) 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" }