Manual
Manual copied to clipboard
Additional documentation for tours: how to create the What's New tour and prepare it for a Joomla release
PR Type
Documentation
Description
-
Adds comprehensive guide for creating "What's New" tours in Joomla.
-
Introduces a new index page for the Guided Tours documentation section.
-
Updates and clarifies general tour creation instructions.
Changes walkthrough 📝
| Relevant files | |||||||
|---|---|---|---|---|---|---|---|
| Documentation |
|
Need help?
Type /help how to ...in the comments thread for any questions about Qodo Merge usage.Check out the documentation for more information.
Some annotations.
- Every file needs a h1 headline underlined with
= - Please don't use "timebased or version based" information, things like "Since version 4.3...." just write the docs that the feature exists. Reason is that in 2 years nobody is interested in when the feature has been added.
- if you use code blocks please add the language and may add a headline for it, example
```sql title="uninstall previous tours" - if you like to have the mysql and postgresql more compact you can use tabs
I updated the syntax a bit and versions
@obuisard is this ready to merge?
PR Reviewer Guide 🔍
Here are some key observations to aid the review process:
| ⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪ |
| 🧪 No relevant tests |
| 🔒 No security concerns identified |
⚡ Recommended focus areas for reviewInconsistent Formatting
|
PR Code Suggestions ✨
Explore these optional code suggestions:
| Category | Suggestion | Impact |
| General |
Fix nested code blocksThe SQL code blocks are missing proper markdown syntax for code fences within docs/general-concepts/guided-tours/create-whatsnewtour.md [107-128]
DELETE FROM "#__guidedtours" WHERE "uid" LIKE 'joomla-whatsnew-%';
Suggestion importance[1-10]: 3__ Why: The suggestion correctly identifies that nested code blocks within Tabs components often require surrounding blank lines for proper rendering in Markdown parsers like Docusaurus. This is a minor formatting fix to improve documentation appearance. | Low |
Fix code block formattingSimilar to the previous issue, the nested SQL code blocks need proper spacing to docs/general-concepts/guided-tours/create-whatsnewtour.md [132-145]
-</TabItem>
Suggestion importance[1-10]: 3__ Why: Similar to the previous suggestion, this correctly points out the need for blank lines around nested code blocks within Tabs for proper rendering. It also implicitly corrects inconsistent spacing. This is a minor formatting improvement for documentation readability. | Low | |
| ||
@obuisard is this ready to merge?
Yes thanks Harald @HLeithner