-
Notifications
You must be signed in to change notification settings - Fork 1
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
Created a new recipe #33
base: master
Are you sure you want to change the base?
Conversation
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.
Good job, you are very close to making it work!
Check my comments!
@@ -0,0 +1,18 @@ | |||
Pastasallad | |||
|
|||
(../../img/gnocchi-pumpa.jpeg) |
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.
Mmm this looks like the link to the picture of another recipe..
@@ -26,5 +26,6 @@ nav: | |||
- Home: 'index.md' | |||
- Pastas & similar: | |||
- Gnocchi with Pumpkin: "main-courses/pastas/gnocchi_with_pumpkin.md" | |||
- Pastasallad: "main-cources/pastaspastasallad.md" |
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.
@@ -0,0 +1,18 @@ | |||
Pastasallad |
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.
Here you created a file in the directory docs/main-courses/pastas/pasta/ . I think it's fine to have it a level above, that is docs/main-courses/pastas/.
This way the link to the specific recipe would be docs/main-courses/pastas/pastasallad.md
This way it would reflect what you added in the mkdocs.yml file!
@@ -26,5 +26,6 @@ nav: | |||
- Home: 'index.md' | |||
- Pastas & similar: | |||
- Gnocchi with Pumpkin: "main-courses/pastas/gnocchi_with_pumpkin.md" | |||
- Pastasallad: "main-cources/pastaspastasallad.md" |
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.
- Pastasallad: "main-cources/pastaspastasallad.md" | |
- Pastasallad: "main-cources/pastas/pastasallad.md" |
This PR adds | fixes:
How to prepare for test:
ssh
to ...bash servers/resources/SERVER.scilifelab.se/update-[THIS_TOOL]-stage.sh [THIS-BRANCH-NAME]
How to test:
Expected outcome:
Review:
This version is a: