Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 9 additions & 0 deletions .github/workflows/formal-spec-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ jobs:
# Copy the HTML files
cp -r formal-spec-html/* site/static/formal-spec/

<<<<<<< HEAD
- name: 🔄 Enhance Agda documentation
working-directory: site
run: |
# Process HTML files using the agda-web-docs-lib
NODE_OPTIONS="--max-old-space-size=16384" npx agda-web-docs-lib process ./static/formal-spec ./agda-docs.config.json

=======
>>>>>>> main
- name: 🏗️ Build Docusaurus site
working-directory: site
run: |
Expand Down
7 changes: 7 additions & 0 deletions site/agda-docs.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"backButtonUrl": "/formal-spec/",
"inputDir": "./static/formal-spec",
"modules": ["Leios", "Cardano", "Ouroboros", "Ledger", "Ledger-Spec"],
"githubUrl": "https://github.com/input-output-hk/ouroboros-leios-formal-spec",
"searchGranularity": "comprehensive"
}
Loading
Loading