File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments