|
|
2 anos atrás | |
|---|---|---|
| .. | ||
| README.md | 2 anos atrás | |
| index.js | 2 anos atrás | |
| package.json | 2 anos atrás | |
The current search is on tags , titles etc. I want to search the entire file content. This is a plugin that does the following
Name of package : vuepress-plugin-pagedata". Install via inside the docker exec
cd /vp npm install --save-dev /vp/docs/.vuepress/plugins/pageData
verify package.json
"devDependencies": {
"vuepress-plugin-pagedata": "file:docs/.vuepress/plugins/pageData"
},
add this to .vuepress/config.js
plugins: [
[ "pagedata" , { car : 'mercedes' } ]
]
Verify that module is loaded on npm run docs:dev console.