Skip to content

Commit 821f5da

Browse files
Remove tailwind from docs
1 parent 69e47cd commit 821f5da

File tree

3 files changed

+30
-354
lines changed

3 files changed

+30
-354
lines changed

docs-src/astro.config.mjs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { defineConfig } from 'astro/config';
22
import starlight from '@astrojs/starlight';
33

44
import starlightTypeDoc, { typeDocSidebarGroup } from 'starlight-typedoc';
5-
import tailwind from "@astrojs/tailwind";
65

76
// https://astro.build/config
87
export default defineConfig({
@@ -79,7 +78,6 @@ export default defineConfig({
7978
// },
8079
typeDocSidebarGroup
8180
]
82-
}),
83-
tailwind()
81+
})
8482
]
85-
});
83+
});

docs-src/package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,17 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/check": "^0.9.4",
1514
"@astrojs/starlight": "^0.31.1",
16-
"@astrojs/tailwind": "^6.0.2",
1715
"astro": "^5.16.6",
18-
"sharp": "^0.34.3",
1916
"shepherd.js": "workspace:*",
20-
"starlight-typedoc": "^0.18.0",
21-
"tailwindcss": "^3.4.17",
17+
"starlight-typedoc": "^0.18.0"
18+
},
19+
"devDependencies": {
20+
"@astrojs/check": "^0.9.4",
21+
"@flydotio/dockerfile": "^0.7.4",
22+
"sharp": "^0.34.3",
2223
"typedoc": "^0.26.7",
2324
"typedoc-plugin-markdown": "4.2.9",
2425
"typescript": "^5.7.3"
25-
},
26-
"devDependencies": {
27-
"@flydotio/dockerfile": "^0.7.4"
2826
}
2927
}

0 commit comments

Comments
 (0)