2022-11-21 04:32:58PM
This commit is contained in:
parent
3732247885
commit
80136a2a11
5 changed files with 5 additions and 6 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<h1>
|
||||
<img src="./docs/assets/banner.png" alt="D2" />
|
||||
</h1>
|
||||
<p>A modern DSL that turns text into diagrams.</p>
|
||||
<p>A modern language that turns text into diagrams.</p>
|
||||
|
||||
[Language docs](https://d2lang.com) | [Cheat sheet](./docs/assets/cheat_sheet.pdf)
|
||||
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
[](https://twitter.com/terrastruct)
|
||||
[](./LICENSE.txt)
|
||||
|
||||
<img src="./docs/assets/cli2.gif" alt="D2 CLI" />
|
||||
<img src="./docs/assets/cli.gif" alt="D2 CLI" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -175,8 +175,7 @@ Contributions are welcome! See [./docs/CONTRIBUTING.md](./docs/CONTRIBUTING.md).
|
|||
|
||||
## License
|
||||
|
||||
Copyright © 2022 Terrastruct, Inc. Open-source licensed under the Mozilla Public License
|
||||
2.0.
|
||||
Open sourced under the Mozilla Public License 2.0. See [./LICENSE.txt](./LICENSE.txt).
|
||||
|
||||
## Related
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
The fonts bundled with D2 are open-source fonts licensed under SIL OPEN FONT
|
||||
The fonts bundled with D2 are open source fonts licensed under SIL OPEN FONT
|
||||
LICENSE.
|
||||
|
||||
Attribution:
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
## CI
|
||||
|
||||
Most of D2's CI is open-sourced in its own
|
||||
Most of D2's CI is open sourced in its own
|
||||
[repository](https://github.com/terrastruct/ci). You can find commands in the Github
|
||||
workflows. E.g. run `./make.sh fmt` to run the formatter. Please make sure all CI is
|
||||
passing for any PRs.
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 3.6 MiB After Width: | Height: | Size: 4.2 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 MiB |
Loading…
Reference in a new issue