Skip to content

Commit

Permalink
Merge pull request #14 from citkane/dev
Browse files Browse the repository at this point in the history
Bump to 0.2.0
  • Loading branch information
citkane committed Sep 12, 2022
2 parents bcc68b0 + b0dcd33 commit eacd02d
Show file tree
Hide file tree
Showing 10 changed files with 610 additions and 328 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ and then set up your environment in typedoc.json

## Options

| Key | Value Information | Type | Required | Default |
| :---------------- | ------------------------------------------------------------------------------------------------------------------------- | -------- | :------: | ----------------------------------------------------------------------- |
| **_stable_** | The minor version that you would like to be marked as `stable` | `string` | **no** | The latest minor version of the version being built |
| **_dev_** | The version that you would like to be marked as `dev` | `string` | **no** | The latest patch version of the version being built |
| **_domLocation_** | A custom DOM location to render the HTML `select` dropdown corresponding to typedoc rendererHooks, eg. "navigation.begin" | `string` | **no** | Injects to left of header using vanilla js - not a typedoc render hook. |
| Key | Value Information | Type | Required | Default |
| :---------------- | ------------------------------------------------------------------------------------------------------------------------- | -------- | :------: | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **_stable_** | The version that you would like to be marked as `stable` | `string` | **no** | [Automatically inferred](https://github.com/citkane/typedoc-plugin-versions/wiki/%22stable%22-and-%22dev%22-version-automatic-inference) based on current version and build history. |
| **_dev_** | The version that you would like to be marked as `dev` | `string` | **no** | [Automatically inferred](https://github.com/citkane/typedoc-plugin-versions/wiki/%22stable%22-and-%22dev%22-version-automatic-inference) based on current version and build history. |
| **_domLocation_** | A custom DOM location to render the HTML `select` dropdown corresponding to typedoc rendererHooks, eg. "navigation.begin" | `string` | **no** | Injects to left of header using vanilla js - not a typedoc render hook. |

<br /><br />

Expand Down

0 comments on commit eacd02d

Please sign in to comment.