From 4fa326682636960254ad9f6fe7a7134aae9d9ef0 Mon Sep 17 00:00:00 2001 From: Gerard Braad Date: Tue, 26 Nov 2024 14:47:55 +0800 Subject: [PATCH] Add "Engineering Docs" to navigation --- config.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index 5835f6e..8a4c770 100644 --- a/config.yaml +++ b/config.yaml @@ -8,18 +8,22 @@ enableRobotsTXT: true menu: main: - identifier: docs - name: Docs + name: Product Docs url: https://crc.dev/crc weight: 1 + - identifier: eng-docs + name: Engineering Docs + url: https://crc.dev/engineering-docs/ + weight: 2 - identifier: releases name: Releases url: https://mirror.openshift.com/pub/openshift-v4/clients/crc/ - weight: 2 + weight: 3 - identifier: archive name: Archive title: Archive url: /posts/ - weight: 3 + weight: 4 params: author: "CRC Contributors"