Skip to content

Commit a0309b3

Browse files
committed
Update pages and add examples
1 parent 216b45c commit a0309b3

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

src/app/docs/terminusdb-cli-commands/page.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: TerminusDB CLI Commands
23
nextjs:
34
metadata:
45
title: TerminusDB CLI Commands
@@ -9,6 +10,8 @@ nextjs:
910
media: []
1011
---
1112

13+
# Command Line Interface (CLI) Commands
14+
1215
## SYNOPSIS
1316

1417
`terminusdb [command subcommand positional_arguments] flags`

src/app/examples-markdoc.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### Unused examples
2+
3+
```shell
4+
npm install @tailwindlabs/cache-advance
5+
```
6+
7+
{% callout type="warning" title="Oh no! Something bad happened!" %}
8+
This is what a disclaimer message looks like. You might want to include inline `code` in it. Or maybe you’ll want to include a [link](/) in it. I don’t think we should get too carried away with other scenarios like lists or tables — that would be silly.
9+
{% /callout %}
10+
11+
{% callout title="You should know!" %}
12+
This is what a disclaimer message looks like. You might want to include inline `code` in it. Or maybe you’ll want to include a [link](/) in it. I don’t think we should get too carried away with other scenarios like lists or tables — that would be silly.
13+
{% /callout %}
14+

0 commit comments

Comments
 (0)