22title : LiquidJava Docs
33layout : default
44nav_exclude : true
5+ has_toc : false
56description : Start with installation, quickstart, runnable examples, and reference material for LiquidJava.
7+ cards :
8+ - title : Quickstart
9+ url : /getting-started/quickstart/
10+ description : Install the annotation API, run the verifier, and see a failing refinement in a few minutes.
11+ - title : VS Code Extension
12+ url : /tooling/vscode-extension/
13+ description : Use real-time diagnostics, syntax highlighting, and state-machine visualizations directly in the editor.
14+ - title : Command Line
15+ url : /tooling/cli/
16+ description : Run the verifier directly from the terminal for local checks, debugging, and CI workflows.
17+ - title : Reference
18+ url : /reference/
19+ description : Look up LiquidJava concepts, annotations, and protocol rules in a more formal, detailed format.
20+ - title : Examples
21+ url : /examples/
22+ description : Open runnable demo projects through Codespaces, dev containers, or a local Maven setup.
23+ - title : Resources
24+ url : /resources/
25+ description : Explore related research papers, poster material, and source repositories.
626---
727
828<div >
@@ -19,29 +39,4 @@ description: Start with installation, quickstart, runnable examples, and referen
1939 </div >
2040</div >
2141
22- <div class =" home-grid " >
23- <div class =" home-card " >
24- <h3><a href="{{ '/getting-started/quickstart/' | relative_url }}">Quickstart</a></h3>
25- <p>Install the annotation API, run the verifier, and see a failing refinement in a few minutes.</p>
26- </div >
27- <div class =" home-card " >
28- <h3><a href="{{ '/tooling/vscode-extension/' | relative_url }}">VS Code Extension</a></h3>
29- <p>Use real-time diagnostics, syntax highlighting, and state-machine visualizations directly in the editor.</p>
30- </div >
31- <div class =" home-card " >
32- <h3><a href="{{ '/tooling/cli/' | relative_url }}">Command Line</a></h3>
33- <p>Run the verifier directly from the terminal for local checks, debugging, and CI workflows.</p>
34- </div >
35- <div class =" home-card " >
36- <h3><a href="{{ '/reference/' | relative_url }}">Reference</a></h3>
37- <p>Look up LiquidJava concepts, annotations, and protocol rules in a more formal, detailed format.</p>
38- </div >
39- <div class =" home-card " >
40- <h3><a href="{{ '/examples/' | relative_url }}">Examples</a></h3>
41- <p>Open runnable demo projects through Codespaces, dev containers, or a local Maven setup.</p>
42- </div >
43- <div class =" home-card " >
44- <h3><a href="{{ '/resources/' | relative_url }}">Resources</a></h3>
45- <p>Explore related research papers, poster material, and source repositories.</p>
46- </div >
47- </div >
42+ {% include card_grid.html cards=page.cards %}
0 commit comments