Skip to content

Commit

Permalink
Added documentation FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
liamfallon committed Feb 1, 2024
1 parent 6ddbf8c commit ff91a4c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions content/en/docs/guides/contributor-guides/doc-faq.md
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
```

0 comments on commit ff91a4c

Please sign in to comment.