Skip to content

Commit

Permalink
feat!: move to @diplodoc/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
v8tenko committed Sep 25, 2023
1 parent d0a0ad0 commit a81c92f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**english** | [русский](https://github.com/diplodoc-platform/cli/blob/master/README.ru.md)
- - -

[![NPM version](https://img.shields.io/npm/v/@diplodoc/docs.svg?style=flat)](https://www.npmjs.org/package/@diplodoc/docs)
[![NPM version](https://img.shields.io/npm/v/@diplodoc/cli.svg?style=flat)](https://www.npmjs.org/package/@diplodoc/cli)

# yfm-docs

Expand All @@ -17,7 +17,7 @@ Yfm-docs lets you build a full-fledged documentation project: with navigation, i
## Usage

```bash
npm i @diplodoc/docs -g
npm i @diplodoc/cli -g
```

```bash
Expand Down
4 changes: 2 additions & 2 deletions README.ru.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**русский** | [english](https://github.com/diplodoc-platform/cli/blob/master/README.md)
- - -

[![NPM version](https://img.shields.io/npm/v/@diplodoc/docs.svg?style=flat)](https://www.npmjs.org/package/@diplodoc/docs)
[![NPM version](https://img.shields.io/npm/v/@diplodoc/cli.svg?style=flat)](https://www.npmjs.org/package/@diplodoc/cli)

# yfm-docs

Expand All @@ -17,7 +17,7 @@ Yfm-docs позволяет собрать полноценный докумен
## Использование

```bash
npm i @diplodoc/docs -g
npm i @diplodoc/cli -g
```

```bash
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@diplodoc/docs",
"name": "@diplodoc/cli",
"author": "Yandex Data UI Team <[email protected]>",
"description": "Make documentation using yfm-docs in Markdown and HTML formats",
"license": "MIT",
Expand Down

0 comments on commit a81c92f

Please sign in to comment.