Skip to content

Commit 33f0ec9

Browse files
committed
site(gordon): update example questions
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent 672eac9 commit 33f0ec9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

layouts/partials/gordon-chat.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -388,22 +388,22 @@ <h3 class="mb-2 text-xl font-semibold text-gray-900 dark:text-white">
388388
<div class="mt-8 flex flex-col items-center gap-3 text-sm">
389389
<p class="mb-1 text-gray-500 dark:text-gray-400">Try asking:</p>
390390
<button
391-
@click="currentQuestion = 'What is the Docker MCP toolkit?'; askQuestion()"
391+
@click="currentQuestion = 'How do Docker Hardened Images work?'; askQuestion()"
392392
class="cursor-pointer rounded-lg border border-gray-200 bg-gray-50 px-4 py-2.5 text-gray-700 transition-opacity hover:opacity-70 dark:border-gray-700 dark:bg-gray-800 dark:text-gray-300"
393393
>
394-
What is the Docker MCP toolkit?
394+
How do Docker Hardened Images work?
395395
</button>
396396
<button
397-
@click="currentQuestion = 'How do hardened Docker images work?'; askQuestion()"
397+
@click="currentQuestion = 'What is MCP Toolkit?'; askQuestion()"
398398
class="cursor-pointer rounded-lg border border-gray-200 bg-gray-50 px-4 py-2.5 text-gray-700 transition-opacity hover:opacity-70 dark:border-gray-700 dark:bg-gray-800 dark:text-gray-300"
399399
>
400-
How do hardened Docker images work?
400+
What is MCP Toolkit?
401401
</button>
402402
<button
403-
@click="currentQuestion = 'How do I use Docker Debug?'; askQuestion()"
403+
@click="currentQuestion = 'How do I create an org?'; askQuestion()"
404404
class="cursor-pointer rounded-lg border border-gray-200 bg-gray-50 px-4 py-2.5 text-gray-700 transition-opacity hover:opacity-70 dark:border-gray-700 dark:bg-gray-800 dark:text-gray-300"
405405
>
406-
How do I use Docker Debug?
406+
How do I create an org?
407407
</button>
408408
</div>
409409
</div>

0 commit comments

Comments
 (0)