-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于目前在用的几个问题 #22
Comments
@zhuhoudan
第二个需求是支持的 https://react-doc.github.io/#/introduce/api/conf 在 {
"name": "doc",
"version": "1.0.0",
"scripts": {
"deploy": "rdoc --publish <your repo url>",
"build": "rdoc -d home,introduce --clean --build",
"start": "rdoc -d home,introduce --clean"
},
"rdoc": {
"theme": "rdoc-theme-load-react",
+ "favicon": "./assets/favicon.ico",
+ "logo": "./assets/rdoc.logo.svg",
"react_modules": {
"Hotkeys": "react-hot-keys"
}
},
"dependencies": {
"rdoc": "1.4.x",
"rdoc-theme-load-react": "^1.1.0",
"react-hot-keys": "^1.1.0"
}
} 或者在 {
"title": "Rdoc title",
"theme": "rdoc-theme-load-react",
"favicon": "./assets/favicon.ico",
"logo": "./assets/rdoc.logo.svg",
"react_modules": {
"Hotkeys": "react-hot-keys"
}
} |
|
@zhuhoudan Copyright 也是支持的,你把皮肤拷贝出来,改一下就还了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
感谢倾听,望回复!
The text was updated successfully, but these errors were encountered: