From 404a85b206704873d57c233131ba4f564c4ccd86 Mon Sep 17 00:00:00 2001 From: Andrew McClenaghan Date: Sat, 29 Apr 2023 08:07:33 +1000 Subject: [PATCH] docs: Update repo and org names to match new names --- .build/sign-release.sh | 6 +++--- CNAME | 1 - CODEOWNERS | 2 +- README.md | 4 ++-- packages/obsidian/README.md | 6 +++--- 5 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 CNAME diff --git a/.build/sign-release.sh b/.build/sign-release.sh index 62356c28..35adb2d4 100755 --- a/.build/sign-release.sh +++ b/.build/sign-release.sh @@ -1,8 +1,8 @@ #!/bin/bash # Set variables -repo_owner="obsidian-confluence" -repo_name="obsidian-confluence" +repo_owner="markdown-confluence" +repo_name="markdown-confluence" version="$1" if [ -z "$version" ]; then @@ -42,5 +42,5 @@ for prefix in "${prefixes[@]}"; do gh release upload $tag "$file_name.asc" - echo "Signature for $tag uploaded to to https://github.com/obsidian-confluence/obsidian-confluence/releases/tag/$tag" + echo "Signature for $tag uploaded to to https://github.com/markdown-confluence/markdown-confluence/releases/tag/$tag" done diff --git a/CNAME b/CNAME deleted file mode 100644 index 81f7731c..00000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -obsidian-confluence.com \ No newline at end of file diff --git a/CODEOWNERS b/CODEOWNERS index e4981f0e..ac528ed3 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @obsidian-confluence/reviewers +* @markdown-confluence/reviewers diff --git a/README.md b/README.md index f5797169..84f1a23e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Copyright (c) 2022 Atlassian US, Inc. > 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. +1. Install the `confluence-integration` plugin from Obsidian's community plugins browser. 2. Open the plugin settings and configure the following fields: - `Confluence Base URL`: The base URL of your Atlassian Confluence instance (e.g., `https://your-domain.atlassian.net`) @@ -61,7 +61,7 @@ connie-publish: true ``` ### Example Workflow -1. Install and configure the obsidian-confluence plugin. +1. Install and configure the `confluence-integration` plugin. 2. Create a folder in your Obsidian vault named "Confluence Pages" (or the folder name you specified in the settings). 3. Add notes to this folder or add the connie-publish frontmatter to other notes. 4. Click the cloud icon in the ribbon or use the "Publish All to Confluence" command to publish your notes to Confluence. diff --git a/packages/obsidian/README.md b/packages/obsidian/README.md index dd44816d..cd102b1b 100644 --- a/packages/obsidian/README.md +++ b/packages/obsidian/README.md @@ -1,6 +1,6 @@ # Obsidian Confluence Integration Plugin -[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/obsidian-confluence/obsidian-confluence/badge)](https://api.securityscorecards.dev/projects/github.com/obsidian-confluence/obsidian-confluence) +[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/markdown-confluence/markdown-confluence/badge)](https://api.securityscorecards.dev/projects/github.com/markdown-confluence/markdown-confluence) Copyright (c) 2022 Atlassian Pty Ltd @@ -23,7 +23,7 @@ Copyright (c) 2022 Atlassian US, Inc. > 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. +1. Install the `confluence-integration` plugin from Obsidian's community plugins browser. 2. Open the plugin settings and configure the following fields: - `Confluence Base URL`: The base URL of your Atlassian Confluence instance (e.g., `https://your-domain.atlassian.net`) @@ -60,7 +60,7 @@ connie-publish: true ``` ### Example Workflow -1. Install and configure the obsidian-confluence plugin. +1. Install and configure the `confluence-integration` plugin. 2. Create a folder in your Obsidian vault named "Confluence Pages" (or the folder name you specified in the settings). 3. Add notes to this folder or add the connie-publish frontmatter to other notes. 4. Click the cloud icon in the ribbon or use the "Publish All to Confluence" command to publish your notes to Confluence.