forked from thefaylab/lab-manual
-
Notifications
You must be signed in to change notification settings - Fork 0
How to add MML Manual chapters
Katie Luxa edited this page Nov 8, 2022
·
9 revisions
To add a new chapter to the MML Manual, start by clicking "Add file" on the repo Code page, then select "Create new file".
Enter a title for the file. We have been including a number at the beginning to make it easier to organize the chapter order. Be sure to include the ".qmd" file extension.
Enter and format whatever text you have for the chapter. When you're done, commit the changes. Your chapter file should now appear on the repo Code page.
To get the chapter to appear on the website, you'll need to edit the "_quarto.yml" file.
Under "chapters", add the name of your qmd file to the list. Commit the changes.
Give Github a minute or two to render the website and - voila! - your chapter should be visible!