From 68730f4f6a6990c6268c823debc1e51b17d4b0d0 Mon Sep 17 00:00:00 2001 From: Linghua Jin Date: Sat, 8 Mar 2025 12:39:09 -0800 Subject: [PATCH 1/2] Add github to doc navbar --- docs/docusaurus.config.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index f9dcbe41d..ec0768e04 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -75,8 +75,13 @@ const config: Config = { target: '_self' // This makes the logo click follow the link in the same window }, items: [ - { to: '/docs/', label: 'Documentation', position: 'right', target: '_self' }, - { to: 'https://cocoindex.io/blogs/', label: 'Blog', position: 'right', target: '_self' }, + { to: '/docs/', label: 'Documentation', position: 'left', target: '_self' }, + { to: 'https://cocoindex.io/blogs/', label: 'Blog', position: 'left', target: '_self' }, + { + href: 'https://github.com/cocoindex-io/cocoindex', + label: 'GitHub', + position: 'right', + }, ], }, footer: { From ad05e9dbdbe38fcf92baf665458822640bd507e5 Mon Sep 17 00:00:00 2001 From: Linghua Jin Date: Sat, 8 Mar 2025 21:49:48 -0800 Subject: [PATCH 2/2] Don't autoplay the quick start video --- docs/docs/getting_started/quickstart.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/docs/getting_started/quickstart.md b/docs/docs/getting_started/quickstart.md index c7b4b25f7..2557d47a4 100644 --- a/docs/docs/getting_started/quickstart.md +++ b/docs/docs/getting_started/quickstart.md @@ -12,8 +12,7 @@ This guide will help you get up and running with CocoIndex in just a few minutes * Perform basic chunking and embedding * loads the data into a vector store (PG Vector) - - + ## Prerequisite: Install CocoIndex environment