Skip to content

Commit

Permalink
PR triggering docs rebuild (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
mieciu authored Oct 23, 2024
1 parent 241b935 commit f192eda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/public/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down
2 changes: 1 addition & 1 deletion docs/public/docs/config-primer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected] if you need one.
```yaml
licenseKey: ZXlKcGJuTjBZV3hzWVhScG...
licenseKey: ZXlKcGJuTjBZV3hz...
```

### Quesma logging configuration
Expand Down

0 comments on commit f192eda

Please sign in to comment.