Skip to content

Commit 07150eb

Browse files
committed
docs: correct Jekyll configuration
Modify Jekyll configuration for the operator project. Add stub index page.
1 parent 1d92d6a commit 07150eb

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

docs/_config.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@
1313
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
1414
# You can create any custom variable you would like, and they will be accessible
1515
# in the templates via {{ site.myvariable }}.
16-
title: Node Feature Discovery
16+
title: Node Feature Discovery Operator
1717
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+
2021
url: "https://kubernetes-sigs.github.com" # the base hostname & protocol for your site, e.g. http://example.com
2122

22-
repository: kubernetes-sigs/node-feature-discovery
23+
repository: kubernetes-sigs/node-feature-discovery-operator
2324

2425
# Build settings
2526
markdown: kramdown
@@ -49,4 +50,4 @@ display_version_list: true
4950
release: master
5051

5152
# 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

docs/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Introduction"
3+
layout: default
4+
sort: 1
5+
---
6+
7+
# Introduction
8+
9+
***COMING SOON.***

0 commit comments

Comments
 (0)