diff --git a/ci/release/template/man/d2.1 b/ci/release/template/man/d2.1 index 2d4876a23..90a7abec7 100644 --- a/ci/release/template/man/d2.1 +++ b/ci/release/template/man/d2.1 @@ -41,6 +41,15 @@ render anyway to enable iteration on a broken diagram. .Pp See more docs, the source code and license at .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 .Bl -tag -width Fl .It Fl w , -watch Ar false diff --git a/help.go b/help.go index 7a5446047..05be4b4ab 100644 --- a/help.go +++ b/help.go @@ -35,7 +35,9 @@ Subcommands: %[1]s layout [name] - Display long help for a particular layout engine, including its configuration options %[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()) }