diff --git a/docs/public/README.md b/docs/public/README.md index 3d4f024b2..1dac618f9 100644 --- a/docs/public/README.md +++ b/docs/public/README.md @@ -8,12 +8,12 @@ These docs are just static files generated with [Vitepress](https://vitepress.de Install Vitepress first: ```shell - npm add -D vitepress +npm add -D vitepress ``` Preview docs locally while editing: ```shell - npm run docs:dev +npm run docs:dev ``` diff --git a/docs/public/docs/config-primer.md b/docs/public/docs/config-primer.md index 6f545e897..85e887738 100644 --- a/docs/public/docs/config-primer.md +++ b/docs/public/docs/config-primer.md @@ -187,7 +187,7 @@ The configuration for an index consists of the following configuration options: In order to be able to use `hydrolix` or `clickhouse` backend connectors, one needs to supply `licenseKey` in the configuration file. Contact us at suppor@quesma.com if you need one. ```yaml -licenseKey: ZXlKcGJuTjBZV3hzWVhScG... +licenseKey: ZXlKcGJuTjBZV3hz... ``` ### Quesma logging configuration