add links

This commit is contained in:
Alexander Wang 2023-02-05 00:19:14 -08:00
parent 92d219a7dd
commit 3f8e752968
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE
2 changed files with 12 additions and 1 deletions

View file

@ -41,6 +41,15 @@ render anyway to enable iteration on a broken diagram.
.Pp .Pp
See more docs, the source code and license at See more docs, the source code and license at
.Lk https://oss.terrastruct.com/d2 .Lk https://oss.terrastruct.com/d2
.Ns .
.Pp
Hosted icons at
.Lk https://icons.terrastruct.com
.Ns .
.Pp
Playground runner at
.Lk https://play.d2lang.com
.Ns .
.Sh OPTIONS .Sh OPTIONS
.Bl -tag -width Fl .Bl -tag -width Fl
.It Fl w , -watch Ar false .It Fl w , -watch Ar false

View file

@ -35,7 +35,9 @@ Subcommands:
%[1]s layout [name] - Display long help for a particular layout engine, including its configuration options %[1]s layout [name] - Display long help for a particular layout engine, including its configuration options
%[1]s fmt file.d2 ... - Format passed files %[1]s fmt file.d2 ... - Format passed files
See more docs and the source code at https://oss.terrastruct.com/d2 See more docs and the source code at https://oss.terrastruct.com/d2.
Hosted icons at https://icons.terrastruct.com.
Playground runner at https://play.d2lang.com.
`, filepath.Base(ms.Name), ms.Opts.Defaults()) `, filepath.Base(ms.Name), ms.Opts.Defaults())
} }