Skip to content

Commit a77451f

Browse files
remove weight
1 parent 6517a4b commit a77451f

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

docs/editors/neovim.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Neovim
3-
weight: 10
43
---
54

65
# djls.nvim

docs/processor.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -524,12 +524,7 @@ def main():
524524
input="editors/nvim/README.md",
525525
output="docs/editors/neovim.md",
526526
processors=[
527-
add_frontmatter(
528-
{
529-
"title": "Neovim",
530-
"weight": 10,
531-
}
532-
),
527+
add_frontmatter({"title": "Neovim"}),
533528
*common_processors,
534529
],
535530
preview=True,

0 commit comments

Comments
 (0)