From 7fd08548a83ccb15bae7add172c8c54e2609a26c Mon Sep 17 00:00:00 2001 From: madomado Date: Mon, 12 Aug 2024 21:43:23 +0800 Subject: [PATCH] feat: publish release/diff-fedora --- src/consts.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/consts.ts b/src/consts.ts index bcf0f92d..f4429978 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -83,7 +83,10 @@ export const SIDEBAR: Sidebar = { { text: "Keyboard Configuration", link: "en/usage/keyboard-cfg" } ], - "Release Notes": [{ text: "Errata", link: "en/release/errata" }], + "Release Notes": [ + { text: "Errata", link: "en/release/errata" }, + { text: "Differences with Fedora", link: "en/release/diff-fedora" } + ], // Chromebook: [ // { text: "Getting Started", link: "en/chromebook/chromebook" }, // { text: "Getting Chromebook Edition", link: "en/chromebook/getting" },