
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
@breakaway/documentation-framework
Advanced tools
We publish this theme on npm. Install it as a devDependency with your package manager.
npm i --save-dev @breakaway/documentation-framework
yarn add -D @breakaway/documentation-framework
Puppeteer is used to create screenshots, it requires chromium to be installed on your machine
install chromium using brew:
brew install chromium
check the chromium path, should point to /opt/homebrew/bin/chromium:
which chromium
export out the path:
export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
export PUPPETEER_EXECUTABLE_PATH=`which chromium`
So you don't have to retype this in the future, save to your shell rc file like .bashrc or .zshrc:
echo 'export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true' >> ~/.zshrc
echo 'export PUPPETEER_EXECUTABLE_PATH=`which chromium`' >> ~/.zshrc
To get started, you can scaffold out a sample extension docs setup:
npx pf-docs-framework init --name "My extension"
If you also want to add relevant script targets to package.json, pass in --scripts as well:
npx pf-docs-framework init --name "My extension" --scripts
For all CLI options, run npx pf-docs-framework --help
For individual CLI commands, you can also display more information by running npx pf-docs-framework <COMMAND> --help
yarn docs:develop
or
npx pf-docs-framework start
yarn docs:build
or
npx pf-docs-framework build all --output public
NOTE: If you have
sideEffects: falsein your package.json, that will prevent the CSS from loading in the documentation production build. Set it to true or remove it to enable the CSS from being loaded.
You can generate screenshots against development or production builds.
Development:
Terminal 1:
yarn docs:develop or npx pf-docs-framework start (Take note of the port it started on, you can modify it in patternfly-docs.config)
Terminal 2:
yarn docs:screenshots or npx pf-docs-framework screenshots --urlPrefix http://localhost:<PORT>
Production:
Terminal 1:
yarn docs:build or npx pf-docs-framework build all --output publicyarn docs:serve or npx pf-docs-framework serve public --port 5000Terminal 2:
yarn docs:screenshots or npx pf-docs-framework screenshots --urlPrefix http://localhost:5000
FAQs
A framework to build documentation for PatternFly.
The npm package @breakaway/documentation-framework receives a total of 92 weekly downloads. As such, @breakaway/documentation-framework popularity was classified as not popular.
We found that @breakaway/documentation-framework demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.