Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

website: Add FAQ section #20

Merged
merged 1 commit into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading