Skip to content

Commit

Permalink
[MINOR] Merge Command got mkdocs-awesome 😎
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklaskowski committed Jul 3, 2023
1 parent 484a5c0 commit 5404684
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
4 changes: 4 additions & 0 deletions docs/commands/merge/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
title: Merge
nav:
- index.md
- ...
4 changes: 4 additions & 0 deletions docs/commands/merge/DeltaMergeInto.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: DeltaMergeInto
---

# DeltaMergeInto Logical Command

`DeltaMergeInto` is a logical `Command` ([Spark SQL]({{ book.spark_sql }}/logical-operators/Command/)).
Expand Down
17 changes: 1 addition & 16 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,22 +335,7 @@ nav:
- commands/generate/index.md
- DeltaGenerateCommand: commands/generate/DeltaGenerateCommand.md
- Merge:
- commands/merge/index.md
- ClassicMergeExecutor: commands/merge/ClassicMergeExecutor.md
- DeltaMergeAction: commands/merge/DeltaMergeAction.md
- DeltaMergeBuilder: commands/merge/DeltaMergeBuilder.md
- DeltaMergeInto: commands/merge/DeltaMergeInto.md
- DeltaMergeIntoClause: commands/merge/DeltaMergeIntoClause.md
- DeltaMergeIntoDeleteClause: commands/merge/DeltaMergeIntoDeleteClause.md
- DeltaMergeIntoInsertClause: commands/merge/DeltaMergeIntoInsertClause.md
- DeltaMergeIntoMatchedClause: commands/merge/DeltaMergeIntoMatchedClause.md
- DeltaMergeIntoUpdateClause: commands/merge/DeltaMergeIntoUpdateClause.md
- DeltaMergeMatchedActionBuilder: commands/merge/DeltaMergeMatchedActionBuilder.md
- DeltaMergeNotMatchedActionBuilder: commands/merge/DeltaMergeNotMatchedActionBuilder.md
- InsertOnlyMergeExecutor: commands/merge/InsertOnlyMergeExecutor.md
- JoinedRowProcessor: commands/merge/JoinedRowProcessor.md
- MergeIntoCommand: commands/merge/MergeIntoCommand.md
- MergeIntoCommandBase: commands/merge/MergeIntoCommandBase.md
- ... | flat | commands/merge/**.md
- Optimize:
- commands/optimize/index.md
- InterleaveBits: commands/optimize/InterleaveBits.md
Expand Down

0 comments on commit 5404684

Please sign in to comment.