Skip to content

Commit b8bbafe

Browse files
committed
site: update agda files
1 parent c45742d commit b8bbafe

21 files changed

+129
-129
lines changed

site/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@docusaurus/core": "3.4.0",
2020
"@docusaurus/preset-classic": "3.4.0",
2121
"@mdx-js/react": "^3.0.0",
22-
"agda-web-docs-lib": "^0.4.2",
22+
"agda-web-docs-lib": "^0.5.1",
2323
"clsx": "^2.0.0",
2424
"prism-react-renderer": "^2.3.0",
2525
"react": "^18.0.0",

site/scripts/build-and-process-agda-docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ if [ ! -f "$CONFIG_PATH" ]; then
3333
exit 1
3434
fi
3535

36-
# Process HTML files using the agda-web-docs-lib
37-
cd "$SITE_DIR" && NODE_OPTIONS="--max-old-space-size=16384" npx agda-web-docs-lib process "$FORMAL_SPEC_DIR" "$CONFIG_PATH"
36+
# Process HTML files using the agda-web-docs-lib with memory-efficient settings
37+
cd "$SITE_DIR" && NODE_OPTIONS="--max-old-space-size=6144" npx agda-web-docs-lib process "$FORMAL_SPEC_DIR" "$CONFIG_PATH"

site/static/formal-spec/Leios.Abstract.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

site/static/formal-spec/Leios.Base.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

site/static/formal-spec/Leios.Blocks.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

site/static/formal-spec/Leios.Defaults.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

site/static/formal-spec/Leios.KeyRegistration.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

site/static/formal-spec/Leios.Protocol.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

site/static/formal-spec/Leios.Short.Decidable.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)