Skip to content

Commit 26ebef7

Browse files
committed
chore(docs): bumped framework and added switchers
1 parent 9c7a38b commit 26ebef7

File tree

3 files changed

+1874
-649
lines changed

3 files changed

+1874
-649
lines changed

packages/module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@octokit/rest": "^18.0.0",
53-
"@patternfly/documentation-framework": "6.8.2",
53+
"@patternfly/documentation-framework": "^6.22.9",
5454
"@patternfly/patternfly": "^6.1.0",
5555
"@patternfly/patternfly-a11y": "^4.3.1",
5656
"@patternfly/react-code-editor": "^6.1.0",

packages/module/patternfly-docs/patternfly-docs.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
module.exports = {
33
sideNavItems: [{ section: 'extensions' }],
44
topNavItems: [],
5-
port: 8006
5+
port: 8006,
6+
hasThemeSwitcher: true,
7+
hasHighContrastSwitcher: true,
8+
hasRTLSwitcher: true
69
};

0 commit comments

Comments
 (0)