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"