Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/reference/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ aliases:
> Looking for a definition that's not listed or need a more context-aware
> explanation?
>
> Try <a role="button" tabindex="0" class="open-kapa-widget">Ask AI</a>.
> Try <a role="button" tabindex="0" class="open-kapa-widget">Ask Gordon</a>.


<!--
Expand Down
2 changes: 1 addition & 1 deletion layouts/_default/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1 class="py-4">{{ .Title }}</h1>
<p>Not finding what you're looking for?</p>
<button
class="px-2 py-1 font-semibold rounded open-kapa-widget flex w-fit gap-2 items-center hover:bg-gray-light-200 dark:hover:bg-gray-dark-200">
<span>Try Ask AI</span>
<span>Try Ask Gordon</span>
<img height="24px" width="24px" src="{{ (resources.Get "images/ai-stars.svg").Permalink }}"
alt="AI sparkles!" />
</button>
Expand Down
6 changes: 3 additions & 3 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
data-modal-disclaimer="This is a custom LLM for answering questions about Docker. Answers are based on the contents of the documentation. Rate the answers to let us know what you think!"
data-kapa-branding-text="powered by [kapa.ai](https://www.kapa.ai) and Docker"
data-modal-header-bg-color="#1d63ed"
data-modal-image-height="25px"
data-modal-image-height="30px"
data-modal-image-width="181px"
data-modal-title="​"
data-modal-override-open-class="open-kapa-widget"
data-modal-ask-ai-input-placeholder="Ask me a question about Docker…"
data-modal-ask-ai-input-placeholder="Ask Gordon"
data-modal-title-color="#fff"
data-project-color="#1d63ed"
data-project-logo="/assets/images/logo-icon-white.svg"
data-project-logo="/assets/images/docker-gordon.png"
data-project-name="Docker"
data-user-analytics-fingerprint-enabled="true"
data-bot-protection-mechanism="hcaptcha"
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{{ partialCached "search-bar.html" "-" }}
<button @click="open = false"
class="dark:text-white py-1 px-2 rounded open-kapa-widget flex gap-1 items-center hover:bg-white/20 transition">
<span>Ask&nbsp;AI</span>
<span>Ask&nbsp;Gordon</span>
<img src="{{ (resources.Get "images/ai-stars.svg").Permalink }}" alt="AI Stars" />
</button>
</div>
Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/md-dropdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
{{ partial "icon" "search" }}
</span>
<div class="leading-tight">
<div class="text-base">Ask questions with Docs AI</div>
<div class="text-base">Ask questions with Ask Gordon</div>
</div>
</button>
</div>
Expand Down Expand Up @@ -101,7 +101,7 @@
if (kapaButton) {
kapaButton.click();
} else {
alert("Couldn't find Docs AI.");
alert("Couldn't find Ask Gordon.");
}
}

Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/search-bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div x-show="open" x-cloak
class="absolute px-6 py-4 right-0 w-screen max-w-xl top-full bg-background-light dark:bg-background-dark rounded shadow-lg z-50">
<div id="search-bar-results">
{{- $emptyState := `<div class="p-2 text-gray-light dark:text-gray-dark">Start typing to search… or try <button @click="open=false" class="open-kapa-widget link">Ask AI</button></div>` }}
{{- $emptyState := `<div class="p-2 text-gray-light dark:text-gray-dark">Start typing to search… or try <button @click="open=false" class="open-kapa-widget link">Ask Gordon</button></div>` }}
{{- $emptyState | safe.HTML }}
<!-- results -->
</div>
Expand Down
Binary file added static/assets/images/docker-gordon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 0 additions & 12 deletions static/assets/images/logo-icon-white.svg

This file was deleted.