Replies: 2 comments 11 replies
-
Kia ora, I am wondering about the same thing. In many learning management systems there is a main navigation and then a navigation through a set of units, steps, activities, etc. that make up a learning sequence. Often, there are buttons at the top of the page that represent each one of these and show the learner's progress through the sequence. Now, with Material, I would utilize the table of contents to provide the navigation. In keeping with the aim to not overwhelm the learner and to focus their attention, I would hide all content that is not in a currently selected part. That means adding some JavaScript to the ToC to hide/unhide the parts. Of course, with this setup, the Does that approach sound like what you had in mind? Re including bootstrap, there has been a previous discussion #2461 but that was quite a while back. I do wonder what would happen today? I don't really know Bootstrap well enough to judge what issues might arise but perhaps others have experience? |
Beta Was this translation helpful? Give feedback.
-
Kia ora. I am wondering if the button solution mentioned above enhanced with some code and a The idea is:
Implementation
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Kia ora.
I would like to have some step-by-step instructions included in my documentation. Based on the idea not to overwhelm the reader with a wall of text. So break it down into pages/individual markdown files---paginate it.
I have experimented with the
- navigation.footer
option but that gives me a very crude implementation where backwards and forwards isn't really controllable. I can't just have one 7 step guide with back and forward buttons, but it would go backwards to any previous page.
There might be an option to use it as a blog. But that seems a bit like overkill.
I'd ideally also want to include some Bootstrap.
Thanks for sharing suggestions.
Cheers
J
Beta Was this translation helpful? Give feedback.
All reactions