Skip to content

Commit 686ba57

Browse files
committed
[Generator] adding of sort by name
1 parent 4ab7c71 commit 686ba57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def make_yml(doc_name, src_dir = "")
3434

3535
@parser.lexer.ark_path = src_dir if src_dir != ""
3636
@parser.parse
37-
labels = @parser.parsed.keys
37+
labels = @parser.parsed.keys.sort
3838

3939
yml = File.open(doc_path + '/' + "mkdocs.yml", 'w')
4040

0 commit comments

Comments
 (0)