Skip to content
Draft
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: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ pnpm-debug.log*

# jetbrains setting folder
.idea/

# @botpress-private/dab
.dab
587 changes: 413 additions & 174 deletions bun.lock

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions dab.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import * as dab from '@botpress-private/dab'
import * as d from './.dab/index'

export const name = 'docs'
export const state = dab.defineState({
type: 'local',
path: 'dab/state',
})

export default d.defineApp(() => ({
distDir: './dist',
}))
8 changes: 8 additions & 0 deletions dab/project.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import * as dab from '@botpress-private/dab'

export default dab.defineInfra([
{
type: 'static-site',
name: 'docs',
},
])
8 changes: 8 additions & 0 deletions dab/state/docs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "static-site",
"name": "docs",
"lastProvisioned": "2026-04-24T19:22:43.298Z",
"provisions": {},
"variables": {},
"secrets": {}
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@astrojs/react": "^5.0.2",
"@astrojs/sitemap": "^3.7.2",
"@base-ui/react": "^1.3.0",
"@botpress-private/dab": "0.3.18",
"@fontsource-variable/geist": "^5.2.8",
"@fontsource-variable/inter": "^5.2.8",
"@pagefind/default-ui": "^1.4.0",
Expand All @@ -59,6 +60,7 @@
"@astrojs/check": "^0.9.8",
"@biomejs/biome": "2.4.13",
"@botpress/api": "^1.86.0",
"@dotenvx/dotenvx": "^1.64.0",
"@types/node": "^25.5.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
Expand Down