https://github.com/parca-dev/docs
The parca project website and documentation.
https://github.com/parca-dev/docs
documentation docusaurus hacktoberfest
Last synced: 8 months ago
JSON representation
The parca project website and documentation.
- Host: GitHub
- URL: https://github.com/parca-dev/docs
- Owner: parca-dev
- License: cc-by-sa-4.0
- Created: 2021-08-10T08:35:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T01:48:46.000Z (8 months ago)
- Last Synced: 2025-05-05T02:35:39.764Z (8 months ago)
- Topics: documentation, docusaurus, hacktoberfest
- Language: JavaScript
- Homepage: https://parca.dev/docs/
- Size: 26.2 MB
- Stars: 9
- Watchers: 8
- Forks: 39
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Governance: docs/governance.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
## Installation
```console
yarn install
```
## Local Development
```console
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
```console
yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
## Deployment
```console
GIT_USER= USE_SSH=true 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.