moodle / devdocs

Source of the Moodle Developer Resources and Documentation
https://moodledev.io/
Other
36 stars 257 forks source link

[docs] Explain changes done in reset course page - Blocked by MDL-81872 #1032

Closed sarjona closed 1 month ago

sarjona commented 1 month ago

This should be integrated when https://tracker.moodle.org/browse/MDL-81872 is merged.

netlify[bot] commented 1 month ago

Deploy Preview for moodledevdocs ready!

Name Link
Latest commit 26f65adaddb7e9bf888d728332624de33ca67c63
Latest deploy log https://app.netlify.com/sites/moodledevdocs/deploys/6655336c9b19f200088b0ffc
Deploy Preview https://deploy-preview-1032--moodledevdocs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

github-actions[bot] commented 1 month ago

⚡️ Lighthouse report for the deploy preview of this PR

URL Performance Accessibility Best Practices SEO PWA Report
/ 🟠 78 🟢 95 🟢 100 🟢 90 🟢 100 Report
/docs/4.4/apis/commonfiles 🟠 71 🟢 93 🟢 100 🟢 100 🟢 100 Report
/general/development/gettingstarted 🟠 78 🟢 95 🟢 100 🟢 90 🟢 100 Report
/general/releases 🟠 65 🟢 95 🟢 100 🟢 100 🟢 100 Report
andrewnicols commented 1 month ago

Note: I added an extra commit to:

The indentation was necessary to fix the markup and keep the codeblock as a part of the parent LI. Without it being indented it is treated as a separate entity leading to markup resembling:

UL
  LI

CODE

UL
  LI

By indenting the backticks it becomes:

UL
  LI
    CODE
  LI
sarjona commented 1 month ago

Thanks a lot for improving the patch and sharing this useful information Andrew! <3