mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-05 16:27:05 +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.
21 lines
303 B
Markdown
21 lines
303 B
Markdown
---
|
|
title: "E2E-test config reference"
|
|
layout: default
|
|
sort: 5
|
|
published: false
|
|
---
|
|
|
|
# Configuration file reference of end-to-end tests
|
|
{: .no_toc}
|
|
|
|
## Table of contents
|
|
{: .no_toc .text-delta}
|
|
|
|
1. TOC
|
|
{:toc}
|
|
|
|
---
|
|
|
|
***WORK IN PROGRESS.***
|
|
|
|
This section describes the end-to-end test configuration file.
|