Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/releases/0.1.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Many have asked how to get the diagram to look like the one on D2's [cheat sheet

![sketch](https://user-images.githubusercontent.com/3120367/209235066-d8ad6b3c-d19b-491d-b014-407f3c47407f.png)

The Slack app for D2 has now hit production, so if you're looking for the quickest way to express a visual model without interrupting the conversation flow, go to [https://d2lang.com/tour/slack/](https://d2lang.com/tour/slack/) to install.
This release also introduced the Slack app for D2.

Hope everyone is enjoying the holidays this week!

Expand Down Expand Up @@ -32,4 +32,3 @@ Hope everyone is enjoying the holidays this week!
- Fixes edge case where `style` being defined in same scope as `sql_table` causes compiler to skip compiling `sql_table`. [#506](https://github.com/terrastruct/d2/issues/506)
- Fixes panic passing a non-string value to `constraint`. [#248](https://github.com/terrastruct/d2/issues/248)
- Fixes edge case where the key `null` was compiling wrongly. [#507](https://github.com/terrastruct/d2/issues/507)

1 change: 0 additions & 1 deletion docs/tour/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Officially developed and maintained by the creators of D2.
- [VSCode extension](/tour/vscode/)
- [Vim plugin](/tour/vim/)
- [Obsidian plugin](/tour/obsidian/)
- [D2 app for Slack](/tour/slack/)
- [Discord plugin](/tour/discord/)

## Community
Expand Down
56 changes: 0 additions & 56 deletions docs/tour/slack.md

This file was deleted.

8 changes: 1 addition & 7 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,7 @@ const sidebars: SidebarsConfig = {
type: "category",
label: "Official",
link: { type: "doc", id: "tour/vscode" },
items: [
"tour/vscode",
"tour/vim",
"tour/obsidian",
"tour/slack",
"tour/discord",
],
items: ["tour/vscode", "tour/vim", "tour/obsidian", "tour/discord"],
},
],
},
Expand Down
Loading