mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
site(gordon): update example questions
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -388,22 +388,22 @@
|
||||
<div class="mt-8 flex flex-col items-center gap-3 text-sm">
|
||||
<p class="mb-1 text-gray-500 dark:text-gray-400">Try asking:</p>
|
||||
<button
|
||||
@click="currentQuestion = 'What is the Docker MCP toolkit?'; askQuestion()"
|
||||
@click="currentQuestion = 'How do Docker Hardened Images work?'; askQuestion()"
|
||||
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"
|
||||
>
|
||||
What is the Docker MCP toolkit?
|
||||
How do Docker Hardened Images work?
|
||||
</button>
|
||||
<button
|
||||
@click="currentQuestion = 'How do hardened Docker images work?'; askQuestion()"
|
||||
@click="currentQuestion = 'What is MCP Toolkit?'; askQuestion()"
|
||||
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"
|
||||
>
|
||||
How do hardened Docker images work?
|
||||
What is MCP Toolkit?
|
||||
</button>
|
||||
<button
|
||||
@click="currentQuestion = 'How do I use Docker Debug?'; askQuestion()"
|
||||
@click="currentQuestion = 'How do I create an org?'; askQuestion()"
|
||||
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"
|
||||
>
|
||||
How do I use Docker Debug?
|
||||
How do I create an org?
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user