-
Notifications
You must be signed in to change notification settings - Fork 422
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 Table of Contents for README.md #225
Comments
to confirm my understanding , we'd want something like: Table of contents |
@ConsenSys-Academy Is there a preference on relative vs absolute pathing for the links? |
@yeahmat Hey there! That's exactly right, the only note I'd have would be to use the title of the section / module / lesson as the link text. So No preference on relative vs absolute pathing for the repo, I don't think. Some sections are also missing content (their available as a video on the LMS that we'll need to migrate over), it might be good to note that with an asterisk, if possible. Once you start working on this, though, we can collab! |
Absolutely, grab the H1 text from the actual document, and not the document name itself. 👍
I think relative would be easier manage in the long term. I'll go relative unless there are objections 🙂
Confirmed, if no content exists in the Markdown file for the section, leave an asterisk. I'll get started a bit later this afternoon. Mostly copy/pasting so it should be able to have it in a review state by 05/13 |
@yeahmat awesome! let me know if you have any more questions. Sometimes we miss pings on here so feel to ping in the Edu-DAO discord as well! |
@yeahhhmat Wanted to check in ... Any progress on this? |
@yeahhhmat One more ping! |
Hey guys, I've started to create the table contents for myself, I can create a pull request so we can work together |
Guys I think this should be closed (?) |
To allow people to easily browse and acquaint themselves with the technical content, it would be helpful to have a Table of Contents on the README.md page. This Table of Contents should shows the overall structure of the course, with the modules and lessons linked.
Since the overall nested structure is really large, for readability, it might be helpful to use something like the
<details>
and<summary>
html features when building this Table of Contents. More on those html features here.The text was updated successfully, but these errors were encountered: