Skip to content

Commit bda42ef

Browse files
committed
Add category backlinks
1 parent db1670b commit bda42ef

File tree

538 files changed

+1259
-1409
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

538 files changed

+1259
-1409
lines changed

commands/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To see all commands from inside Nushell, run [`help commands`](/commands/docs/he
2525
<th>Feature</th>
2626
</tr>
2727
<tr v-for="command in commands">
28-
<td><a :href="command.path">{{ command.title }}</a></td>
28+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2929
<td style="white-space: pre-wrap;">{{ command.frontmatter.categories }}</td>
3030
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
3131
<td style="white-space: pre-wrap;">{{ command.frontmatter.feature }}</td>

commands/categories/bits.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/bytes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/chart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/conversions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/core.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/database.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/dataframe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/dataframe_or_lazyframe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/date.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/debug.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/default.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/env.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/experimental.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/expression.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/filesystem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/filters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/formats.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/generators.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/hash.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/history.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/lazyframe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/math.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/misc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/network.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/path.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/platform.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/random.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/removed.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/shells.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/strings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/system.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/categories/viewers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Description</th>
2121
</tr>
2222
<tr v-for="command in commands">
23-
<td><a :href="command.path">{{ command.title }}</a></td>
23+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
2424
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
2525
</tr>
2626
</table>

commands/docs/alias.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ feature: default
1111
---
1212
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1313

14-
# <code>{{ $frontmatter.title }}</code> for core
14+
# `alias` for [core](/commands/categories/core.md)
1515

16-
<div class='command-title'>{{ $frontmatter.core }}</div>
16+
<div class='command-title'>Alias a command (with optional flags) to a new name.</div>
1717

1818
## Signature
1919

commands/docs/all.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ feature: default
1111
---
1212
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1313

14-
# <code>{{ $frontmatter.title }}</code> for filters
14+
# `all` for [filters](/commands/categories/filters.md)
1515

16-
<div class='command-title'>{{ $frontmatter.filters }}</div>
16+
<div class='command-title'>Test if every element of the input fulfills a predicate expression.</div>
1717

1818
## Signature
1919

commands/docs/ansi.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ feature: default
1111
---
1212
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1313

14-
# <code>{{ $frontmatter.title }}</code> for platform
14+
# `ansi` for [platform](/commands/categories/platform.md)
1515

16-
<div class='command-title'>{{ $frontmatter.platform }}</div>
16+
<div class='command-title'>Output ANSI codes to change color and style of text.</div>
1717

1818
## Signature
1919

commands/docs/ansi_gradient.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,14 @@ platform: |
77
Add a color gradient (using ANSI color codes) to the given string.
88
usage: |
99
Add a color gradient (using ANSI color codes) to the given string.
10-
feature: extra
10+
feature: default
1111
---
1212
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1313

14-
# <code>{{ $frontmatter.title }}</code> for platform
14+
# `ansi gradient` for [platform](/commands/categories/platform.md)
1515

16-
<div class='command-title'>{{ $frontmatter.platform }}</div>
16+
<div class='command-title'>Add a color gradient (using ANSI color codes) to the given string.</div>
1717

18-
19-
::: warning
20-
Command `ansi gradient` was not included in the official binaries by default, you have to build it with `--features=extra` flag
21-
:::
2218
## Signature
2319

2420
```> ansi gradient {flags} ...rest```

commands/docs/ansi_link.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ feature: default
1111
---
1212
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1313

14-
# <code>{{ $frontmatter.title }}</code> for platform
14+
# `ansi link` for [platform](/commands/categories/platform.md)
1515

16-
<div class='command-title'>{{ $frontmatter.platform }}</div>
16+
<div class='command-title'>Add a link (using OSC 8 escape sequence) to the given string.</div>
1717

1818
## Signature
1919

commands/docs/ansi_strip.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ feature: default
1111
---
1212
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1313

14-
# <code>{{ $frontmatter.title }}</code> for platform
14+
# `ansi strip` for [platform](/commands/categories/platform.md)
1515

16-
<div class='command-title'>{{ $frontmatter.platform }}</div>
16+
<div class='command-title'>Strip ANSI escape sequences from a string.</div>
1717

1818
## Signature
1919

commands/docs/any.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ feature: default
1111
---
1212
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1313

14-
# <code>{{ $frontmatter.title }}</code> for filters
14+
# `any` for [filters](/commands/categories/filters.md)
1515

16-
<div class='command-title'>{{ $frontmatter.filters }}</div>
16+
<div class='command-title'>Tests if any element of the input fulfills a predicate expression.</div>
1717

1818
## Signature
1919

0 commit comments

Comments
 (0)