aboutsummaryrefslogtreecommitdiff
path: root/website/templates/contributing/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates/contributing/index.html')
-rw-r--r--website/templates/contributing/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/website/templates/contributing/index.html b/website/templates/contributing/index.html
new file mode 100644
index 00000000..4f6a1bca
--- /dev/null
+++ b/website/templates/contributing/index.html
@@ -0,0 +1,17 @@
+<#import "../_scaffold.html" as main>
+
+<@main.scaffold title="Documentation for being a lombok developer">
+ <div class="page-header top5">
+ <div class="row text-center">
+ <@main.h1 title="Documentation for lombok developers" />
+ </div>
+ <div class="row">
+ <@main.feature title="contributing" href="contributing">
+ Want to contribute to Project Lombok? Start by reading this introduction.
+ </@main.feature>
+ <@main.feature title="execution path" href="lombok-execution-path">
+ Discusses how lombok ends up being invoked, and how it gets around to transforming code being compiled / edited.
+ </@main.feature>
+ </div>
+ </div>
+</@main.scaffold>