Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public/fonts
public/scripts
public/styles
public/images/global-shared
src/components/global

# general
apple-touch-*.png
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"choco-theme": "npx --quiet ts-node --skipIgnore node_modules/choco-theme/build/choco-theme.ts --repository=docs"
},
"dependencies": {
"choco-astro": "0.1.0",
"choco-theme": "0.8.0"
"choco-astro": "0.1.1",
"choco-theme": "0.8.1"
}
}
117 changes: 0 additions & 117 deletions src/components/global/CollapsingRightSidebarContent.astro

This file was deleted.

41 changes: 0 additions & 41 deletions src/components/global/GlobalNavigation.astro

This file was deleted.

8 changes: 0 additions & 8 deletions src/components/global/GoogleTag.astro

This file was deleted.

79 changes: 0 additions & 79 deletions src/components/global/SocialMedia.astro

This file was deleted.

12 changes: 0 additions & 12 deletions src/components/global/SvgStyles.astro

This file was deleted.

Loading