mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-06 00:37:01 +00:00
Make table of contents in the pages cleaner and more readable by dropping the main heading (H1 level) from TOCs. This was the original intention with the usage of "no_toc" kramdown magic, which was broken, however. The kramdown class magic needs to be specified on the line immediately following the headinds, otherwise it has no effect. We need to disable MD022 rule of mdlint as it does not understand this magic.
30 lines
535 B
Markdown
30 lines
535 B
Markdown
---
|
|
title: "Examples and demos"
|
|
layout: default
|
|
sort: 5
|
|
---
|
|
|
|
# Examples and demos
|
|
{: .no_toc}
|
|
|
|
## Table of contents
|
|
{: .no_toc .text-delta}
|
|
|
|
1. TOC
|
|
{:toc}
|
|
|
|
---
|
|
|
|
This page contains usage examples and demos.
|
|
|
|
## Demos
|
|
|
|
### Usage demo
|
|
|
|
[](https://asciinema.org/a/247316)
|
|
|
|
### Demo use case
|
|
|
|
A demo on the benefits of using node feature discovery can be found in the
|
|
source code repository under
|
|
[demo/](https://github.com/kubernetes-sigs/node-feature-discovery/tree/{{site.release}}/demo).
|