From 2a1ffa7579bafd174c1f3ddab7a236e5c8b83ca1 Mon Sep 17 00:00:00 2001 From: Cal <35017184+CallumWalley@users.noreply.github.com> Date: Thu, 25 Jun 2026 16:05:48 +1200 Subject: [PATCH 1/2] Update navigation entries in NEWPAGE.md Replace placeholder '...' with '*' in navigation entries, as required by newer versions awesomepages Signed-off-by: Cal <35017184+CallumWalley@users.noreply.github.com> --- docs/NEWPAGE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/NEWPAGE.md b/docs/NEWPAGE.md index dd278dd1d..b20fa736f 100644 --- a/docs/NEWPAGE.md +++ b/docs/NEWPAGE.md @@ -116,7 +116,7 @@ The `.page.yml` might looks like this: nav: - Introduction.md - Next_Steps.md - - ... + - "*" ``` `...` will be replaced by all other pages, in the default order. @@ -133,7 +133,7 @@ nav: - Getting_Started - Māui-Mahuika (Differences) : Maui_Mahuika_Differences - ZA̡͊͠͝LGΌ H̸̡̪̯ͨ͊̽̅̾̎Ȩ̬̩̾͛ͪ̈́̀́͘ ̶̧̨̱̹̭̯ͧ̾ͬC̷̙̲̝͖ͭ̏ͥͮ͟Oͮ͏̮̪̝͍M̲̖͊̒ͪͩͬ̚̚͜Ȇ̴̟̟͙̞ͩ͌͝S̨̥̫͎̭ͯ̿̔̀ͅ : Using_regex_to_parse_html -- ... +- "*" ``` From 383ddcb08cf31a7521b99765797ec20b63fdf0d4 Mon Sep 17 00:00:00 2001 From: Jen Reeve <31419037+jen-reeve@users.noreply.github.com> Date: Tue, 7 Jul 2026 13:35:54 +1200 Subject: [PATCH 2/2] Update docs/NEWPAGE.md Signed-off-by: Jen Reeve <31419037+jen-reeve@users.noreply.github.com> --- docs/NEWPAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/NEWPAGE.md b/docs/NEWPAGE.md index b20fa736f..35f76aa55 100644 --- a/docs/NEWPAGE.md +++ b/docs/NEWPAGE.md @@ -119,7 +119,7 @@ nav: - "*" ``` -`...` will be replaced by all other pages, in the default order. +`*` will be replaced by all other pages, in the default order. !!! warning If you do set page order manually, make sure you include the `...` else some pages will not be rendered.