Skip to content

Commit e5ca69d

Browse files
committed
Minor change in the webiste
1 parent acf1f63 commit e5ca69d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Goal
99

10-
The project provides a collection of `System prompts` for Java Enterprise development that help software engineers in their daily programming work.
10+
The project provides a collection of `System prompts` for Java Enterprise development that help software engineers & data pipelines in their daily programming work.
1111
The [available System prompts for Java](./CURSOR-RULES-JAVA.md) cover aspects like `Build system based on Maven`, `Design`, `Coding`, `Testing`, `Refactoring & JMH Benchmarking`, `Performance testing with JMeter`, `Profiling with Async profiler/OpenJDK tools`, `Documentation` & `Diagrams`.
1212

1313
### Compatibility with Modern IDEs, CLI & Others

docs/2/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<div class="page-heading">
7171
<h1>Cursor Rules for Java</h1>
7272
<hr class="small">
73-
<span class="page-subheading">A collection of System prompts for Java Enterprise development that help software engineers in their daily programming work.</span>
73+
<span class="page-subheading">A collection of System prompts for Java Enterprise development that help software engineers & data pipelines in their daily programming work.</span>
7474
</div>
7575
</div>
7676
</div>
@@ -85,7 +85,7 @@ <h1>Cursor Rules for Java</h1>
8585
<div class="page-heading">
8686
<h1>Cursor Rules for Java</h1>
8787
<hr class="small">
88-
<span class="page-subheading">A collection of System prompts for Java Enterprise development that help software engineers in their daily programming work.</span>
88+
<span class="page-subheading">A collection of System prompts for Java Enterprise development that help software engineers & data pipelines in their daily programming work.</span>
8989
</div>
9090
</div>
9191
</div>

docs/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feed xmlns='http://www.w3.org/2005/Atom' xml:lang='en'>
33
<id>https://jabrena.github.io/cursor-rules-java/</id>
44
<title>Cursor Rules for Java</title>
5-
<updated>2025-09-27T20:05:34+0200</updated>
5+
<updated>2025-09-27T20:22:02+0200</updated>
66
<link rel="alternate" type="text/html" href="https://jabrena.github.io/cursor-rules-java/" />
77
<link rel='self' type='application/atom+xml' href='https://jabrena.github.io/cursor-rules-java//feed.xml' />
88
<entry>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<div class="page-heading">
7171
<h1>Cursor Rules for Java</h1>
7272
<hr class="small">
73-
<span class="page-subheading">A collection of System prompts for Java Enterprise development that help software engineers in their daily programming work.</span>
73+
<span class="page-subheading">A collection of System prompts for Java Enterprise development that help software engineers & data pipelines in their daily programming work.</span>
7474
</div>
7575
</div>
7676
</div>
@@ -85,7 +85,7 @@ <h1>Cursor Rules for Java</h1>
8585
<div class="page-heading">
8686
<h1>Cursor Rules for Java</h1>
8787
<hr class="small">
88-
<span class="page-subheading">A collection of System prompts for Java Enterprise development that help software engineers in their daily programming work.</span>
88+
<span class="page-subheading">A collection of System prompts for Java Enterprise development that help software engineers & data pipelines in their daily programming work.</span>
8989
</div>
9090
</div>
9191
</div>

site-generator/jbake.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ site.host=https://jabrena.github.io/cursor-rules-java/
33
site.lang=en
44

55
site.title=Cursor Rules for Java
6-
site.subtitle=A collection of System prompts for Java Enterprise development that help software engineers in their daily programming work.
6+
site.subtitle=A collection of System prompts for Java Enterprise development that help software engineers & data pipelines in their daily programming work.
77
site.avatar=images/avatar-icon.png
88

99
index.bigimg=images/jwst-image-rawpixel.jpg

0 commit comments

Comments
 (0)