mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-16 13:28:18 +00:00
Introduce two main sections "Deployment" and "Usage" and move "Developer guide" to the top level, too. In particular, split the huge deployment-and-usage file into multiple parts under the new main sections. Move customization guide from "Advanced" to "Usage". This patch also renames "Advanced" to "Reference" as only that is left there is reference documentation.
30 lines
535 B
Markdown
30 lines
535 B
Markdown
---
|
|
title: "Examples and demos"
|
|
layout: default
|
|
sort: 7
|
|
---
|
|
|
|
# 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).
|