Skip to content

Commit 3a2cff1

Browse files
authored
⚙️ add crawler-name parameter to docsearch workflow job (#235)
2 parents 2a14ee6 + 0173e27 commit 3a2cff1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy-production.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
id: docsearch-crawl
9999
with:
100100
crawler-user-id: ${{ secrets.CRAWLER_USER_ID }}
101+
crawler-name: 'lotusdev'
101102
crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
102103
algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
103104
algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}

content/docs/features/syntax-highlighting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ images: []
1313

1414
## Code Highlighters
1515

16-
Lotus Docs supports syntax highlighting by [Prism](https://prismjs.com/) (enabled by default via `param.docs.prism` in `hugo.toml`) or Hugo's built-in code highlighter [Chroma](https://github.com/alecthomas/chroma).
16+
Lotus Docs supports syntax highlighting using [Prism](https://prismjs.com/) (enabled by default via `param.docs.prism` in `hugo.toml`) or Hugo's built-in code highlighter [Chroma](https://github.com/alecthomas/chroma).
1717

1818
Fenced code blocks (code enclosed by triple backticks above and below) that specify a code language (declared right of the opening fence), will automatically highlight the code content as HTML e.g. ` ```html `:
1919

0 commit comments

Comments
 (0)