-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #190 from terrastruct/plugins-update
Add confluence app
- Loading branch information
Showing
4 changed files
with
45 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Atlassian Confluence app | ||
|
||
<video className="screenCap" controls width="100%"> | ||
<source src={require('@site/static/img/screenshots/confluence.mp4').default} type="video/mp4" /> | ||
Your browser does not support the video tag. | ||
</video> | ||
|
||
:::info | ||
This app is for D2 Studio and requires an account on D2 Studio. | ||
::: | ||
|
||
## Seamless integration between D2 Studio and Confluence | ||
|
||
- Configure once for the team | ||
- Every team member can choose from diagrams on D2 Studio | ||
- Permission settings so that only team diagrams are visible | ||
- Every time diagram updates in D2 Studio, it's updated on the Confluence page | ||
|
||
<a | ||
href="https://marketplace.atlassian.com/apps/1222112/terrastruct" | ||
style={{ | ||
alignItems: "center", | ||
color: "#fff", | ||
backgroundColor: "#0052CC", | ||
border: 0, | ||
borderRadius: "4px", | ||
display: "inline-flex", | ||
fontFamily: "Lato, sans-serif", | ||
fontSize: "16px", | ||
fontWeight: 600, | ||
height: "48px", | ||
justifyContent: "center", | ||
textDecoration: "none", | ||
width: "236px", | ||
marginBottom: "1rem", | ||
}} | ||
> | ||
Install Confluence app | ||
</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,6 +143,7 @@ const sidebars = { | |
"tour/obsidian", | ||
"tour/slack", | ||
"tour/discord", | ||
"tour/confluence", | ||
], | ||
}, | ||
], | ||
|
Binary file not shown.