File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Patternfly documentation core contains the base packages needed to build and rel
88
99Using this package for your documentation is accomplished in just a few simple steps:
1010
11- 1 . Run ` npx patternfly-doc-core@latest setup ` from the root of your repo. This will:
11+ 1 . Run ` npx @patternfly/ patternfly-doc-core@latest setup ` from the root of your repo. This will:
1212 - add the documentation core as a dependency in your package
1313 - add the relevant scripts for using the documentation core to your package scripts
1414 - create the configuration file for customizing the documentation core
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ function updateContent(program: Command) {
2424}
2525
2626const astroRoot = import . meta
27- . resolve ( 'patternfly-doc-core' )
27+ . resolve ( '@patternfly/ patternfly-doc-core' )
2828 . replace ( 'dist/cli/cli.js' , '' )
2929 . replace ( 'file://' , '' )
3030const currentDir = process . cwd ( )
You can’t perform that action at this time.
0 commit comments