Skip to content

Commit

Permalink
Merge pull request #190 from terrastruct/plugins-update
Browse files Browse the repository at this point in the history
Add confluence app
  • Loading branch information
alixander authored Oct 17, 2023
2 parents 167a439 + ebffbe9 commit 64039ef
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 3 deletions.
39 changes: 39 additions & 0 deletions docs/tour/confluence.md
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>
8 changes: 5 additions & 3 deletions docs/tour/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ Officially developed and maintained by the creators of D2.
- [Obsidian plugin](/tour/obsidian)
- [D2 app for Slack](/tour/slack)
- [Discord plugin](/tour/discord)
- [Confluence app](/tour/confluence)

## Community

Community developed plugins and extensions. Have one you'd like to share? Please open an
issue and we're happy to include your's!

- Tree-sitter grammar: [https://github.com/pleshevskiy/tree-sitter-d2](https://github.com/pleshevskiy/tree-sitter-d2)
- Tree-sitter grammar: [https://git.pleshevski.ru/pleshevskiy/tree-sitter-d2](https://git.pleshevski.ru/pleshevskiy/tree-sitter-d2)
- Tree-sitter grammar 2: [https://github.com/ravsii/tree-sitter-d2](https://github.com/ravsii/tree-sitter-d2)
- Emacs major mode: [https://github.com/andorsk/d2-mode](https://github.com/andorsk/d2-mode)
- Goldmark extension: [https://github.com/FurqanSoftware/goldmark-d2](https://github.com/FurqanSoftware/goldmark-d2)
- Telegram bot: [https://github.com/meinside/telegram-d2-bot](https://github.com/meinside/telegram-d2-bot)
Expand All @@ -31,11 +33,11 @@ issue and we're happy to include your's!
- Python D2 diagram builder: [https://github.com/MrBlenny/py-d2](https://github.com/MrBlenny/py-d2)
- Clojure D2 transpiler: [https://github.com/judepayne/dictim](https://github.com/judepayne/dictim)
- JavaScript D2 diagram builder: [https://github.com/Kreshnik/d2lang-js](https://github.com/Kreshnik/d2lang-js)
- Maven plugin: [https://github.com/andrinmeier/unofficial-d2lang-maven-plugin](https://github.com/andrinmeier/unofficial-d2lang-maven-plugin)
- Confluence plugin: [https://github.com/andrinmeier/unofficial-d2lang-confluence-plugin](https://github.com/andrinmeier/unofficial-d2lang-confluence-plugin)
- CIL (C#, Visual Basic, F#, C++ CLR) to D2: [https://github.com/HugoVG/AppDiagram](https://github.com/HugoVG/AppDiagram)
- D2 Snippets (for text editors): [https://github.com/Paracelsus-Rose/D2-Language-Code-Snippets](https://github.com/Paracelsus-Rose/D2-Language-Code-Snippets)
- MongoDB to D2: [https://github.com/novuhq/mongo-to-D2](https://github.com/novuhq/mongo-to-D2)
- Pandoc filter: [https://github.com/ram02z/d2-filter](https://github.com/ram02z/d2-filter)
- MySQL to D2: [https://github.com/JDOsborne1/db_to_d2](https://github.com/JDOsborne1/db_to_d2)
- Remark D2 code blocks into images: [https://github.com/mech-a/remark-d2](https://github.com/mech-a/remark-d2)
- D2 image service: [https://github.com/Watt3r/d2-live](https://github.com/Watt3r/d2-live)
- MkDocs plugin: [https://github.com/landmaj/mkdocs-d2-plugin](https://github.com/landmaj/mkdocs-d2-plugin)
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ const sidebars = {
"tour/obsidian",
"tour/slack",
"tour/discord",
"tour/confluence",
],
},
],
Expand Down
Binary file added static/img/screenshots/confluence.mp4
Binary file not shown.

0 comments on commit 64039ef

Please sign in to comment.