You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,7 @@
3
3
**ALWAYS reference these instructions first and fallback to search or bash commands only when you encounter unexpected information that does not match the info here.**
4
4
5
5
Elastic's distributed documentation tooling system built on .NET 9, consisting of:
6
-
-**docs-builder**: CLI tool for building single documentation sets
7
-
-**docs-assembler**: CLI tool for assembling multiple doc sets
6
+
-**docs-builder**: CLI tool for building single documentation sets or assembling or assembling multiple documentation sets
8
7
- Written in C# and F# with extensive Markdown processing capabilities
9
8
10
9
## Working Effectively
@@ -77,10 +76,10 @@ dotnet run --project src/tooling/docs-builder -- serve
77
76
dotnet run --project src/tooling/docs-builder -- --help
78
77
79
78
# Get help for docs-assembler
80
-
dotnet run --project src/tooling/docs-assembler -- --help
79
+
dotnet run --project src/tooling/docs-builder -- assemble --help
0 commit comments