1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-13 20:30:03 +00:00

docs: add missing .md suffix to internal references

Commit bfbc47f55e added a lot of those and
this patch tries to cover all that we missed there. Having .md suffixes
in references to internal files makes it convenient to browse the
document locally, just as text files as the references work correctly.
This commit is contained in:
Markus Lehtonen 2023-04-25 15:28:07 +03:00
parent 54bd4c5d74
commit 9685d292a2
4 changed files with 8 additions and 8 deletions

View file

@ -6,14 +6,14 @@ sort: 2
# Deployment
See [Image variants](image-variants) for description of the different NFD
See [Image variants](image-variants.md) for description of the different NFD
container images available.
[Using Kustomize](kustomize) provides straightforward deployment with
[Using Kustomize](kustomize.md) provides straightforward deployment with
`kubectl` integration and declarative customization.
[Using Helm](helm) provides easy management of NFD deployments with nice
[Using Helm](helm.md) provides easy management of NFD deployments with nice
configuration management and easy upgrades.
[Using Operator](operator) provides deployment and configuration management via
[Using Operator](operator.md) provides deployment and configuration management via
CRDs.

View file

@ -63,7 +63,7 @@ scenarios under
- [`samples/cert-manager`](https://github.com/kubernetes-sigs/node-feature-discovery/blob/{{site.release}}/deployment/overlays/samples/cert-manager):
an example for supplementing the default deployment with cert-manager for TLS
authentication, see
[Automated TLS certificate management using cert-manager](tls)
[Automated TLS certificate management using cert-manager](tls.md)
for details
- [`samples/custom-rules`](https://github.com/kubernetes-sigs/node-feature-discovery/blob/{{site.release}}/deployment/overlays/samples/custom-rules):
an example for spicing up the default deployment with a separately managed

View file

@ -11,10 +11,10 @@ features and system configuration!
Continue to:
- **[Introduction](introduction)** for more details on the
- **[Introduction](introduction.md)** for more details on the
project.
- **[Quick start](quick-start)** for quick step-by-step
- **[Quick start](quick-start.md)** for quick step-by-step
instructions on how to get NFD running on your cluster.
## Quick-start -- the short-short version

View file

@ -247,7 +247,7 @@ defined built-in labels:
## User defined labels
NFD has many extension points for creating vendor and application specific
labels. See the [customization guide](customization-guide) for
labels. See the [customization guide](customization-guide.md) for
detailed documentation.
## Extended resources