-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: plugins documentation placeholder
- Loading branch information
Showing
11 changed files
with
143 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,40 @@ | ||
# @vuepress/markdown | ||
|
||
> markdown for vuepress | ||
> markdown for vuepress | ||
## Usage | ||
|
||
```javascript | ||
const createMarkdown = require('@vuepress/markdown') | ||
const md = createMarkdown(/* options */) | ||
``` | ||
|
||
## Options | ||
|
||
### slugify | ||
|
||
- TODO | ||
|
||
### externalLinks | ||
|
||
- TODO | ||
|
||
### anchor | ||
|
||
- TODO | ||
|
||
### toc | ||
|
||
- TODO | ||
|
||
### lineNumbers | ||
|
||
- TODO | ||
|
||
### beforeInstantiate | ||
|
||
- TODO | ||
|
||
### afterInstantiate | ||
|
||
- TODO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,31 @@ | ||
# @vuepress/plugin-blog | ||
|
||
> theme plugin for vuepress | ||
## Usage | ||
|
||
```javascript | ||
module.exports = { | ||
plugins: ['@vuepress/blog'] | ||
} | ||
``` | ||
|
||
## Options | ||
|
||
### pageEnhancers | ||
|
||
- Type: `function` | ||
- Default: `/i18n/` | ||
|
||
### categoryIndexPageUrl | ||
|
||
- Type: `string` | ||
- Default: `/category/` | ||
|
||
### tagIndexPageUrl | ||
|
||
- Type: `string` | ||
- Default: `/tag/` | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
# @vuepress/plugin-medium-zoom | ||
|
||
> medium-zoom plugin for vuepress | ||
> medium-zoom plugin for vuepress | ||
## Usage | ||
|
||
```javascript | ||
module.exports = { | ||
plugins: ['@vuepress/medium-zoom'] | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters