// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
exports[`docsLocal should return specific properties 1`] = `
{
"getLocalDocs": [Function],
}
`;
exports[`getLocalDocs should return local references when called, default 1`] = `
[
"[@patternfly/react-charts](/documentation/charts/README.md)",
"[@patternfly/react-chatbot](/documentation/chatbot/README.md)",
"[@patternfly/react-component-groups](/documentation/component-groups/README.md)",
"[@patternfly/react-components](/documentation/components/README.md)",
"[@patternfly/react-guidelines](/documentation/guidelines/README.md)",
"[@patternfly/react-resources](/documentation/resources/README.md)",
"[@patternfly/react-setup](/documentation/setup/README.md)",
"[@patternfly/react-troubleshooting](/documentation/troubleshooting/README.md)",
]
`;
exports[`getLocalDocs should return local references when called, with custom docsPath 1`] = `
[
"[@patternfly/react-charts](custom/docs/path/charts/README.md)",
"[@patternfly/react-chatbot](custom/docs/path/chatbot/README.md)",
"[@patternfly/react-component-groups](custom/docs/path/component-groups/README.md)",
"[@patternfly/react-components](custom/docs/path/components/README.md)",
"[@patternfly/react-guidelines](custom/docs/path/guidelines/README.md)",
"[@patternfly/react-resources](custom/docs/path/resources/README.md)",
"[@patternfly/react-setup](custom/docs/path/setup/README.md)",
"[@patternfly/react-troubleshooting](custom/docs/path/troubleshooting/README.md)",
]
`;