-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate Docs from Jekyll to Astro (#11)
* feat(docs): initialize Astro documentation setup with configuration files * refactor(docs): update pages to be Astro * feat(docs): add SEO plugin, use public folder, seperate css and scripts into seperate files * chore: update GitHub Actions workflow to use Node.js and install dependencies for documentation build --------- Co-authored-by: Cody Bromley <[email protected]>
- Loading branch information
Showing
39 changed files
with
9,018 additions
and
1,197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# build output | ||
dist/ | ||
# generated types | ||
.astro/ | ||
|
||
# dependencies | ||
node_modules/ | ||
|
||
# logs | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
pnpm-debug.log* | ||
|
||
# environment variables | ||
.env | ||
.env.production |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.