-
Notifications
You must be signed in to change notification settings - Fork 12
📝 Overhaul the documentation #41
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
Conversation
|
This pr is blocked by #38 to avoid merge conflicts. |
3cd4ad5 to
f6b778b
Compare
…attleCh1cken/notebookinator into feature/documentation-overhaul
| - `globals.typ`: Contains all of the global variables for the entire project. | ||
| - `utils.typ`: Utility functions intended to help implement themes. | ||
| - `themes/`: The folder containing all of the themes. | ||
| - `themes.typ`: An index of all the themes are contained in the template |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove tab
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it has a tab because themes.typ is inside the themes/ folder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I realize my mdbook was out of date.
Isaiah15414
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Just fixed some typos, but everything reads very well
a1447a7 to
084b690
Compare
Summary
This pull request migrates the documentation from a
.pdffile, which is hard to navigate for users, to a website rendered bymdbook.Checklist