rcpress icon indicating copy to clipboard operation
rcpress copied to clipboard

基于react和Ant Design的文档生成器 🎨

Results 15 rcpress issues
Sort by recently updated
recently updated
newest added

从 antdsite 过来,很迷惑,建议把 antdsite 那边废弃 @deprecated 了。 安装了 rcpress 后,按"Get Started" 执行了一番,访问 localhost:3000,看到如下错误: ```sh FAIL TypeError: Cannot read property 'path' of undefined at /home/aaaa/node14/lib/node_modules/@rcpress/cli/node_modules/@rcpress/core/.temp/server/server-bundle.js:2277:14 ```

wangchengxiang@wangchengxiang dxyer-v2-doc-repress % rcpress dev internal/modules/cjs/loader.js:1154 throw new ERR_REQUIRE_ESM(filename, parentPath, packageJsonPath); ^ Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: /Users/wangchengxiang/.config/yarn/global/node_modules/mdast-util-toc/index.js require() of ES modules is not supported. require()...

@wangyi7099 反馈个小问题 ### 问题描述 比如当前有如下地址: https://badmastery.github.io/relearn-webpack/webpack/Appendices/comparison.html > **BTW**: 当前链接点击应该可以正常跳转, 我通过修改配置文件已解决, 详细解决形式参见下方解决方案 如果直接点击, `gitpages` 返回 `404`。但是通过访问 https://badmastery.github.io/relearn-webpack/ , 以点击的形式进行访问则没有问题。 ### 解决方案 #### 方案1 可以通过多次调用 `html-webpack-plugin` 分别生成 `index.html` 和 `404.html` 实现, 这两个文件内容一致。...

@wangyi7099 反馈一个 `bug`, 点击左上角标题, 请求地址错误。 ### Error: 点击返回目标地址: https://badmastery.github.io/relearn-webpack/ 实际返回地址: https://badmastery.github.io/relearn-webpack/relearn-webpack/ ### 在线地址及配置信息 项目在线地址: https://badmastery.github.io/relearn-webpack/ `config.js`: ```js base: '/relearn-webpack/' ```

dev模式下一切正常的; build之后打开dist里面的index.html直接白屏 ![image](https://user-images.githubusercontent.com/28501058/87772578-8442cd80-c854-11ea-8e9a-bf744edfe143.png) 我看是404,将index.html改成相对路径,还是不行 ``` ``` ![image](https://user-images.githubusercontent.com/28501058/87772818-d08e0d80-c854-11ea-83a4-4722bb23d1b1.png) console里面是这样的 ``` app.51774c8b.js:6 [RcPress] No matching page found for sidebar item "/guide/group-1-item" app.51774c8b.js:6 [RcPress] No matching page found for sidebar item "/guide/group-2-item" app.51774c8b.js:1...

现在加载的图片路径显示为markdown文件的同级的url,能不能统一配置路径?

ERROR #85901 GRAPHQL There was an error in your GraphQL query: [BABEL] unknown: Invalid Option: The 'modules' option must be one of - 'false' to indicate no module processing -...

首先第一个我就是不能导入图片,因为我的代码都是从vuepress 直接拷贝过来的,而且调试了很多次 , 也一直没有解决 , 图片一直没有加载成功, 第二个就是 有一个页面渲染出来的h2 标签老是新起了一行, 并且有一些其他的样式 虽然我尽可能的吧问题描述的很清楚,但是第二个问题,可能只有图片才能看出原因

建议添加切换暗色模式的功能 就像这个: https://vuepress-theme-reco.recoluan.com/views/1.x/mode.html#%E5%88%9D%E5%A7%8B%E5%8C%96 ![image](https://user-images.githubusercontent.com/21176977/77879946-29c63700-728e-11ea-90a2-28ba6fc40010.png) 还有这个更更完善:https://vuepress-theme.mrhope.site/guide/install.html#%E4%BD%BF%E7%94%A8%E4%B8%BB%E9%A2%98 ![image](https://user-images.githubusercontent.com/21176977/77880034-567a4e80-728e-11ea-8acc-595b8975cdcf.png)

enhancement