typedoc-gitlab-wiki-theme
Advanced tools
Comparing version 1.0.0 to 1.1.0
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.GitlabWikiTheme = void 0; | ||
const fs = require("fs"); | ||
const fs = __importStar(require("fs")); | ||
const typedoc_1 = require("typedoc"); | ||
@@ -6,0 +29,0 @@ const typedoc_plugin_markdown_1 = require("typedoc-plugin-markdown"); |
{ | ||
"name": "typedoc-gitlab-wiki-theme", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "An extension of the default theme from typedoc-plugin-markdown to create a compatible file structure for GitLab Wiki pages.", | ||
@@ -20,7 +20,5 @@ "main": "dist/index.js", | ||
"lint": "eslint ./src --ext .ts", | ||
"prepublishOnly": "yarn run lint && yarn run build && yarn run test", | ||
"prepublishOnly": "yarn run lint && yarn run build", | ||
"build": "rm -rf ./dist && tsc", | ||
"test": "jest --colors --updateSnapshot", | ||
"build-and-test": "yarn run build && yarn run test", | ||
"demo": "rm -rf ./demo && yarn run build && typedoc --entryPoints ../typedoc-plugin-markdown/test/stubs/src/index.ts --tsconfig ../typedoc-plugin-markdown/test/stubs/tsconfig.json --theme gitlab-wiki --out ./demo" | ||
"demo": "rm -rf ./demo && yarn run build && typedoc --plugin typedoc-plugin-markdown --plugin typedoc-gitlab-wiki-theme --options ../../stub-project/typedoc-options.json --out ./demo" | ||
}, | ||
@@ -30,5 +28,8 @@ "author": "Thomas Grey", | ||
"peerDependencies": { | ||
"typedoc": ">=0.22.9", | ||
"typedoc-plugin-markdown": ">=3.11.10" | ||
"typedoc": ">=0.24.0", | ||
"typedoc-plugin-markdown": ">=3.15.0" | ||
}, | ||
"devDependencies": { | ||
"typedoc-plugin-markdown": "^3.15.0" | ||
}, | ||
"keywords": [ | ||
@@ -40,4 +41,3 @@ "typedoc", | ||
"markdown" | ||
], | ||
"gitHead": "7a9b045eaacfdafd14c3427379d410c45f6b990b" | ||
] | ||
} |
@@ -8,3 +8,3 @@ # typedoc-gitlab-wiki-theme | ||
## What is does? | ||
## What Does It Do? | ||
@@ -24,3 +24,3 @@ - Generates Wiki friendly file names. | ||
```bash | ||
$ npx typedoc --theme gitlab-wiki [args] | ||
$ npx typedoc --plugin typedoc-plugin-markdown --plugin typedoc-gitlab-wiki-theme [args] | ||
``` | ||
@@ -27,0 +27,0 @@ |
8295
9
118
1