Skip to content

Commit 84639ba

Browse files
fix: mdx lint issues
1 parent 5cd5410 commit 84639ba

2 files changed

Lines changed: 15 additions & 9 deletions

File tree

.markdownlint.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,12 @@ link-fragments: false
2727
# Do not always require language specifiers with fenced code blocks since they
2828
# are not part of the Markdown spec.
2929
fenced-code-language: false
30+
31+
# Allow inline HTML for MDX tab components.
32+
no-inline-html:
33+
allowed_elements:
34+
- Tabs
35+
- TabItem
36+
37+
# MDX files often start with imports, so disable first-line heading rule.
38+
first-line-heading: false

docs/setup.mdx

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ import TabItem from '@theme/TabItem';
88
Download the latest release from our [GitHub repository][cli-releases] and
99
follow the instructions for **your platform** below:
1010

11-
The Oasis team provides CLI binaries for Linux, macOS and Windows operating systems. If you want to run it on another platform, you can [build the CLI from source][cli-source].
11+
The Oasis team provides CLI binaries for Linux,
12+
macOS and Windows operating systems.
13+
If you want to run it on another platform,
14+
you can [build the CLI from source][cli-source].
1215

1316
<Tabs>
1417
<TabItem value="Linux" label="Linux">
@@ -119,14 +122,8 @@ folder named after the name of the account with the `.wallet` extension.
119122

120123
## Multiple Profiles
121124

122-
You can utilize multiple profiles of your Oasis CLI. To create a new profile,
123-
move your existing configuration folder to another place, for example:
124-
125-
```shell
126-
mv $HOME/.config/oasis $HOME/.config/oasis_dev
127-
```
128-
129-
You can always use the old `oasis_dev` config by passing the `--config` parameter
125+
You can utilize multiple profiles of your Oasis CLI by
126+
passing the `--config` parameter
130127
with a location of a desired `cli.toml`:
131128

132129
![code shell](../examples/setup/wallet-list-config.in.static)

0 commit comments

Comments
 (0)