From 9d8efb076b3dc43c787c684456559f8347c71c66 Mon Sep 17 00:00:00 2001 From: Andrew McClenaghan Date: Sun, 16 Apr 2023 17:04:41 +1000 Subject: [PATCH] docs: Add brat to readme.md --- README.md | 6 ++++++ docs/book.toml | 3 +++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 691753f4..9879715b 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ Copyright (c) 2022 Atlassian US, Inc. ## Getting Started +## Alternative Installation +> Due to waiting for https://github.com/obsidianmd/obsidian-releases/pull/1867 to be merged. +> +> If you would like to use the plugin currently you will need to use [Alternative Installation](https://obsidian-confluence.com/getting-started/installation-brat.html) instructions. + + 1. Install the `obsidian-confluence` plugin from Obsidian's community plugins browser. 2. Open the plugin settings and configure the following fields: diff --git a/docs/book.toml b/docs/book.toml index 0b72f129..1cc217a8 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -5,6 +5,9 @@ multilingual = false src = "src" title = "Obsidian Confluence Integration" +[book] +create-missing = false + [output.html] git-repository-url = "https://github.com/obsidian-confluence/obsidian-confluence" git-repository-icon = "fa-github"