![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@patternfly/documentation-framework
Advanced tools
We publish this theme on npm. Install it as a devDependency with your package manager.
@patternfly/documentation-framework
npm i --save-dev @patternfly/documentation-framework
or
yarn add -D @patternfly/documentation-framework
Provide or install the following either as dependencies if you want to use them in your own project, or as devDependencies:
"@patternfly/patternfly": "6.0.0-alpha.205",
"@patternfly/react-core": "6.0.0-alpha.94",
"@patternfly/react-table": "6.0.0-alpha.95",
"@patternfly/react-code-editor": "6.0.0-alpha.94",
yarn add -D @patternfly/patternfly @patternfly/react-core @patternfly/react-table @patternfly/react-code-editor
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
npx pf-docs-framework start
npx pf-docs-framework build all --output public
NOTE: If you have
sideEffects: false
in 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.
Include the patternfly-docs/content
and patternfly-docs/generated
folders as part of your npm published module
Create a PR at patternfly-org to bundle in the package's examples so that they're part of the patternfly.org documentation.
FAQs
A framework to build documentation for PatternFly.
The npm package @patternfly/documentation-framework receives a total of 587 weekly downloads. As such, @patternfly/documentation-framework popularity was classified as not popular.
We found that @patternfly/documentation-framework demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 16 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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.