Skip to content

Commit 4c506d3

Browse files
Agda Web Docs (#359)
* site: agda web
1 parent 7aec979 commit 4c506d3

File tree

553 files changed

+660221
-1512
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

553 files changed

+660221
-1512
lines changed

.github/workflows/formal-spec-integration.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@ jobs:
4646
# Copy the HTML files
4747
cp -r formal-spec-html/* site/static/formal-spec/
4848
49+
<<<<<<< HEAD
50+
- name: 🔄 Enhance Agda documentation
51+
working-directory: site
52+
run: |
53+
# Process HTML files using the agda-web-docs-lib
54+
NODE_OPTIONS="--max-old-space-size=16384" npx agda-web-docs-lib process ./static/formal-spec ./agda-docs.config.json
55+
56+
=======
57+
>>>>>>> main
4958
- name: 🏗️ Build Docusaurus site
5059
working-directory: site
5160
run: |

site/agda-docs.config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"backButtonUrl": "/formal-spec/",
3+
"inputDir": "./static/formal-spec",
4+
"modules": ["Leios", "Cardano", "Ouroboros", "Ledger", "Ledger-Spec"],
5+
"githubUrl": "https://github.com/input-output-hk/ouroboros-leios-formal-spec",
6+
"searchGranularity": "comprehensive"
7+
}

0 commit comments

Comments
 (0)