https://github.com/raaghu-platform/raaghu-docs
Raaghu Documentation, is a documentation website built using React 18, Raaghu Design System and Docusaurus, for Raaghu Frontend Suite and ABP Commercial.
https://github.com/raaghu-platform/raaghu-docs
abp-commerical docs-site documentation raaghu-uikit
Last synced: 12 months ago
JSON representation
Raaghu Documentation, is a documentation website built using React 18, Raaghu Design System and Docusaurus, for Raaghu Frontend Suite and ABP Commercial.
- Host: GitHub
- URL: https://github.com/raaghu-platform/raaghu-docs
- Owner: Raaghu-Platform
- License: apache-2.0
- Created: 2024-03-12T10:00:11.000Z (over 2 years ago)
- Default Branch: production
- Last Pushed: 2025-06-05T01:22:35.000Z (about 1 year ago)
- Last Synced: 2025-06-10T02:03:42.664Z (about 1 year ago)
- Topics: abp-commerical, docs-site, documentation, raaghu-uikit
- Language: CSS
- Homepage: https:\\docs.raaghu.ai
- Size: 2.58 MB
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Website
[Raaghu Docs](https://docs.raaghu.io/) is built using React 18 and [Docusaurus](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```
### Local Development
```
$ yarn start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Using SSH:
```
$ USE_SSH=true yarn deploy
```
Not using SSH:
```
$ GIT_USER= yarn deploy
```
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.