Giter Club home page Giter Club logo

Comments (8)

jaywcjlove avatar jaywcjlove commented on July 16, 2024

@maskleo 你可以通过 http://127.0.0.0:5858http://localhost:5858本机IP + :5858 访问。回头我增加个获取本机IP,这里显示本机IP

from rdoc.

maskleo avatar maskleo commented on July 16, 2024

@jaywcjlove
1.这个可以嵌入评论插件吗
2.还有就是提交到git能不能进行配置然后直接执行简单的命令哦

from rdoc.

jaywcjlove avatar jaywcjlove commented on July 16, 2024

@maskleo 编译后的,有提交到 git 的配置。默认提交到 gh-pages 分支,可以指定参数 --branch master

{
  "name": "doc-example",
  "description": "Describe doc-example here",
  "scripts": {
+    "deploy": "rdoc --publish 你的git仓库地址",
    "build": "rdoc -d home,introduce,faq,example,about,github --build"
    "start": "rdoc -d home,introduce,faq,example,about,github --clean"
  },
  "dependencies": {
    "rdoc": "1.2.x"
  },
  "license": "MIT"
}

指定参数 --branch master 提交到别的分支。

{
  "name": "doc-example",
  "description": "Describe doc-example here",
  "scripts": {
+    "deploy": "rdoc --publish 你的git仓库地址 --branch master",
    "build": "rdoc -d home,introduce,faq,example,about,github --build"
    "start": "rdoc -d home,introduce,faq,example,about,github --clean"
  },
  "dependencies": {
    "rdoc": "1.2.x"
  },
  "license": "MIT"
}

目前不支持评论插件,回头,我想办法弄进去。

from rdoc.

maskleo avatar maskleo commented on July 16, 2024

@jaywcjlove 今天试了发布 为何生成的都是js 开始以为自己弄错了 然后看了下示例的github pages 文件 发现也是一堆的js然后把自己的部署上去成功显示了
还有就是希望有检索功能

from rdoc.

jaywcjlove avatar jaywcjlove commented on July 16, 2024

@maskleo 单页面应用,所以全是 js,检索功能主要检索啥呢?

from rdoc.

jaywcjlove avatar jaywcjlove commented on July 16, 2024

@maskleo 更新 [email protected] ip是 0.0.0.0 的问题已解决

from rdoc.

maskleo avatar maskleo commented on July 16, 2024

@jaywcjlove 这个是文档主题,拿来做文档是需要能根据内容查找最好咯

from rdoc.

jaywcjlove avatar jaywcjlove commented on July 16, 2024

@maskleo 回头看加个什么形式的搜索

from rdoc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.