Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 16 additions & 4 deletions apps/website/content/obsidian/welcome/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Comment thread
mdroidian marked this conversation as resolved.

![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"

Expand All @@ -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"
1 change: 1 addition & 0 deletions apps/website/next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ process.env.NEXT_PUBLIC_SUPABASE_URL = process.env.SUPABASE_URL;

const withNextra = nextra({
contentDirBasePath: "/docs",
defaultShowCopyCode: true,
});

const nextConfig: NextConfig = {
Expand Down