Skip to content

Commit 65ef6da

Browse files
committed
docs: fix docs nav-indexes to properly link
1 parent 59087f1 commit 65ef6da

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/configuration/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ for _, monitor in ipairs(monitors) do
2020
end
2121
```
2222

23+
!!! danger
24+
25+
This represents a full unsandboxed lua runtime! It can perform any action any lua runtime can
26+
including arbitrary code execution. As such, you should audit any configuration files you
27+
retrieve online.
28+
2329
`styles.css`
2430
```css
2531
.bar {

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ theme:
2626
- content.tabs.link
2727
- navigation.instant
2828
- navigation.footer
29-
- navigation.indexes
30-
- navigation.expand
29+
# - navigation.indexes # use section-index instead
30+
# - navigation.expand # use section-index instead
3131
- navigation.tabs
3232
- navigation.top
3333
- navigation.tracking
34-
- navigation.prune
34+
# - navigation.prune
3535
- search.highlight
3636
- search.share
3737
- search.suggest

0 commit comments

Comments
 (0)