Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
userdocs committed Mar 17, 2024
1 parent 16c6add commit 787777a
Show file tree
Hide file tree
Showing 35 changed files with 938 additions and 588 deletions.
2 changes: 2 additions & 0 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import starlight from "@astrojs/starlight";
import react from "@astrojs/react";
import { ExpressiveCodeTheme } from "@astrojs/starlight/expressive-code";
import fs from "node:fs";
import starlightImageZoom from "starlight-image-zoom";

const jsoncStringLight = fs.readFileSync(
new URL(
Expand Down Expand Up @@ -34,6 +35,7 @@ export default defineConfig({
}),

starlight({
plugins: [starlightImageZoom()],
// favicon: "./favicon.svg",
head: [
// // https://starlight.astro.build/reference/configuration/#head
Expand Down
100 changes: 94 additions & 6 deletions docs/package-lock.json

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

8 changes: 7 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,19 @@
"dependencies": {
"@astrojs/react": "^3.1.0",
"@astrojs/starlight": "^0.21.1",
"astro": "^4.5.0",
"@floating-ui/react": "^0.26.9",
"astro": "^4.5.5",
"react-icons": "^5.0.1",
"react-markdown": "^9.0.1",
"react-toggle": "^4.1.3",
"react-tooltip": "^5.26.3",
"sharp": "^0.32.5",
"starlight-image-zoom": "^0.1.0",
"tippy.js": "^6.3.7",
"yet-another-react-lightbox": "^3.17.0"
},
"devDependencies": {
"sass": "^1.72.0",
"typescript": "^5.4.2"
}
}
Loading

0 comments on commit 787777a

Please sign in to comment.