Skip to content

Commit

Permalink
feat: add search tool to kapa (#193)
Browse files Browse the repository at this point in the history
Adds the "Search documentation" feature to the Kapa bot.
  • Loading branch information
CjS77 authored Jan 8, 2024
1 parent a9aba82 commit 4cfd502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ kapa:
data-project-color: "#9330ff"
data-project-logo: /assets/img/node-icon-alt.svg
data-modal-title: "Tari's little AI helper"
data-search-mode-enabled: true
data-modal-disclaimer: "Answers have been generated by artificial intelligence and may not be entirely error-free or up-to-date. We recommend independently verifying the content and consulting with professionals for specific advice or information. We do not assume any responsibility or liability for the use or interpretation of this content."


Expand Down
1 change: 1 addition & 0 deletions _includes/kapa.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
data-project-logo="{{ site.kapa.data-project-logo }}"
data-modal-title="{{ site.kapa.data-modal-title }}"
data-modal-disclaimer="{{ site.kapa.data-modal-disclaimer }}"
data-search-mode-enabled="{{ site.kapa.data-search-mode-enabled }}"
></script>

0 comments on commit 4cfd502

Please sign in to comment.