diff --git a/apps/website/content/obsidian/welcome/installation.md b/apps/website/content/obsidian/welcome/installation.md index ece1d6525..0360eab06 100644 --- a/apps/website/content/obsidian/welcome/installation.md +++ b/apps/website/content/obsidian/welcome/installation.md @@ -21,8 +21,14 @@ published: true 2. Go to "Community Plugins" → "BRAT" 3. Click "Add Beta Plugin" ![Add plugin](https://firebasestorage.googleapis.com/v0/b/firescript-577a2.appspot.com/o/imgs%2Fapp%2Fdiscourse-graphs%2FdMtstUHPXe.png?alt=media&token=3f139ab9-9802-404d-9554-4a63bac080c5) -4. Enter the repository URL: `https://github.com/blacksmithgu/datacore` and choose "Latest version" - ![Add datacore](https://firebasestorage.googleapis.com/v0/b/firescript-577a2.appspot.com/o/imgs%2Fapp%2Fdiscourse-graphs%2FEY3vNGt1Rf.png?alt=media&token=32c60ff1-5272-4cde-8b5f-8f049fb2cf50) +4. Enter the repository URL below and choose "Latest version" + +``` +https://github.com/blacksmithgu/datacore +``` + +![Add datacore](https://firebasestorage.googleapis.com/v0/b/firescript-577a2.appspot.com/o/imgs%2Fapp%2Fdiscourse-graphs%2FEY3vNGt1Rf.png?alt=media&token=32c60ff1-5272-4cde-8b5f-8f049fb2cf50) + 5. Check the box for "Enable after installing the plugin" 6. Click "Add plugin" @@ -32,7 +38,13 @@ published: true 2. Go to "Community Plugins" → "BRAT" 3. Click "Add Beta Plugin" ![Add plugin](https://firebasestorage.googleapis.com/v0/b/firescript-577a2.appspot.com/o/imgs%2Fapp%2Fdiscourse-graphs%2FdMtstUHPXe.png?alt=media&token=3f139ab9-9802-404d-9554-4a63bac080c5) -4. Enter the repository URL: `https://github.com/DiscourseGraphs/discourse-graph-obsidian` and choose "Latest version" - ![Add discourse graph](https://firebasestorage.googleapis.com/v0/b/firescript-577a2.appspot.com/o/imgs%2Fapp%2Fdiscourse-graphs%2FSBCK-2lkcu.png?alt=media&token=0375c828-da4d-43b4-8f2c-e691692cb019) +4. Enter the repository URL below and choose "Latest version" + +``` +https://github.com/DiscourseGraphs/discourse-graph-obsidian +``` + +![Add discourse graph](https://firebasestorage.googleapis.com/v0/b/firescript-577a2.appspot.com/o/imgs%2Fapp%2Fdiscourse-graphs%2FSBCK-2lkcu.png?alt=media&token=0375c828-da4d-43b4-8f2c-e691692cb019) + 5. Check the box for "Enable after installing the plugin" 6. Click "Add Plugin" diff --git a/apps/website/next.config.ts b/apps/website/next.config.ts index abefb28de..6906fcf46 100644 --- a/apps/website/next.config.ts +++ b/apps/website/next.config.ts @@ -13,6 +13,7 @@ process.env.NEXT_PUBLIC_SUPABASE_URL = process.env.SUPABASE_URL; const withNextra = nextra({ contentDirBasePath: "/docs", + defaultShowCopyCode: true, }); const nextConfig: NextConfig = {