mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-22 15:52:12 +00:00
docs: add documentation for Operand Search, remove debounce
This commit is contained in:
parent
23380d0519
commit
b10b23a47b
6 changed files with 63 additions and 21 deletions
content/notes
|
@ -52,14 +52,16 @@ enableContextualBacklinks: true
|
|||
# whether to show a section of recent notes on the home page
|
||||
enableRecentNotes: false
|
||||
|
||||
# whether to display and 'edit' button next to the last edited field
|
||||
# whether to display an 'edit' button next to the last edited field
|
||||
# that links to github
|
||||
enableGitHubEdit: true
|
||||
GitHubLink: https://github.com/jackyzha0/quartz/tree/hugo/content
|
||||
|
||||
# whether to use Operand to power semantic search
|
||||
enableSemanticSearch: true
|
||||
operandApiKey: "1e47d93b-1468-45b7-98d5-7f733d5e45e2"
|
||||
# IMPORTANT: replace this API key with your own if you plan on using
|
||||
# Operand search!
|
||||
enableSemanticSearch: false
|
||||
operandApiKey: "REPLACE-WITH-YOUR-OPERAND-API-KEY"
|
||||
|
||||
# page description used for SEO
|
||||
description:
|
||||
|
@ -79,7 +81,6 @@ links:
|
|||
```
|
||||
|
||||
### Code Block Titles
|
||||
|
||||
To add code block titles with Quartz:
|
||||
|
||||
1. Ensure that code block titles are enabled in Quartz's configuration:
|
||||
|
@ -142,7 +143,6 @@ attribute, are relative to the `static/` directory.
|
|||
### Graph View
|
||||
To customize the Interactive Graph view, you can poke around `data/graphConfig.yaml`.
|
||||
|
||||
|
||||
```yaml {title="data/graphConfig.yaml"}
|
||||
# if true, a Global Graph will be shown on home page with full width, no backlink.
|
||||
# A different set of Local Graphs will be shown on sub pages.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue