File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 13
13
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14
14
# You can create any custom variable you would like, and they will be accessible
15
15
# in the templates via {{ site.myvariable }}.
16
- title : Node Feature Discovery
16
+ title : Node Feature Discovery Operator
17
17
description : >- # this means to ignore newlines until "baseurl:"
18
- Documentation of Node Feature Discovery - a Kubernetes add-on for discovering
19
- and advertising hardware features and system configuration in the cluster.
18
+ Documentation of Node Feature Discovery Operator - an operator for managing
19
+ detection of hardware features and configuration in a kubernetes cluster.
20
+
20
21
url : " https://kubernetes-sigs.github.com" # the base hostname & protocol for your site, e.g. http://example.com
21
22
22
- repository : kubernetes-sigs/node-feature-discovery
23
+ repository : kubernetes-sigs/node-feature-discovery-operator
23
24
24
25
# Build settings
25
26
markdown : kramdown
@@ -49,4 +50,4 @@ display_version_list: true
49
50
release : master
50
51
51
52
# Container image which to point to in the documentation
52
- container_image : gcr.io/k8s-staging-nfd/node-feature-discovery:master
53
+ container_image : gcr.io/k8s-staging-nfd/node-feature-discovery-operator :master
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " Introduction"
3
+ layout : default
4
+ sort : 1
5
+ ---
6
+
7
+ # Introduction
8
+
9
+ *** COMING SOON.***
You can’t perform that action at this time.
0 commit comments