Skip to content

Commit 7004c53

Browse files
authored
Refresh Nu command docs for v0.102 (#1772)
1 parent e994d06 commit 7004c53

File tree

601 files changed

+3111
-1243
lines changed

Some content is hidden

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

601 files changed

+3111
-1243
lines changed

commands/categories/bits.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
editLink: false
3+
contributors: false
4+
---
5+
16
# Bits
27

38
<script>
@@ -15,12 +20,16 @@
1520
</script>
1621

1722
<table>
18-
<tr>
19-
<th>Command</th>
20-
<th>Description</th>
21-
</tr>
22-
<tr v-for="command in commands">
23-
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
24-
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
25-
</tr>
23+
<thead>
24+
<tr>
25+
<th>Command</th>
26+
<th>Description</th>
27+
</tr>
28+
</thead>
29+
<tbody>
30+
<tr v-for="command in commands">
31+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
32+
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
33+
</tr>
34+
</tbody>
2635
</table>

commands/categories/bytes.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
editLink: false
3+
contributors: false
4+
---
5+
16
# Bytes
27

38
<script>
@@ -15,12 +20,16 @@
1520
</script>
1621

1722
<table>
18-
<tr>
19-
<th>Command</th>
20-
<th>Description</th>
21-
</tr>
22-
<tr v-for="command in commands">
23-
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
24-
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
25-
</tr>
23+
<thead>
24+
<tr>
25+
<th>Command</th>
26+
<th>Description</th>
27+
</tr>
28+
</thead>
29+
<tbody>
30+
<tr v-for="command in commands">
31+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
32+
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
33+
</tr>
34+
</tbody>
2635
</table>

commands/categories/chart.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
editLink: false
3+
contributors: false
4+
---
5+
16
# Chart
27

38
<script>
@@ -15,12 +20,16 @@
1520
</script>
1621

1722
<table>
18-
<tr>
19-
<th>Command</th>
20-
<th>Description</th>
21-
</tr>
22-
<tr v-for="command in commands">
23-
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
24-
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
25-
</tr>
23+
<thead>
24+
<tr>
25+
<th>Command</th>
26+
<th>Description</th>
27+
</tr>
28+
</thead>
29+
<tbody>
30+
<tr v-for="command in commands">
31+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
32+
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
33+
</tr>
34+
</tbody>
2635
</table>

commands/categories/conversions.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
editLink: false
3+
contributors: false
4+
---
5+
16
# Conversions
27

38
<script>
@@ -15,12 +20,16 @@
1520
</script>
1621

1722
<table>
18-
<tr>
19-
<th>Command</th>
20-
<th>Description</th>
21-
</tr>
22-
<tr v-for="command in commands">
23-
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
24-
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
25-
</tr>
23+
<thead>
24+
<tr>
25+
<th>Command</th>
26+
<th>Description</th>
27+
</tr>
28+
</thead>
29+
<tbody>
30+
<tr v-for="command in commands">
31+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
32+
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
33+
</tr>
34+
</tbody>
2635
</table>

commands/categories/core.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
editLink: false
3+
contributors: false
4+
---
5+
16
# Core
27

38
<script>
@@ -15,12 +20,16 @@
1520
</script>
1621

1722
<table>
18-
<tr>
19-
<th>Command</th>
20-
<th>Description</th>
21-
</tr>
22-
<tr v-for="command in commands">
23-
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
24-
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
25-
</tr>
23+
<thead>
24+
<tr>
25+
<th>Command</th>
26+
<th>Description</th>
27+
</tr>
28+
</thead>
29+
<tbody>
30+
<tr v-for="command in commands">
31+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
32+
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
33+
</tr>
34+
</tbody>
2635
</table>

commands/categories/database.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
editLink: false
3+
contributors: false
4+
---
5+
16
# Database
27

38
<script>
@@ -15,12 +20,16 @@
1520
</script>
1621

1722
<table>
18-
<tr>
19-
<th>Command</th>
20-
<th>Description</th>
21-
</tr>
22-
<tr v-for="command in commands">
23-
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
24-
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
25-
</tr>
23+
<thead>
24+
<tr>
25+
<th>Command</th>
26+
<th>Description</th>
27+
</tr>
28+
</thead>
29+
<tbody>
30+
<tr v-for="command in commands">
31+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
32+
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
33+
</tr>
34+
</tbody>
2635
</table>

commands/categories/dataframe.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
editLink: false
3+
contributors: false
4+
---
5+
16
# Dataframe
27

38
<script>
@@ -15,12 +20,16 @@
1520
</script>
1621

1722
<table>
18-
<tr>
19-
<th>Command</th>
20-
<th>Description</th>
21-
</tr>
22-
<tr v-for="command in commands">
23-
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
24-
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
25-
</tr>
23+
<thead>
24+
<tr>
25+
<th>Command</th>
26+
<th>Description</th>
27+
</tr>
28+
</thead>
29+
<tbody>
30+
<tr v-for="command in commands">
31+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
32+
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
33+
</tr>
34+
</tbody>
2635
</table>

commands/categories/dataframe_or_lazyframe.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
editLink: false
3+
contributors: false
4+
---
5+
16
# Dataframe Or Lazyframe
27

38
<script>
@@ -15,12 +20,16 @@
1520
</script>
1621

1722
<table>
18-
<tr>
19-
<th>Command</th>
20-
<th>Description</th>
21-
</tr>
22-
<tr v-for="command in commands">
23-
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
24-
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
25-
</tr>
23+
<thead>
24+
<tr>
25+
<th>Command</th>
26+
<th>Description</th>
27+
</tr>
28+
</thead>
29+
<tbody>
30+
<tr v-for="command in commands">
31+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
32+
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
33+
</tr>
34+
</tbody>
2635
</table>

commands/categories/date.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
editLink: false
3+
contributors: false
4+
---
5+
16
# Date
27

38
<script>
@@ -15,12 +20,16 @@
1520
</script>
1621

1722
<table>
18-
<tr>
19-
<th>Command</th>
20-
<th>Description</th>
21-
</tr>
22-
<tr v-for="command in commands">
23-
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
24-
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
25-
</tr>
23+
<thead>
24+
<tr>
25+
<th>Command</th>
26+
<th>Description</th>
27+
</tr>
28+
</thead>
29+
<tbody>
30+
<tr v-for="command in commands">
31+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
32+
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
33+
</tr>
34+
</tbody>
2635
</table>

commands/categories/debug.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
editLink: false
3+
contributors: false
4+
---
5+
16
# Debug
27

38
<script>
@@ -15,12 +20,16 @@
1520
</script>
1621

1722
<table>
18-
<tr>
19-
<th>Command</th>
20-
<th>Description</th>
21-
</tr>
22-
<tr v-for="command in commands">
23-
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
24-
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
25-
</tr>
23+
<thead>
24+
<tr>
25+
<th>Command</th>
26+
<th>Description</th>
27+
</tr>
28+
</thead>
29+
<tbody>
30+
<tr v-for="command in commands">
31+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
32+
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
33+
</tr>
34+
</tbody>
2635
</table>

commands/categories/default.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
editLink: false
3+
contributors: false
4+
---
5+
16
# Default
27

38
<script>
@@ -15,12 +20,16 @@
1520
</script>
1621

1722
<table>
18-
<tr>
19-
<th>Command</th>
20-
<th>Description</th>
21-
</tr>
22-
<tr v-for="command in commands">
23-
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
24-
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
25-
</tr>
23+
<thead>
24+
<tr>
25+
<th>Command</th>
26+
<th>Description</th>
27+
</tr>
28+
</thead>
29+
<tbody>
30+
<tr v-for="command in commands">
31+
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
32+
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
33+
</tr>
34+
</tbody>
2635
</table>

0 commit comments

Comments
 (0)