Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stereobooster committed Dec 9, 2024
1 parent 3e91bb1 commit e641abc
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ See:

Check out the source code to see how to implement it:

- [src/components/TOC.astro](https://github.com/stereobooster/astro-digital-garden/tree/main/src/components/TOC.astro)
- [src/components/TOCHelper.ts](https://github.com/stereobooster/astro-digital-garden/tree/main/src/components/TOCHelper.ts)
- [src/components/TOCHeading.astro](https://github.com/stereobooster/astro-digital-garden/tree/main/src/components/TOCHeading.astro)
- [src/toc.js](https://github.com/stereobooster/astro-digital-garden/tree/main/src/components/toc.js)
- [src/components/TOC.astro](https://github.com/stereobooster/astro-digital-garden/tree/main/packages/website/src/components/TOC.astro)
- [src/components/TOCHelper.ts](https://github.com/stereobooster/astro-digital-garden/tree/main/packages/website/src/components/TOCHelper.ts)
- [src/components/TOCHeading.astro](https://github.com/stereobooster/astro-digital-garden/tree/main/packages/website/src/components/TOCHeading.astro)
- [src/toc.js](https://github.com/stereobooster/astro-digital-garden/tree/main/packages/website/src/components/toc.js)

### TODO:

Expand Down

0 comments on commit e641abc

Please sign in to comment.