Skip to content

jordalgo/bpftrace-docs-website

 
 

Repository files navigation

Docs Website

This is the home of the bpftrace docs website. The site itself is built using Docusaurus with the master branch hosting the content and the gh-pages branch hosting the actual static content that is served through the GitHub pages infrastructure.

Steps to develop, test and deploy website changes:

  • Clone the website repo:

  • Setup node modules in repo (on first clone):

    • npm install
  • Do your changes in your own branch.

  • Test your changes locally defaults to localhost:3000:

    • npm start
  • If everything is OK, push your branch, create a PR and merge to master.

About

Documentation website for bpftrace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.8%
  • CSS 27.2%