Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Patternfly documentation core contains the base packages needed to build and rel

Using this package for your documentation is accomplished in just a few simple steps:

1. Run `npx patternfly-doc-core@latest setup` from the root of your repo. This will:
1. Run `npx @patternfly/patternfly-doc-core@latest setup` from the root of your repo. This will:
- add the documentation core as a dependency in your package
- add the relevant scripts for using the documentation core to your package scripts
- create the configuration file for customizing the documentation core
Expand Down
2 changes: 1 addition & 1 deletion cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function updateContent(program: Command) {
}

const astroRoot = import.meta
.resolve('patternfly-doc-core')
.resolve('@patternfly/patternfly-doc-core')
.replace('dist/cli/cli.js', '')
.replace('file://', '')
const currentDir = process.cwd()
Expand Down