From 6165c47c8307db5d36394bcb31d99c1e6c870f33 Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Mon, 30 Jan 2023 14:38:39 -0500 Subject: [PATCH] quote -> note --- docs/getting-started.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 73f75bd3..099f591a 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -82,9 +82,11 @@ v0.3.0-rc1 [0d43b55] ## Configure Your zrok Service Instance -> NOTE: Most users can safely skip this section and proceed to "Generating an Invitation" below. -> -> This section is relevant if you want to use the `zrok` CLI with an alternate service instance (in the case of self-hosting, etc.). +:::note +Most users can safely skip this section and proceed to "Generating an Invitation" below. + +This section is relevant if you want to use the `zrok` CLI with an alternate service instance (in the case of self-hosting, etc.). +::: `zrok` is both an installable utility that you interact with from your local computer, and also a _service_ that exists on the network. NetFoundry operates the public _service instance_ that is available at `api.zrok.io`, but because `zrok` is open source and self-hostable, you're free to create your own `zrok` service instance.