Skip to content

NAV002 #2832

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

NAV002 #2832

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/placeholder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
ContentType: empty
Title: "Placeholder page"
---

# Placeholder page

Text paragraph for a page which doesn't currently exist. Maybe it will exist at some point, or maybe it will be redesigned out of the navigation, but for now, this is its place.

Check warning on line 8 in docs/placeholder.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [from-write-good.Weasel] 'currently' is a weasel word! Raw Output: {"message": "[from-write-good.Weasel] 'currently' is a weasel word!", "location": {"path": "docs/placeholder.md", "range": {"start": {"line": 8, "column": 41}}}, "severity": "WARNING"}

Check warning on line 8 in docs/placeholder.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [from-write-good.Passive] 'be redesigned' may be passive voice. Use active voice if you can. Raw Output: {"message": "[from-write-good.Passive] 'be redesigned' may be passive voice. Use active voice if you can.", "location": {"path": "docs/placeholder.md", "range": {"start": {"line": 8, "column": 110}}}, "severity": "WARNING"}

``` mermaid
graph LR
A[Start] --> B{Error?};
B -->|Yes| C[Hmm...];
C --> D[Debug];
D --> B;
B ---->|No| E[Yay!];
```
Loading