From 9edeeea85f04c0187681b71a5bf0588e39c522d0 Mon Sep 17 00:00:00 2001 From: Vincent T Date: Thu, 11 Jan 2024 11:33:44 -0500 Subject: [PATCH] Website: Add FAQ section / Nav links Signed-off-by: Vincent T --- README.md | 3 +++ config.yaml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 8f6940f..a9f075b 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,9 @@ an import module, e.g.: and then start the local server again with `make run`. +You can then view the changes in the `new_latest` version of the docs by accessing the site at the server. +ex. `http://localhost:1313/docs/new_latest`. + ## Changing the published documentation The documentation is set under `params.docs` in [config.yaml](./config.yaml) and diff --git a/config.yaml b/config.yaml index 661629b..e30b6e5 100644 --- a/config.yaml +++ b/config.yaml @@ -45,6 +45,8 @@ params: link: https://headlamp.dev/docs/latest/installation/desktop/ - title: Plugin development link: https://headlamp.dev/docs/latest/development/plugins/ + - title: F.A.Q. + link: https://headlamp.dev/docs/latest/faq/ news_stripe: text: 'Headlamp present with a kiosk at KubeCon NA 2023 [Read more ยป](/blog/2023/11/headlamp-in-kubecon-north-america-2023/)' expiration: "2023-11-10T00:00:00+02:00"