-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6ddbf8c
commit ff91a4c
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: Nephio Documentation System FAQ | ||
description: > | ||
Frequently Asked Questions on the Nephio Documentation system | ||
weight: 5 | ||
--- | ||
|
||
# Frequently Asked Questions on the Nephio Documentation system | ||
|
||
1. How do I check the documentation links on the documentation before I check in my changes? | ||
|
||
Install and run *linkspector* | ||
``` | ||
npm install -g @umbrelladocs/linkspector | ||
linkinspector check -c .linkspector.yml | ||
``` |