Skip to content

Commit a4bbe0c

Browse files
committed
Add missing parent pages.
1 parent cdfec45 commit a4bbe0c

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

docs/Features.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
layout: default
3+
title: Features
4+
nav_order: 20
5+
---

docs/Legacy.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
layout: default
3+
title: Legacy
4+
nav_order: 100
5+
---

docs/Scoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Scoring is supported in a way similar to some newsreaders. Score is calculated
88
on article import using special filters with a "Modify score" action.
99

1010
Resulting score is a sum of all score modifiers from all matching filters. For
11-
example, if the article matches two filters A (score-+100) and B (score--50),
11+
example, if the article matches two filters A (score +100) and B (score -50),
1212
the resulting score will be 50.
1313

1414
Article score affects the position of the article in the headline buffer (which

docs/Security.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
layout: default
3+
title: Security
4+
nav_order: 50
5+
---

0 commit comments

Comments
 (0)