Skip to content

Commit

Permalink
docs: Update repo and org names to match new names
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 28, 2023
1 parent 91ff4e9 commit 404a85b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .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
Expand Down Expand Up @@ -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
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
@@ -1 +1 @@
* @obsidian-confluence/reviewers
* @markdown-confluence/reviewers
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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`)
Expand Down Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions 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

Expand All @@ -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`)
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 404a85b

Please sign in to comment.