Skip to content

Commit a54c976

Browse files
committed
feat(pattern-docs): introduce dual-track pattern documentation
1 parent b55d7ce commit a54c976

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed
File renamed without changes.

meta/patterns/sliding_window/_config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ footer_files = [
2424
"_templates.md"
2525
]
2626

27+
# Output configuration
28+
# Generate to: docs/patterns/sliding_window/templates.md
29+
[output]
30+
subdirectory = "sliding_window"
31+
filename = "templates.md"

meta/patterns/two_pointers/_config.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ footer_files = [
2222
"_templates.md"
2323
]
2424

25+
# Output configuration
26+
# Generate to: docs/patterns/two_pointers/templates.md
27+
[output]
28+
subdirectory = "two_pointers"
29+
filename = "templates.md"
30+

0 commit comments

Comments
 (0)