-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
instructor-notes compulsory? #16
Comments
I now know also why I have not noticed the upper nav. It might be good to have a good look though mobile view of this and make sure that the nav still renders in some way even with a narrower browser window |
Hi @Athanasiamo, I've seen this and I will respond soon :) |
At the moment, consider it mandatory, but thinking about it: it does not need to be mandatory. I can create the file if it does not exist. |
Short answer: The glossary will be in Long answer: This is one of the things I need to add to the template 🤦🏼. Right now, the established pattern for the glossary is in a file called |
There are a couple of things going on here:
To answer your question about instructor notes: Creating general instructor notes that are more general and not tied within episodes is to add them to the |
I agree that I haven't done a good job at making this more obvious. I'll try to improve the documentation.
I think adding a border will make it more visible. At the moment, the hamburger menu doesn't necessarily look like it can be clicked on, but a border will certainly highlight that. I've opened carpentries/varnish#48 for this.
I think this makes sense. I've opened an issue in varnish: carpentries/varnish#47 |
Additionally, because this issue goes beyond the scope of sandpaper itself, I'm going to transfer this to the workbench |
I believe the reason why the nav doesn't take up space on narrow browser windows is a concern for accessibility (you can see the process we used to design the frontend here: https://carpentries.org/blog/2021/05/lesson-template-design-process/) and the hamburger menu in the top right is the solution, which will be more obvious once we address carpentries/varnish#48 |
And once again, I realise that I have been a terrible host. Thank you for your detailed feedback @Athanasiamo! I really appreciate you taking the time to highlight these areas for improvement |
you've been a great host, no worries @zkamvar . Your answers are thorough and thoghtful, its all good :) I did realise something else about the nav too. So, when in wide browser, everything looks fine. When narrowed, the nav dissapears and a "hamburger" appears. Now, this is all as expected, imo. The unexpected is that the content ov the hamburger nav when expanded, is not the nav links as in the nav for the wide view. So, the hambuger expands into episode list, but the nav links that exist in the wide browser are no where to be found (at least I cant find them). |
Indeed, navbars are tricky AF, and I've opened carpentries/sandpaper#306 to help me track this thank you! |
for my part, all my questions have been answered or moved into meaningful new issues. SO we can close this is you dont have a need for it. |
Thank you for your feedback and attention to detail! |
I really love the workbench, its an excellent piece of work, and looks so much nicer and more contemporary.
I find it generally easier to generate, serve locally and work with.
As i'm working on creating a new incubator lesson, I have some questions as I'm creating them, that I cant seem to find the answers to in the docs. Sorry if the questions belong to the docs repo in stead. Transfer if need be.
instructors/instructor-notes.md
file mandatory?I'm getting build errors if I remove it (or name it something else), but can also not see where its rendered in the final site.
instructors/glossary.md
file wont appear in the served site. not as I can see.So, a follow-up to these two first questions:
3. Are files in the
instructor/
folder supposed to follow the same naming convention as in episodes to show up in the instructors view of the site? And is there a system for creating other instructors notes not necessarily tied directly to episodes, but rather to general content?I've added a
glossary.md
toinstructors/
andlearners/
folders, but cant seem to understand where these should be rendered on the site.** EDIT **
The text was updated successfully, but these errors were encountered: