We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5c8ef commit 4fa3266Copy full SHA for 4fa3266
config.yaml
@@ -8,18 +8,22 @@ enableRobotsTXT: true
8
menu:
9
main:
10
- identifier: docs
11
- name: Docs
+ name: Product Docs
12
url: https://crc.dev/crc
13
weight: 1
14
+ - identifier: eng-docs
15
+ name: Engineering Docs
16
+ url: https://crc.dev/engineering-docs/
17
+ weight: 2
18
- identifier: releases
19
name: Releases
20
url: https://mirror.openshift.com/pub/openshift-v4/clients/crc/
- weight: 2
21
+ weight: 3
22
- identifier: archive
23
name: Archive
24
title: Archive
25
url: /posts/
- weight: 3
26
+ weight: 4
27
28
params:
29
author: "CRC Contributors"
0 commit comments