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
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
secrets:
GH_API_TOKEN: ${{ secrets.GH_API_TOKEN }}
TARGET_REPO: ${{ secrets.TARGET_REPO }}
STORYBLOK_ACCESS_TOKEN: ${{ secrets.STORYBLOK_ACCESS_TOKEN }}
repository-dispatch:
if: (github.event_name == 'repository_dispatch' && github.event.action == 'update_docs')
uses: platformatic/docs/.github/workflows/rebuild-and-deploy-docs.yml@main
Expand All @@ -39,7 +38,6 @@ jobs:
secrets:
GH_API_TOKEN: ${{ secrets.GH_API_TOKEN }}
TARGET_REPO: ${{ secrets.TARGET_REPO }}
STORYBLOK_ACCESS_TOKEN: ${{ secrets.STORYBLOK_ACCESS_TOKEN }}
workflow-dispatch:
if: (github.event_name == 'workflow_dispatch')
uses: platformatic/docs/.github/workflows/rebuild-and-deploy-docs.yml@main
Expand All @@ -50,4 +48,3 @@ jobs:
secrets:
GH_API_TOKEN: ${{ secrets.GH_API_TOKEN }}
TARGET_REPO: ${{ secrets.TARGET_REPO }}
STORYBLOK_ACCESS_TOKEN: ${{ secrets.STORYBLOK_ACCESS_TOKEN }}
5 changes: 0 additions & 5 deletions .github/workflows/rebuild-and-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ on:
TARGET_REPO:
description: "The repo where Docusaurus is"
required: true
STORYBLOK_ACCESS_TOKEN:
description: "Storyblok access token"
required: true
jobs:
build-and-publish:
runs-on: ubuntu-latest
Expand All @@ -56,7 +53,6 @@ jobs:
env:
TARGET_REPO: ${{ secrets.TARGET_REPO }}
GH_API_TOKEN: ${{ secrets.GH_API_TOKEN }}
STORYBLOK_ACCESS_TOKEN: ${{ secrets.STORYBLOK_ACCESS_TOKEN }}
- name: Print current versions
run: |
echo "Remote versions: ${{ steps.check.outputs.remote-versions }}"
Expand All @@ -69,7 +65,6 @@ jobs:
env:
TARGET_REPO: ${{ secrets.TARGET_REPO }}
GH_API_TOKEN: ${{ secrets.GH_API_TOKEN }}
STORYBLOK_ACCESS_TOKEN: ${{ secrets.STORYBLOK_ACCESS_TOKEN }}
- name: Push commit
if: inputs.original_event == 'push_on_main' || inputs.force || steps.check.outputs.needs-update == 'true'
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down
16 changes: 0 additions & 16 deletions App.js

This file was deleted.

57 changes: 0 additions & 57 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,43 +183,6 @@ const config = {
sidebarId: 'Learn',
label: 'Learn'
},

{
type: 'dropdown',
position: 'left',
label: 'Features',
items: [
{
to: '/service',
label: 'Service'
},
{
to: '/database',
label: 'DB'
},
{
to: '/composer',
label: 'Composer'
},

{
to: '/aiwarp',
label: 'AI-Warp'
},
{
to: '/stackables',
label: 'Stackables'
},
{
to: '/watt',
label: 'Watt'
},
{
to: '/caching',
label: 'Caching'
}
]
},
{
type: 'doc',
docId: 'Overview',
Expand All @@ -237,26 +200,6 @@ const config = {
}
]
},
// {
// href: "https://www.platformatic.dev",
// label: "About",
// position: "left",
// },
{
type: 'dropdown',
position: 'left',
label: 'Powered by',
items: [
{
to: '/fastify',
label: 'Fastify'
},
{
to: '/nodejs',
label: 'Node.js'
}
]
},
{
href: 'https://platformatichq.com',
label: 'For Teams',
Expand Down
46 changes: 1 addition & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"@docusaurus/preset-classic": "^3.5.1",
"@docusaurus/types": "^3.5.1",
"@mdx-js/react": "^3.0.1",
"@storyblok/react": "^3.0.10",
"buffer": "^6.0.3",
"clsx": "^1.2.1",
"concurrently": "^9.0.1",
Expand All @@ -44,7 +43,6 @@
"react-dom": "^18.3.1",
"react-lottie-player": "^2.1.0",
"semver": "^7.6.3",
"storyblok-rich-text-react-renderer": "^2.9.2",
"tailwindcss": "^3.4.10",
"undici": "^6.19.7"
},
Expand Down
6 changes: 0 additions & 6 deletions plugins/custom-webpack/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ module.exports = function customWebpackPlugin () {
new webpack.ProvidePlugin({
process: 'process/browser',
Buffer: ['buffer', 'Buffer']
}),
new webpack.DefinePlugin({
'process.env.STORYBLOK_ACCESS_TOKEN': JSON.stringify(
process.env.STORYBLOK_ACCESS_TOKEN
),
'process.env.BASE_URL': JSON.stringify(process.env.BASE_URL)
})
]
}
Expand Down
78 changes: 0 additions & 78 deletions src/components/BuildApi.js

This file was deleted.

55 changes: 0 additions & 55 deletions src/components/CodeBlockWithCopy.js

This file was deleted.

Loading