Skip to content

Commit

Permalink
chore(docs): try to fix doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
freeboub committed Aug 24, 2024
1 parent 0a502cb commit bb8e4cb
Show file tree
Hide file tree
Showing 4 changed files with 4,274 additions and 5,252 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"prepare": "rimraf ./dist && babel src --out-dir dist",
"release": "release-it",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build"
"deploy": "gh-pages -d build",
"docs": "yarn --cwd website build"
},
"repository": {
"type": "git",
Expand Down
4 changes: 0 additions & 4 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = {
organizationName: 'freeboub',
projectName: 'react-native-peertube-iframe',
themeConfig: {
sidebarCollapsible: false,
colorMode: {
defaultMode: 'dark',
},
Expand All @@ -27,9 +26,6 @@ module.exports = {
},
],
},
googleAnalytics: {
trackingID: 'UA-165995640-2',
},
},
presets: [
[
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"build": "docusaurus build"
},
"dependencies": {
"@docusaurus/core": "^2.0.0-beta.3",
"@docusaurus/preset-classic": "^2.0.0-beta.3",
"@docusaurus/core": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"html-minifier": "^4.0.0",
Expand Down
Loading

0 comments on commit bb8e4cb

Please sign in to comment.