diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 6b992ec..f3fc7ea 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: 'latest' + hugo-version: '0.92.2' # extended: true - name: Build 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"