Skip to content

Commit 3e0c277

Browse files
committed
chore: Release to the public
1 parent 9b66567 commit 3e0c277

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.copier-answers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ insiders_repository_name: mkdocstrings-typescript
1414
language: TypeScript
1515
project_description: A Typescript handler for mkdocstrings.
1616
project_name: mkdocstrings-typescript
17-
public_release: false
17+
public_release: true
1818
python_package_distribution_name: mkdocstrings-typescript
1919
python_package_import_name: typescript
2020
repository_name: typescript

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# mkdocstrings-typescript
22

3+
[![ci](https://github.com/mkdocstrings/typescript/workflows/ci/badge.svg)](https://github.com/mkdocstrings/typescript/actions?query=workflow%3Aci)
34
[![documentation](https://img.shields.io/badge/docs-mkdocs-708FCC.svg?style=flat)](https://mkdocstrings.github.io/typescript/)
5+
[![pypi version](https://img.shields.io/pypi/v/mkdocstrings-typescript.svg)](https://pypi.org/project/mkdocstrings-typescript/)
46
[![gitter](https://badges.gitter.im/join%20chat.svg)](https://app.gitter.im/#/room/#typescript:gitter.im)
57

68
A Typescript handler for mkdocstrings.
@@ -10,7 +12,9 @@ Feedback is welcome.
1012

1113
## Installation
1214

13-
This project is available to sponsors only, through my Insiders program. See Insiders [explanation](https://mkdocstrings.github.io/typescript/insiders/) and [installation instructions](https://mkdocstrings.github.io/typescript/insiders/installation/).
15+
```bash
16+
pip install mkdocstrings-typescript
17+
```
1418

1519
## Usage
1620

@@ -83,4 +87,4 @@ By setting it as default handler you can omit it when injecting documentation:
8387
8488
```md
8589
::: @owner/packageName
86-
```
90+
```

0 commit comments

Comments
 (0)