vuepress
vuepress copied to clipboard
📝 Minimalistic Vue-powered static site generator
**Summary** correct link https://github.com/vuejs/vuepress/blob/087f8a199de4436366aba8f8bf44571117612e53/packages/docs/docs/guide/markdown.md?plain=1#L108 **What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [ ] Feature - [ ] Code style update...
- [ ] I confirm that this is an issue rather than a question. ## Bug report #### Steps to reproduce #### What is expected? #### What is actually happening?...
I dynamically set the permalink of each md in extendPageData method. The corresponding folder is not generated after packaging in Linux environment, but it is OK in windows environment mycode...
0x5e4de1c6F6864f6d6fd387429cf51957507240E6 Funinthesun210
## Feature request #### What problem does this feature solve? If the node version is too high(node 18), `npm run docs:build` will not be executed properly. Although this is a...
## 前言 大家好,我根据VuePress1.x的文档配置了Algolia,但是搜索时没有出现Algolia搜索框,还是原本的默认的搜索框,经过搜索文档、百度和Google、搜索本仓库的issue,在思否和掘金上提问,仍无果,现求助于各位开发者 ## 复现 我复现的步骤如下: 1. 登录Algolia控制台,可以看到已经有爬虫爬到网站数据了 2. 根据官网文档配置了Algolia :[默认主题配置 | VuePress](https://v1.vuepress.vuejs.org/zh/theme/default-theme-config.html#algolia-搜索) 3. 本地启动和部署到服务器上后,都没出现搜索框(还是默认的只能搜索h2等标题) 4. 我的项目地址:[vuepressblog: 个人博客](https://gitee.com/peterjxl/vuepressblog), 由于我的博客配置较多,怀疑是不是主题导致的,因此单独创建了一个新的项目,没使用任何主题,仍不能使用Algolia的搜索功能 [vuepress-starter](https://gitee.com/peterjxl/vuepress-starter) 关键配置如下: ```JS module.exports = { themeConfig: { algolia: { appId:...
**Summary** **What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor...
## Feature request #### What problem does this feature solve? #### What does the proposed API look like? #### How should this be implemented in your opinion? #### Are you...
Scan to pay 100000 XLM
I am using node 18.18.2 and yarn 3.2.4. If I do: mkdir test cd test yarn init yarn add -D vuepress ``` /t/test (main|✔) $ yarn add -D vuepress 10:16:17...