1
0
mirror of synced 2025-12-19 18:14:56 -05:00

feat: add Embedded Api docs to docusaurus (#62875)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
letiescanciano
2025-10-21 12:11:47 +02:00
committed by GitHub
parent 3b879abd1f
commit 249d68831c
12 changed files with 16200 additions and 316 deletions

View File

@@ -20,7 +20,7 @@
help = "Build the docs.airbyte.com site documentation using Docusaurus."
shell = '''
cd $POE_ROOT/docusaurus
pnpm install
pnpm install --ignore-scripts
pnpm build
'''