typedoc-bitbucket-theme
Advanced tools
Comparing version 0.1.0 to 1.0.0
@@ -1,2 +0,2 @@ | ||
import { MarkdownTheme } from 'typedoc-plugin-markdown/dist/theme'; | ||
import { MarkdownTheme } from 'typedoc-plugin-markdown'; | ||
import { Renderer } from 'typedoc'; | ||
@@ -3,0 +3,0 @@ export declare class BitbucketTheme extends MarkdownTheme { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.BitbucketTheme = void 0; | ||
const theme_1 = require("typedoc-plugin-markdown/dist/theme"); | ||
class BitbucketTheme extends theme_1.MarkdownTheme { | ||
const typedoc_plugin_markdown_1 = require("typedoc-plugin-markdown"); | ||
class BitbucketTheme extends typedoc_plugin_markdown_1.MarkdownTheme { | ||
constructor(renderer) { | ||
@@ -7,0 +7,0 @@ super(renderer); |
{ | ||
"name": "typedoc-bitbucket-theme", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "An extension of the default theme from typedoc-plugin-markdown to fix Bitbucket Cloud's internal anchor linking implementation.", | ||
"main": "dist/theme.js", | ||
"main": "dist/index.js", | ||
"files": [ | ||
@@ -22,3 +22,3 @@ "dist/" | ||
"build": "rm -rf ./dist && tsc", | ||
"demo": "rm -rf ./demo && yarn run build && typedoc --options ../typedoc-plugin-markdown/demo.options.json --tsconfig ../typedoc-plugin-markdown/test/stubs/tsconfig.json --theme ./dist --out ./demo" | ||
"demo": "rm -rf ./demo && yarn run build && typedoc --options ../typedoc-plugin-markdown/demo.options.json --tsconfig ../typedoc-plugin-markdown/test/stubs/tsconfig.json --theme bitbucket --out ./demo" | ||
}, | ||
@@ -28,7 +28,9 @@ "author": "Thomas Grey", | ||
"peerDependencies": { | ||
"typedoc": ">=0.22.0", | ||
"typedoc-plugin-markdown": ">=3.11.0" | ||
"typedoc": ">=0.22.9", | ||
"typedoc-plugin-markdown": ">=3.11.10" | ||
}, | ||
"keywords": [], | ||
"gitHead": "bfd0eba32acdc4ae2237c01c202fe1f5f5ca10ff" | ||
"keywords": [ | ||
"typedoc-theme" | ||
], | ||
"gitHead": "7a9b045eaacfdafd14c3427379d410c45f6b990b" | ||
} |
# typedoc-bitbucket-theme | ||
An extension of the default theme from [typedoc-plugin-markdown](https://github.com/tgreyuk/typedoc-plugin-markdown/tree/master/packages/typedoc-plugin-markdown) to fix Bitbucket Cloud's internal anchor linking implementation. | ||
An Bitbucket Cloud compatible [TypeDoc](https://github.com/TypeStrong/typedoc) theme. | ||
[![npm](https://img.shields.io/npm/v/typedoc-bitbucket-theme.svg)](https://www.npmjs.com/package/typedoc-bitbucket-theme) | ||
![CI](https://github.com/tgreyuk/typedoc-plugin-markdown/actions/workflows/ci.yml/badge.svg?branch=master) | ||
_If using Bitbucket Server do not use this theme but set the `--namedAnchors` option instead._ | ||
> Note: If using **Bitbucket Server** do not use this theme but set the `--namedAnchors` option instead. | ||
## What is does? | ||
- Fixes Bitbucket Cloud's internal anchor linking implementation. | ||
## Installation | ||
@@ -15,6 +20,14 @@ | ||
### Usage | ||
## Usage | ||
```bash | ||
$ npx typedoc --plugin typedoc-plugin-markdown --theme ./node_modules/typedoc-bitbucket-theme/dist [args] | ||
$ npx typedoc --theme --bitbucket [args] | ||
``` | ||
## Options | ||
Please refer to [typedoc-plugin-markdown](https://github.com/tgreyuk/typedoc-plugin-markdown/blob/master/packages/typedoc-plugin-markdown/README.md#options). | ||
## License | ||
[MIT](https://github.com/tgreyuk/typedoc-plugin-markdown/blob/master/packages/typedoc-github-wiki-theme/LICENSE) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4329
7
29
1
33
1