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] 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 -- ... +- "*" ```