Rdoc
โ๏ธ๐๐ Fast static site generator for React, Just write Markdown file. @react-doc
Install / Use
/learn @jaywcjlove/RdocREADME
rdoc
Blazing-fast static site generator for React, Just write Markdown file. Visit the react-doc.github.io website for more information.
<div align="center"> <img src="./rdoc.png"> </div>The documentation site is also a demo example.
Getting Started
It's really easy to get started with rdoc. Just install it as a module and run it to create your website.
Let's get you started!
Install
Install rdoc globally on your system. Youโll need to have Node >= 8 on your local development machine. You can use n to easily switch Node versions between different projects.
npm install rdoc -g
# /usr/local/bin/rdoc -> /usr/local/lib/node_modules/rdoc/.bin/rdoc.js
# /usr/local/bin/rdoc-cli -> /usr/local/lib/node_modules/rdoc/.bin/rdoc.js
Added rdoc-cli command to resolve Mac integration rdoc command conflicts.
- Init Project
rdoc init my-project # Init project
# or
rdoc-cli init my-project
- Run website
cd my-project && npm install # Install dependencies.
npm start # Into the directory, start the service.
- Compile output static HTML resources
npm run build
- Configure the deployment URL in
package.json
{
"scripts": {
"deploy": "rdoc --publish <your repo url>"
...
},
...
}
- Deploy to Github's
gh-pagesbranch
npm run deploy
Command
Usage: rdoc [options]
Fast static site generator for React.
Options:
-i, init [path] Create an empty website or reinitialize an existing one.
-d, --doc <path> Other documents generated.
-o, --output <path> Writes the compiled file to the disk directory. (default: .rdoc-dist)
-p, --port [number] The port. (default: 5858)
--host [host] The host. (default: 0.0.0.0)
-b, --branch <branch> Name of the branch you are pushing to. (default: gh-pages)
--publish [url] Other documents generated.
--build Creating an optimized production build.
--clean Delete the .cache folder.
-h, --help output usage information
Examples:
$ rdoc init
$ rdoc init doc-example
$ rdoc -d doc/mm
$ rdoc -d tutorial,doc
$ rdoc -d tutorial,doc --clean --build
$ rdoc -p 2323 -d doc --clean
$ rdoc --host 0.0.0.0 -d doc --clean
$ rdoc --publish https://<your-git-repo>.git --branch master
Development
To develop, run the self-reloading build, Get the code:
$ git clone https://github.com/jaywcjlove/rdoc.git
$ cd rdoc # Into the directory
$ npm install # or yarn install
To develop, run the self-reloading build:
# Run the app
# Restart the app automatically every time code changes.
# Useful during development.
$ npm run start
Open your browser and visit http://localhost:5858
Folders
.
โโโ README.md
โโโ .rdoc-dist
โโโ package.json
โโโ src
โย ย โโโ build.js
โย ย โโโ commands
โย ย โโโ conf
โย ย โโโ publish.js
โย ย โโโ server.js
โย ย โโโ utils
โย ย โโโ web
โโโ templates
โย ย โโโ default # document the static file.
โโโ theme
โโโ default
License
The MIT License (MIT)
Related Skills
bluebubbles
342.5kUse when you need to send or manage iMessages via BlueBubbles (recommended iMessage integration). Calls go through the generic message tool with channel="bluebubbles".
slack
342.5kUse when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
qqbot-channel
342.5kQQ ้ข้็ฎก็ๆ่ฝใๆฅ่ฏข้ข้ๅ่กจใๅญ้ข้ใๆๅใๅๅธใๅ ฌๅใๆฅ็จ็ญๆไฝใไฝฟ็จ qqbot_channel_api ๅทฅๅ ทไปฃ็ QQ ๅผๆพๅนณๅฐ HTTP ๆฅๅฃ๏ผ่ชๅจๅค็ Token ้ดๆใๅฝ็จๆท้่ฆๆฅ็้ข้ใ็ฎก็ๅญ้ข้ใๆฅ่ฏขๆๅใๅๅธๅธๅญ/ๅ ฌๅ/ๆฅ็จๆถไฝฟ็จใ
frontend-design
85.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
