Skip to content

Commit c767c7d

Browse files
committed
Improvements
1 parent c98bf85 commit c767c7d

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

getting-started/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Overview
33
parent: Getting Started
4-
nav_order: 1
4+
nav_order: 2
55
description: Learn what LiquidJava adds to Java.
66
---
77

getting-started/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Setup
33
parent: Getting Started
4-
nav_order: 2
4+
nav_order: 1
55
description: Set up the dependency, verifier, and VS Code extension to start using LiquidJava.
66
---
77

index.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,30 @@ nav_exclude: true
55
has_toc: false
66
description: Start with setup, runnable examples, and reference material for LiquidJava.
77
cards:
8+
- title: Getting Started
9+
url: /getting-started/
10+
description: Learn the basics, set up your environment, and run your first LiquidJava verification.
11+
- title: Reference
12+
url: /reference/
13+
description: Look up LiquidJava concepts, annotations, and protocol rules in a more formal, detailed format.
814
- title: VS Code Extension
915
url: /tooling/vscode-extension/
10-
description: Use real-time diagnostics, syntax highlighting, and state-machine visualizations directly in the editor.
16+
description: Find out about real-time diagnostics, syntax highlighting, and more in the editor.
1117
- title: Command Line
1218
url: /tooling/cli/
1319
description: Run the verifier directly from the terminal for local checks, debugging, and CI workflows.
14-
- title: Reference
15-
url: /reference/
16-
description: Look up LiquidJava concepts, annotations, and protocol rules in a more formal, detailed format.
1720
- title: Examples
1821
url: /examples/
19-
description: Open runnable demo projects through Codespaces, dev containers, or a local Maven setup.
22+
description: Explore focused code snippets that demonstrate how to use LiquidJava.
2023
- title: Resources
2124
url: /resources/
22-
description: Explore related research papers, poster material, and source repositories.
25+
description: Find related research papers, poster material, and source repositories.
2326
---
2427

2528
<div>
2629
<h1>Extending Java with Liquid Types</h1>
2730
<p>LiquidJava is an additional type system with liquid types for Java that allows expressing constraints that the program must follow to catch more bugs before executing the program.</p>
2831

29-
<div class="home-actions">
30-
<a class="home-button primary" href="{{ '/getting-started/setup/' | relative_url }}">Install LiquidJava</a>
31-
<a class="home-button secondary" href="{{ '/getting-started/overview/' | relative_url }}">Learn More</a>
32-
</div>
33-
3432
<div class="home-banner">
3533
<img src="{{ '/assets/images/banner.gif' | relative_url }}" alt="LiquidJava banner">
3634
</div>

0 commit comments

Comments
 (0)