From 97434829458cc760046be4549ec9bc79bf807c37 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Sun, 15 Jan 2023 00:33:10 -0800 Subject: [PATCH 1/4] add list to readme on open-source projects using D2 --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index bf91097cd..678fec685 100644 --- a/README.md +++ b/README.md @@ -240,3 +240,21 @@ let us know and we'll be happy to include it here! - Please open up a Github Issue. - I have a private inquiry. - Please reach out at [hi@d2lang.com](hi@d2lang.com). + +### Open-source projects documenting with D2 + +Do you have or see an open-source project documenting with D2? Please submit a PR +appending to this list. + +- [BYCEPS](https://github.com/byceps/byceps) - BYCEPS is a self-hosted web platform to run + LAN parties. +- [Ivy Wallet](https://github.com/Ivy-Apps/ivy-wallet) - Ivy Wallet is an open-source + money manager app for Android. +- [Block Protocol](https://github.com/blockprotocol/blockprotocol) - The Block Protocol is + an open standard for building and using data-driven blocks. +- [Terraform OCI VSCode Server](https://github.com/timoa/terraform-oci-vscode-server) - + Terraform project that deploys VSCode Server on Oracle Cloud Infrastructure. +- [Learn EVM Attacks](https://github.com/coinspect/learn-evm-attacks) - Learn & Contribute + on previously exploited vulnerabilities across several EVM projects. +- [Re:Earth](https://github.com/reearth/reearth-web) - A free, open and highly extensible + WebGIS platform. From 09af8a3afe3e08924a5400de249c38fcf7f149b0 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Sun, 15 Jan 2023 00:36:27 -0800 Subject: [PATCH 2/4] reorder --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 678fec685..d1638874a 100644 --- a/README.md +++ b/README.md @@ -243,18 +243,18 @@ let us know and we'll be happy to include it here! ### Open-source projects documenting with D2 -Do you have or see an open-source project documenting with D2? Please submit a PR -appending to this list. +Do you have or see an open-source project with `.d2` files? Please submit a PR adding to +this list (ordered by star count, desc). -- [BYCEPS](https://github.com/byceps/byceps) - BYCEPS is a self-hosted web platform to run - LAN parties. -- [Ivy Wallet](https://github.com/Ivy-Apps/ivy-wallet) - Ivy Wallet is an open-source - money manager app for Android. - [Block Protocol](https://github.com/blockprotocol/blockprotocol) - The Block Protocol is an open standard for building and using data-driven blocks. -- [Terraform OCI VSCode Server](https://github.com/timoa/terraform-oci-vscode-server) - - Terraform project that deploys VSCode Server on Oracle Cloud Infrastructure. +- [Ivy Wallet](https://github.com/Ivy-Apps/ivy-wallet) - Ivy Wallet is an open-source + money manager app for Android. - [Learn EVM Attacks](https://github.com/coinspect/learn-evm-attacks) - Learn & Contribute on previously exploited vulnerabilities across several EVM projects. +- [BYCEPS](https://github.com/byceps/byceps) - BYCEPS is a self-hosted web platform to run + LAN parties. - [Re:Earth](https://github.com/reearth/reearth-web) - A free, open and highly extensible WebGIS platform. +- [Terraform OCI VSCode Server](https://github.com/timoa/terraform-oci-vscode-server) - + Terraform project that deploys VSCode Server on Oracle Cloud Infrastructure. From 7035e13fb1227843a0d964abe2cfcf60e83f8555 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Sun, 15 Jan 2023 00:37:12 -0800 Subject: [PATCH 3/4] toc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1638874a..fb7a826c1 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ https://user-images.githubusercontent.com/3120367/206125010-bd1fea8e-248a-43e7-8 - Community plugins - Misc - FAQ +- Open-source projects documenting with D2 ## What does D2 look like? From b17ccb65208579889d10767b5a93a9e1252ba44a Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Sun, 15 Jan 2023 13:49:48 -0800 Subject: [PATCH 4/4] fmt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb7a826c1..43ee5c7fc 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ let us know and we'll be happy to include it here! - I have a private inquiry. - Please reach out at [hi@d2lang.com](hi@d2lang.com). -### Open-source projects documenting with D2 +## Open-source projects documenting with D2 Do you have or see an open-source project with `.d2` files? Please submit a PR adding to this list (ordered by star count, desc).