Skip to content

Commit

Permalink
fix: docs accessibility violation (#1203)
Browse files Browse the repository at this point in the history
- remove unused deps,
- cleanup types,
- fix docs a11y violation
  • Loading branch information
benluelo authored Jan 25, 2024
2 parents b368e67 + 2855794 commit 15254d3
Show file tree
Hide file tree
Showing 15 changed files with 346 additions and 1,165 deletions.
280 changes: 239 additions & 41 deletions site/package-lock.json

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

3 changes: 1 addition & 2 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@
"@astrojs/tailwind": "5.1.0",
"@fontsource/ibm-plex-mono": "5.0.8",
"@fontsource/jetbrains-mono": "5.0.18",
"@observablehq/plot": "^0.6.13",
"@urql/svelte": "4.0.4",
"astro": "4.0.9",
"astro-seo": "^0.8.0",
"graphql": "16.8.1",
"htl": "^0.3.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-katex": "7.0.0",
"rehype-mathjax": "6.0.0",
Expand All @@ -51,6 +49,7 @@
"@tailwindcss/container-queries": "0.1.1",
"@tailwindcss/typography": "0.5.10",
"@total-typescript/ts-reset": "0.5.1",
"@types/d3": "^7.4.3",
"@types/eslint": "8.56.1",
"@types/node": "20.10.6",
"@typescript-eslint/eslint-plugin": "6.17.0",
Expand Down
2 changes: 1 addition & 1 deletion site/site.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
packages = {
site = pkgs.buildNpmPackage {
npmDepsHash = "sha256-4YxL4ubvVgwi+30Q7Cd9xJGFxFBlylLrE0eTgy7jSi4=";
npmDepsHash = "sha256-MnKC0nRMAa4tWVYXYhvfpb73BJ5GXEbATQtqzmQxI4E=";
src = ./.;
pname = "site";
version = "0.0.1";
Expand Down
Loading

0 comments on commit 15254d3

Please sign in to comment.