From 7d4ba014096a37dd4dec8e445fe70ee308f3f02b Mon Sep 17 00:00:00 2001 From: Dmitry Verkhoturov Date: Thu, 7 Apr 2022 00:04:11 +0200 Subject: [PATCH] improve getting started installation instructions --- site/src/docs/getting-started/installation/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/src/docs/getting-started/installation/index.md b/site/src/docs/getting-started/installation/index.md index f2759fd0..d7c02edc 100644 --- a/site/src/docs/getting-started/installation/index.md +++ b/site/src/docs/getting-started/installation/index.md @@ -22,7 +22,7 @@ _This is the recommended way to run Remark42_ ## Setup on Your Website -Add config for Remark on a page of your site: +Add config for Remark on a page of your site ([here](/docs/configuration/frontend/) is the full reference): ```html ``` -- `REMARK_URL` – the URL where is Remark42 instance is served. -- `YOUR_SITE_ID` - the ID that you passed to Remark42 instance on start. +- `REMARK_URL` – the URL where is Remark42 instance is served, passed as `REMARK_URL` to backend +- `YOUR_SITE_ID` - the `SITE` that you passed to Remark42 instance on start, `remark` by default. For example: