-
Notifications
You must be signed in to change notification settings - Fork 4
Guide development: static vs more dynamic #26
Comments
I think it would be very interesting to explore Katacoda for some of the guides. However I am not sure that it's suited for all the stuff we want to showcase. For example the So in my mind it's not a question of one or the other, I believe we can very well do both. |
To be honest, I think the boosters could be developed as Katacoda example instead of using launcher as their scope is quite small and Katacoda would be well suited to show the examples they demonstrate running easily. ;) |
The more I think about it, the more I think documenting the code / deployment parts of the boosters as katacoda lessons is the best way to do it. Then, we can focus on more reference-type documents on the site. |
I think this would be fine, though I think we'd still want to make sure whatever we do functions well on the website and keeps users engaged there. E.g. We'll still need guides and instructions on the site that explain what to do with Katacoda. |
Well, the beauty of katacoda (if done well) is that the instructions are right there in the tutorial so it should be self-contained and stand on its own. |
Right but how do users find out about what katacoda demos to access in the first place? And etc... we'd want those showcased somewhere on the site, yes? |
I'm wondering if we should develop the
guide's content
using a more traditional approach/way where we describe the step-by-step instructions with snippet codes using a static format (markdown, asciidoctor) OR if we must enhance it using by example katacodaEven if more work will be required for developing a step-by-step guide targeting katacoda, it offers with
run command
a very intuitive way to play with the technology, which is zero-error, can also avoid that we explain within the guide how to be Cloud Ready, jow to setup f-m-p, ... As we control what is deployed on openshift, we have better controlGuide is designed as a collection of steps with code - snippet
Example of scenario : https://github.com/katacoda/scenario-example/tree/master/scenario
{{execute}}
tagor executed and copied to editor (if you use
<pre></pre>
)WDYT : @lincolnthree, @gytis, @metacosm, @geoand ?
E.g. : https://www.katacoda.com/courses/docker/deploying-first-container
The text was updated successfully, but these errors were encountered: