Skip to content

Commit 5ed4649

Browse files
committed
Add GitHub Pages deployment workflow and upgrade Docusaurus
- Add GitHub Actions workflow for automated deployment to GitHub Pages - Upgrade Docusaurus from 3.4.0 to 3.9.2 with latest features and bug fixes - Upgrade React from 18.3.1 to 19.2.0 for improved performance - Upgrade MDX and prism-react-renderer dependencies - Add CNAME file for custom domain (www.apexfp.org) - Fix deprecated onBrokenMarkdownLinks config for Docusaurus v4 compatibility The workflow builds and deploys the documentation site automatically on pushes to main branch.
1 parent 45b0efd commit 5ed4649

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

peakconfig.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"compilerOptions": {
3+
"instantiate": {
4+
"classes": {
5+
"Optional": ["Double", "Decimal", "SObject"]
6+
}
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)