Skip to content

Commit e701983

Browse files
authored
Documentation for sorting (nushell#1568)
* Start sorting documentation * Populate sorting page * Update table sort example with table used in test * Add better strict sorting variants * Add remaining sort documentation * Fix typo * Add extra suggestions for sorting mixed types * Fix typos ci false positive * Remove duplicate record sorting section
1 parent 850756e commit e701983

File tree

4 files changed

+406
-0
lines changed

4 files changed

+406
-0
lines changed

.vuepress/configs/sidebar/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export const sidebarEn: SidebarConfig = {
6161
],
6262
},
6363
'/book/overlays.md',
64+
'/book/sorting.md',
6465
'/book/testing.md',
6566
'/book/style_guide.md',
6667
],

0 commit comments

Comments
 (0)