This repository was archived by the owner on Oct 31, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 22
33A simple plugin to customize [ docsify] ( https://github.com/docsifyjs/docsify/ ) page title
44
5- [ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/sujaykumarh/docsify-plugin-title/%F0%9F%9A%80%20publish )] ( https://github.com/Sujaykumarh/docsify-plugin-title/actions )
5+ [ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/sujaykumarh/docsify-plugin-title/Build%20&%20Publish%20package )] ( https://github.com/Sujaykumarh/docsify-plugin-title/actions )
66[ ![ GitHub package.json version] ( https://img.shields.io/github/package-json/v/sujaykumarh/docsify-plugin-title )] ( https://www.npmjs.com/package/@sujaykumarh/docsify-plugin-title )
77[ ![ jsDelivr hits (npm)] ( https://img.shields.io/jsdelivr/npm/hm/@sujaykumarh/docsify-plugin-title )] ( https://www.jsdelivr.com/package/npm/@sujaykumarh/docsify-plugin-title )
88<br >
@@ -57,7 +57,7 @@ Example:
5757Clone
5858
5959` ` ` bash
60- git clone https://github.com/Sujaykumarh/docsify-docker-example .git
60+ git clone https://github.com/Sujaykumarh/docsify-plugin-title .git
6161` ` `
6262
6363install resources
@@ -66,13 +66,9 @@ install resources
6666npm install
6767` ` `
6868
69- minify ` src/plugin.js` using [terser](https://github.com/terser/terser) and generate files in ` dist` folder
69+ minify ` src/plugin.js` to generate minified files in ` dist` folder
7070
7171` ` ` bash
72- npm run all # generate all
73-
74- npm run dist # generate just .js in dist
75-
7672npm run minify # generate minified .min.js in dist
7773` ` `
7874
You can’t perform that action at this time.
0 commit comments