mirror of
https://github.com/SrIzan10/starlight-typedoc.git
synced 2026-05-01 11:05:15 +00:00
docs: update readme files
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
## Docs
|
||||
|
||||
Run the docs locally using your favorite package manager, e.g. with [pnpm](https://pnpm.io):
|
||||
Run the docs locally using [pnpm](https://pnpm.io):
|
||||
|
||||
```shell
|
||||
pnpm run dev
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
## Example
|
||||
|
||||
Run the example locally using your favorite package manager, e.g. with [pnpm](https://pnpm.io):
|
||||
Run the example locally using [pnpm](https://pnpm.io):
|
||||
|
||||
```shell
|
||||
pnpm run dev
|
||||
|
||||
@@ -20,18 +20,12 @@
|
||||
|
||||
## Getting Started
|
||||
|
||||
Want to get started immediately? Check out the [getting started guide](https://starlight-typedoc.vercel.app/getting-started/).
|
||||
Want to get started immediately? Check out the [getting started guide](https://starlight-typedoc.vercel.app/getting-started/) or check out the [demo](https://starlight-typedoc-example.vercel.app) to see the plugin in action.
|
||||
|
||||
## Features
|
||||
|
||||
A [Starlight](https://starlight.astro.build) plugin using [TypeDoc](https://typedoc.org) and [typedoc-plugin-markdown](https://github.com/tgreyuk/typedoc-plugin-markdown) to generate documentation from TypeScript code.
|
||||
|
||||
Check out the [example](https://starlight-typedoc-example.vercel.app) for a preview of the generated documentation.
|
||||
|
||||
Some [TSDoc](https://tsdoc.org) tags uses a custom Markdown syntax, e.g. the `@deprecated`, `@alpha`, `@beta` and `@experimental` tags using Starlight [asides](https://starlight.astro.build/guides/authoring-content/#asides):
|
||||
|
||||
<img alt="Screenshot of a deprecated tag in Starlight" src="https://i.imgur.com/18ZA5vN.png" width="672" />
|
||||
|
||||
## License
|
||||
|
||||
Licensed under the MIT License, Copyright © HiDeoo.
|
||||
|
||||
Reference in New Issue
Block a user