From cc0124ac680440458ddb859d19bbc087a4575aa9 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Thu, 19 Sep 2024 11:42:30 -0400 Subject: [PATCH] Just copy-pasting examples from the docs --- content/services/mentoring/_index.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/content/services/mentoring/_index.md b/content/services/mentoring/_index.md index 6966d01..ca4d97f 100644 --- a/content/services/mentoring/_index.md +++ b/content/services/mentoring/_index.md @@ -27,6 +27,23 @@ What kind of mentorship can I offer? > [!NOTE] Analysis Paralysis > Knowledge management presents an almost endless ocean of possible solutions. Being able to [rubber-duck](https://en.wikipedia.org/wiki/Rubber_duck_debugging) your problems with someone who can offer concrete guidance on tools that can solve them will let you move from "I don't know where to start" to "It works, how can I improve it even more?" + +> [!NOTE] +> Useful information that users should know, even when skimming content. + +> [!TIP] +> Helpful advice for doing things better or more easily. + +> [!IMPORTANT] +> Key information users need to know to achieve their goal. + +> [!WARNING] +> Urgent info that needs immediate user attention to avoid problems. + +> [!CAUTION] +> Advises about risks or negative outcomes of certain actions. + + ### Analysis Paralysis Knowledge management presents an almost endless ocean of possible solutions. Being able to [rubber-duck](https://en.wikipedia.org/wiki/Rubber_duck_debugging) your problems with someone who can offer concrete guidance on tools that can solve them will let you move from "I don't know where to start" to "It works, how can I improve it even more?"