This website is a collection of all my (simplier) notes and resources for AP Calculus AB. It is a work in progress, and I will be adding more content as I go.
pages/unit[]/
- Contains 2 files[slug].js
andmain.js
. The slug file is to render the static mdx file using mdx-next-remote and main file is to display the collection of notes and files in that unitlayout/content
- Creates the layout of the how the mdx file is renderedcomponents/
- Contains all the components used in the website, most created for the custom components that's being used in the mdx file itselfcontent/*
- Contains all the mdx files for the notes and resources, spereated into units for efficiencylib/mdx
- Gets static mdx files from a location (in this case locally), infuses the MDXComponents and bundles it into frontMatterpages/*
- All other static pages.