Skip to content

Commit d558380

Browse files
committed
chore: Use markdown native notes
1 parent a947f8e commit d558380

5 files changed

Lines changed: 5 additions & 279 deletions

File tree

extension/assets/about.png

-2.33 KB
Binary file not shown.

extension/assets/hero-standard.png

-436 KB
Binary file not shown.

extension/assets/logo-dark-wide.svg

Lines changed: 0 additions & 141 deletions
This file was deleted.

extension/assets/logo-light-wide.svg

Lines changed: 0 additions & 130 deletions
This file was deleted.

extension/content/docs/overview/software.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ Extension DP provides SDKs for Python and TypeScript/JavaScript to make it easy
88

99
## Python
1010

11-
:::note
12-
In addition to the Python SDK, we recommend using [frictionless-py](https://framework.frictionlessdata.io/) to manage your data packages. For example, using it you can publish your data package directory to Zenodo instead of saving it locally, as well as consume it from a remote server.
13-
:::
11+
> [!NOTE]
12+
> In addition to the Python SDK, we recommend using [frictionless-py](https://framework.frictionlessdata.io/) to manage your data packages. For example, using it you can publish your data package directory to Zenodo instead of saving it locally, as well as consume it from a remote server.
1413
1514
### Installation
1615

@@ -89,9 +88,8 @@ print(package)
8988

9089
## TypeScript
9190

92-
:::note
93-
In addition to the TypeScript SDK, we recommend using [dpkit](https://dpkit.dev/) to manage your data packages. For example, using it you can publish your data package directory to Zenodo instead of saving it locally, as well as consume it from a remote server.
94-
:::
91+
> [!NOTE]
92+
> In addition to the TypeScript SDK, we recommend using [dpkit](https://dpkit.dev/) to manage your data packages. For example, using it you can publish your data package directory to Zenodo instead of saving it locally, as well as consume it from a remote server.
9593
9694
### Installation
9795

@@ -172,9 +170,8 @@ console.log(dataPackage);
172170

173171
## Command-Line
174172

175-
:::note
173+
> [!NOTE]
176174
As an alternative to [dpkit](https://dpkit.dev/), you can use [frictionless-py](https://framework.frictionlessdata.io/) to manage your data packages in Command-Line.
177-
:::
178175

179176
### Installation
180177

0 commit comments

Comments
 (0)