-
Notifications
You must be signed in to change notification settings - Fork 20
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
Create a landing page that is browsable in the platform #349
Comments
The simplest way to do it is add some file (e.g. intro.md), but I am not sure how it would play out in the generated docs. @bsipocz, any thoughts? |
Our landing page currently is So, what we can do relatively easily to either modify index.md or add one more layer on the top, but within the same theme (like the np docs). That will limit what we can change in styling etc (I'm also not a frontend guru so I would like to avoid diving into too much CSS as there are a lot of nuances that work now but can be a minefield if we fly solo), but some big picture customisation is possible (e.g. turning of the sidebar for the landing page, etc. |
what I am looking for will be rendered as md inside jupyterlab not html. |
Hmm. Not sure if this is the correct repo for it then or (I would just like to avoid the situation to have multiple locations to document the same things as versions tend to diverge over time...) |
I think the point here is that Fornax now automatically has loaded a fresh pull of the main branch of fornax-demo-notebooks when a user logs into jupyterlab.This is an improvement, and overall something we want. The problem is that us users can't see the notebooks in the left hand file folder section of jupyterlab and therefore can't open the files in a notebook view. So, I think this issue is to have some sort of way for users to be able to click on those .md files and open them as notebooks. But, if I am confusing the issue @zoghbi-a please clarify. |
When the notebooks are automatically loaded when a user login, it will be nice to have a landing page (in markdown) that is opened automatically, and should give a quick intro with a short description of the notebooks and links that would launch them.
This issue is to create a landing page document. The rest will be part of the image itself.
The text was updated successfully, but these errors were encountered: