diff --git a/.cspell.json b/.cspell.json index ec90a9f..b30bd0d 100644 --- a/.cspell.json +++ b/.cspell.json @@ -37,7 +37,6 @@ "cli", "vscode", "obsidian", - "confluence", "slack", "discord", "npm", @@ -585,4 +584,4 @@ "description": "Ignore file extensions" } ] -} \ No newline at end of file +} diff --git a/docs/tour/confluence.md b/docs/tour/confluence.md deleted file mode 100644 index 6e819a2..0000000 --- a/docs/tour/confluence.md +++ /dev/null @@ -1,39 +0,0 @@ -# Atlassian Confluence app - - - -:::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 - - - Install Confluence app - diff --git a/docs/tour/extensions.md b/docs/tour/extensions.md index 546f9e7..82203aa 100644 --- a/docs/tour/extensions.md +++ b/docs/tour/extensions.md @@ -13,7 +13,6 @@ 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 diff --git a/docs/tour/man.md b/docs/tour/man.md index fb787f7..c7dd5bc 100644 --- a/docs/tour/man.md +++ b/docs/tour/man.md @@ -1,5 +1,5 @@ --- -pagination_next: tour/studio +pagination_next: tour/exports --- # CLI manual diff --git a/docs/tour/studio.md b/docs/tour/studio.md deleted file mode 100644 index 158d26d..0000000 --- a/docs/tour/studio.md +++ /dev/null @@ -1,33 +0,0 @@ -# D2 Studio - -import WebPImage from '@site/src/components/WebPImage'; - -[D2 Studio](https://terrastruct.com/d2-studio/) is to D2 as IntelliJ is to Java (or XCode is to Swift, or GoLand is to Go, etc). - -D2 is a programming language, and you can write and run it anywhere -- the end result is the same. But the medium changes the experience. Writing D2 on a code editor beats writing it on Apple Notes. D2 Studio is the optimized, feature-packed IDE for D2, turning it into a professional, collaborative diagramming tool for the whole team. - -D2 Studio is one of the ways the company behind D2 monetizes. It's free to try and -evaluate, and like other IDEs you might try for your code, you can easily onboard by -importing existing D2 code and offboard the same way. No lock-in. - -**[Try it out](https://d2studio.ai)** - -## Benefits - -- **Team assets**: Upload, name, and reuse your company's images and icons across - diagrams. -- **Brand**: Company color palette, watermarks, team logos on presentations. -- **Bidirectional edits**: Use the GUI where it makes sense, like picking colors or sliding opacity values. Changes are synced to D2 automatically. -- **TALA in the cloud**: TALA runs on our powerful machines, racing multiple iterations to quickly get the best automatic layout on each compile. -- **Diagram management**: Bookmark, set permissions/passwords, and manage all your diagrams, individually and with your team. -- **Present**: Interactive web presentations that let viewers click through, toggle tooltips, and use arrow keys. -- **Multi-layered interface**: Unified interface for all layers, scenarios, and steps. - -## Example - -Here's an example of a multi-layer D2 diagram presented in D2 studio's web interface: - - - - diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 511e19c..80442e0 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -98,7 +98,7 @@ const config: Config = { type: "all", title: "D2 Blog Feed", description: "Stay updated with the latest D2 news and tutorials", - copyright: `Copyright © 2025 Terrastruct, Inc.`, + copyright: `Copyright © 2026 Terrastruct, Inc.`, language: "en", }, }, @@ -215,7 +215,7 @@ const config: Config = { darkTheme: themes.dracula, }, footer: { - copyright: `Copyright © 2025 Terrastruct, Inc.`, + copyright: `Copyright © 2026 Terrastruct, Inc.`, }, algolia: { appId: "DWAXJIMTZU", diff --git a/sidebars.ts b/sidebars.ts index 3d06943..81a6c65 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -147,7 +147,6 @@ const sidebars: SidebarsConfig = { "tour/obsidian", "tour/slack", "tour/discord", - "tour/confluence", ], }, ], @@ -159,7 +158,6 @@ const sidebars: SidebarsConfig = { items: ["tour/api"], }, "tour/man", - "tour/studio", "tour/exports", "tour/cheat-sheet", "tour/faq", diff --git a/static/img/screenshots/confluence.mp4 b/static/img/screenshots/confluence.mp4 deleted file mode 100644 index e163adf..0000000 Binary files a/static/img/screenshots/confluence.mp4 and /dev/null differ diff --git a/static/img/screenshots/d2_studio.png b/static/img/screenshots/d2_studio.png deleted file mode 100644 index 054b8e9..0000000 Binary files a/static/img/screenshots/d2_studio.png and /dev/null differ diff --git a/static/img/screenshots/d2_studio.webp b/static/img/screenshots/d2_studio.webp deleted file mode 100644 index 40d5421..0000000 Binary files a/static/img/screenshots/d2_studio.webp and /dev/null differ