Skip to content

Commit 9357847

Browse files
committed
chore(@datadive/docs): remove astro-d2 integration
1 parent 527e4d0 commit 9357847

File tree

12 files changed

+906
-786
lines changed

12 files changed

+906
-786
lines changed

.github/actions/setup/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ runs:
1515
restore-keys: |
1616
${{ runner.os }}-${{ matrix.bun }}-bun-
1717
18-
- name: Install D2
19-
shell: bash
20-
run: curl -fsSL https://d2lang.com/install.sh | sh -s --
21-
2218
- name: Install dependencies
2319
shell: bash
2420
run: bun install

apps/docs/astro.config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import react from '@astrojs/react'
22
import starlight from '@astrojs/starlight'
33
import tailwind from '@astrojs/tailwind'
44
import starlightUtils from '@lorenzo_lewis/starlight-utils'
5-
import astroD2 from 'astro-d2'
65
import { defineConfig } from 'astro/config'
76

87
import { citationIntegration } from './integrations/citation-integration'
@@ -24,7 +23,6 @@ export default defineConfig({
2423
},
2524
}),
2625
starlightUtils(),
27-
astroD2({ layout: 'tala' }),
2826
tailwind({
2927
applyBaseStyles: false,
3028
}),
@@ -67,4 +65,4 @@ export default defineConfig({
6765
],
6866
}),
6967
],
70-
})
68+
})

apps/docs/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"@lorenzo_lewis/starlight-utils": "^0.1.2",
2626
"@total-typescript/ts-reset": "^0.5.1",
2727
"astro": "^4.11.5",
28-
"astro-d2": "^0.4.0",
2928
"neverthrow": "^7.1.0",
3029
"sharp": "^0.32.5",
3130
"unist-util-visit": "^5.0.0",
@@ -46,4 +45,4 @@
4645
"tailwindcss": "^3.4.4",
4746
"typescript": "^5.5.3"
4847
}
49-
}
48+
}

apps/docs/public/d2/docs/thesis/03-architecture-0.svg

Lines changed: 169 additions & 169 deletions
Loading

apps/docs/public/d2/docs/thesis/03-architecture-1.svg

Lines changed: 151 additions & 175 deletions
Loading

apps/docs/public/d2/docs/thesis/03-architecture-2.svg

Lines changed: 150 additions & 150 deletions
Loading

apps/docs/src/assets/datadive-architecture-overview.svg

Lines changed: 119 additions & 0 deletions
Loading

apps/docs/src/assets/jupyter-architecture-overview.svg

Lines changed: 119 additions & 0 deletions
Loading

apps/docs/src/assets/landlord-database-schema.svg

Lines changed: 95 additions & 0 deletions
Loading

apps/docs/src/assets/tenant-database-schema.svg

Lines changed: 95 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)