[ci-base] update readme

This commit is contained in:
Alexander Wang 2022-11-14 16:50:21 -08:00
parent 1fb855cf79
commit e3fa5e9e90
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -21,22 +21,22 @@
<!-- toc --> <!-- toc -->
- [Quickstart (CLI)](#quickstart-cli) - [Quickstart (CLI)](#quickstart-cli)
* [MacOS](#macos) * [Install from source](#install-from-source)
* [Linux/Windows](#linuxwindows) * [Install](#install)
- [Quickstart (library)](#quickstart-library) - [Quickstart (library)](#quickstart-library)
- [Themes](#themes) - [Themes](#themes)
- [Fonts](#fonts) - [Fonts](#fonts)
- [Export file types](#export-file-types) - [Export file types](#export-file-types)
- [Language tooling](#language-tooling) - [Language tooling](#language-tooling)
- [Layout engine](#layout-engine) - [Plugins](#plugins)
- [Comparison](#comparison) - [Comparison](#comparison)
- [Contributing](#contributing) - [Contributing](#contributing)
- [License](#license) - [License](#license)
- [Dependencies](#dependencies)
- [Related](#related) - [Related](#related)
* [VSCode extension](#vscode-extension) * [VSCode extension](#vscode-extension)
* [Vim extension](#vim-extension) * [Vim extension](#vim-extension)
* [Misc](#misc) * [Misc](#misc)
- [FAQ](#faq)
<!-- tocstop --> <!-- tocstop -->
@ -221,10 +221,8 @@ Copyright © 2022 Terrastruct, Inc. Open-source licensed under the Mozilla Publi
- Does D2 need a browser to run? - Does D2 need a browser to run?
- No, D2 can run entirely server-side. - No, D2 can run entirely server-side.
- I have a question or need help. - I have a question or need help.
- The best way to get help is to open an Issue, so that it's searchable by others in the - The best way to get help is to ask on [D2 Discord](https://discord.gg/NF6X8K4eDq)
future. If you prefer synchronous or just want to chat, you can pop into the help - I have a feature request, proposal, or bug report.
channel of the [D2 Discord](https://discord.gg/NF6X8K4eDq) as well. - Please open up a Github Issue.
- I have a feature request or proposal.
- D2 uses Github Issues for everything. Just add a "discussion" label to your Issue.
- I have a private inquiry. - I have a private inquiry.
- Please reach out at [hi@d2lang.com](hi@d2lang.com). - Please reach out at [hi@d2lang.com](hi@d2lang.com).