Skip to content

Commit 20cf067

Browse files
committed
Refactoring
1 parent 60bb608 commit 20cf067

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ cards:
1111
- title: Concepts
1212
url: /concepts/
1313
description: Look up LiquidJava concepts, annotations, and protocol rules in a more formal, detailed format.
14+
- title: Diagnostics
15+
url: /diagnostics/
16+
description: Understand LiquidJava errors, warnings, diagnostic structure, and custom diagnostic messages.
1417
- title: VS Code Extension
1518
url: /vscode/
1619
description: Find out about real-time diagnostics, syntax highlighting, and more in the editor.
1720
- title: Command Line
1821
url: /cli/
1922
description: Run the verifier directly from the terminal for local checks, debugging, and CI workflows.
20-
- title: Diagnostics
21-
url: /diagnostics/
22-
description: Understand LiquidJava errors, warnings, diagnostic structure, and custom diagnostic messages.
2323
- title: Examples
2424
url: /examples/
2525
description: Explore focused code snippets that demonstrate how to use LiquidJava.
File renamed without changes.
File renamed without changes.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
title: Examples
3-
nav_order: 4
3+
nav_order: 6
44
has_children: false
5+
permalink: /examples/
56
description: LiquidJava example usages with focused code snippets.
67
---
78

89
# Examples
910

10-
TODO
11+
TODO

resources.md renamed to pages/resources.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Resources
33
nav_order: 7
44
has_children: false
5+
permalink: /resources/
56
description: Find LiquidJava papers, posters, and source repositories for deeper reading and experimentation.
67
---
78

@@ -26,4 +27,4 @@ description: Find LiquidJava papers, posters, and source repositories for deeper
2627

2728
## Website
2829

29-
- [LiquidJava Website](https://liquid-java.github.io)
30+
- [LiquidJava Website](https://liquid-java.github.io)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: VS Code Extension
3-
nav_order: 6
3+
nav_order: 4
44
permalink: /vscode/
55
description: Install the LiquidJava VS Code extension for live verification, syntax highlighting, and protocol visualizations.
66
---

0 commit comments

Comments
 (0)