Skip to content

Commit

Permalink
feat: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacek Piętal committed May 23, 2024
1 parent 7998922 commit 034e4b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
</p>

<p align="center">
<a href="https://www.npmjs.com/package/@jacekpietal/docma"><img src="https://img.shields.io/npm/v/@jacekpietal/docma.svg?style=flat-square" alt="npm" /></a>
<a href="https://www.npmjs.com/package/@pietal.dev/docma"><img src="https://img.shields.io/npm/v/@pietal.dev/docma.svg?style=flat-square" alt="npm" /></a>
<a href="https://github.com/Prozi/docma"><img src="https://img.shields.io/github/release/Prozi/docma.svg?style=flat-square" alt="release" /></a>
<a href="https://github.com/Prozi/docma/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/@jacekpietal/docma.svg?style=flat-square" alt="license" /></a>
<a href="https://www.npmjs.com/package/@jacekpietal/docma"><img src="https://img.shields.io/npm/dt/@jacekpietal/docma.svg?style=flat-square" alt="downloads" /></a>
<a href="https://github.com/Prozi/docma/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/@pietal.dev/docma.svg?style=flat-square" alt="license" /></a>
<a href="https://www.npmjs.com/package/@pietal.dev/docma"><img src="https://img.shields.io/npm/dt/@pietal.dev/docma.svg?style=flat-square" alt="downloads" /></a>
<a href="https://libraries.io/npm/@jacekpietal%2Fdocma"><img src="https://img.shields.io/librariesio/github/Prozi/docma?style=flat-square" alt="dependencies" /></a>
<a href="https://github.com/Prozi/docma/graphs/commit-activity"><img src="https://img.shields.io/maintenance/yes/2024?style=flat-square" alt="maintained" /></a>
<a href="https://prozi.github.io/docma"><img src="https://img.shields.io/badge/docs%20by-docma-c27cf4.svg?docs%20by=docma&style=flat-square" alt="documentation" /></a>
Expand Down Expand Up @@ -42,7 +42,7 @@ A powerful tool to easily generate beautiful HTML documentation from Javascript
## Installation

```console
npm i @jacekpietal/docma -D
npm i @pietal.dev/docma -D
```

## Building Documentation with CLI
Expand Down Expand Up @@ -71,7 +71,7 @@ See
If you need to build documentation from within your code, use the API.

```js
const Docma = require("@jacekpietal/docma");
const Docma = require("@pietal.dev/docma");
```

Either by passing a [configuration][docma-config] object.
Expand Down
4 changes: 2 additions & 2 deletions docma.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@
"label": "Download",
"items": [
{
"label": "<code>npm i @jacekpietal/docma -D</code>",
"href": "https://www.npmjs.com/package/@jacekpietal/docma",
"label": "<code>npm i @pietal.dev/docma -D</code>",
"href": "https://www.npmjs.com/package/@pietal.dev/docma",
"target": "_blank"
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pietal.dev/docma",
"version": "3.3.7",
"version": "3.3.8",
"description": "A powerful dev-tool to easily generate beautiful HTML documentation from Javascript (JSDoc), Markdown and HTML files.",
"repository": "Prozi/docma",
"license": "MIT",
Expand Down

0 comments on commit 034e4b6

Please sign in to comment.