From 6c46f070eeef58811bcf11eb214cf493c4702d4c Mon Sep 17 00:00:00 2001 From: Szymon Pobiega Date: Mon, 30 Dec 2024 10:08:22 +0100 Subject: [PATCH 1/2] Add consideration for the next steps --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b8471d1a91a..d52be1f630b 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ As part of a full review, the following should be done: * Content is correct up to and including the current released version * Content can benefit from having its own header so that it is picked up while searching for a related topic. * Summary and title are adequate +* Consider what is the best place to direct the reader after they are done reading the current page. Add a link to that page at the bottom. * Update the reviewed date in the header, even if no changes were made. * Remove [security advisories](https://docs.particular.net/security-advisories/) for no longer supported versions @@ -1156,6 +1157,10 @@ Paragraph after… The engine will parse the video ID out of the YouTube URL and create a properly styled embed. +### Document stucture + +- Consider what is the best place to direct the reader after they are done reading the current page. Add a link to that page at the bottom. + ### Terminology #### Bus From d907d855667eed6919612382d157e99579891a44 Mon Sep 17 00:00:00 2001 From: Ramon Smits Date: Fri, 10 Jan 2025 08:44:59 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: WilliamBZA --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d52be1f630b..63f3d25dd79 100644 --- a/README.md +++ b/README.md @@ -1157,7 +1157,7 @@ Paragraph after… The engine will parse the video ID out of the YouTube URL and create a properly styled embed. -### Document stucture +### Related content - Consider what is the best place to direct the reader after they are done reading the current page. Add a link to that page at the bottom.