Skip to content

Commit 2b7fc65

Browse files
committed
[DOCS] Creates custom landing page for the Java client book.
1 parent 20dff39 commit 2b7fc65

File tree

1 file changed

+189
-0
lines changed

1 file changed

+189
-0
lines changed

docs/index-custom-title-page.html

Lines changed: 189 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,189 @@
1+
<style>
2+
* {
3+
box-sizing: border-box;
4+
}
5+
6+
.card {
7+
cursor: pointer;
8+
padding: 16px;
9+
text-align: left;
10+
color: #000;
11+
}
12+
13+
.card:hover {
14+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
15+
padding: 16px;
16+
text-align: left;
17+
}
18+
19+
#guide a.no-text-decoration:hover {
20+
text-decoration: none!important;
21+
}
22+
23+
.icon {
24+
width: 24px;
25+
height: 24px;
26+
background-position: bottom;
27+
background-size: contain;
28+
background-repeat: no-repeat;
29+
}
30+
31+
.ul-col-1 {
32+
columns: 1;
33+
-webkit-columns: 1;
34+
-moz-columns: 1;
35+
}
36+
37+
@media (min-width:769px) {
38+
.ul-col-md-2 {
39+
columns: 2;
40+
-webkit-columns: 2;
41+
-moz-columns: 2;
42+
}
43+
}
44+
45+
#guide h3.gtk {
46+
margin-top: 64px;
47+
}
48+
49+
.mb-4, .my-4 {
50+
margin-bottom: 0!important;
51+
}
52+
</style>
53+
54+
<div class="legalnotice"></div>
55+
56+
<div class="row my-4">
57+
<div class="col-md-6 col-12">
58+
<p></p>
59+
<h2>Java API client for Elasticsearch</h2>
60+
<p>
61+
The Java API client provides strongly typed requests and responses for all Elasticsearch APIs.
62+
</p>
63+
<p>
64+
<a href="https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/_getting_started.html">
65+
<button class="btn btn-primary">Get started</button>
66+
</a>
67+
</p>
68+
</div>
69+
<div class="col-md-6 col-12">
70+
<img class="w-100" src="https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt63b477a2b18ef7c7/641adde29d04a8544bd86fb5/java-lp-hero.png" />
71+
</div>
72+
</div>
73+
74+
<h3 class="gtk">Get to know the Java client</h3>
75+
76+
<div class="my-5">
77+
<div class="d-flex align-items-center mb-3">
78+
<h4 class="mt-3">
79+
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/bltfd59779217093221/641ae0c8db18f61d68e9c377/64x64_Color_icon-connected-circles64-color.png');"></span>
80+
Connecting
81+
</h4>
82+
</div>
83+
<ul class="ul-col-md-2 ul-col-1">
84+
<li>
85+
<a href="introduction.html">Introduction to the client</a>
86+
</li>
87+
<li>
88+
<a href="installation.html">Install the client</a>
89+
</li>
90+
<li>
91+
<a href="connecting.html">Connect to Elasticsearch</a>
92+
</li>
93+
<li>
94+
<a href="migrate-hlrc.html">Migrate from the high-level REST client</a>
95+
</li>
96+
<li>
97+
<a href="java-rest-low.html">Java Low Level REST Client</a>
98+
</li>
99+
</ul>
100+
</div>
101+
102+
<div class="my-5">
103+
<div class="d-flex align-items-center mb-3">
104+
<h4 class="mt-3">
105+
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/bltca09fd8c807816ce/641ae17733e7f95594918557/icon-monitor-cog-64-color.png');"></span>
106+
Using the Java client
107+
</h4>
108+
</div>
109+
<ul class="ul-col-md-2 ul-col-1">
110+
<li>
111+
<a href="indexing.html">Indexing documents</a>
112+
</li>
113+
<li>
114+
<a href="indexing-bulk.html">Bulk indexing</a>
115+
</li>
116+
<li>
117+
<a href="reading.html">Reading documents</a>
118+
</li>
119+
<li>
120+
<a href="searching.html">Searching</a>
121+
</li>
122+
<li>
123+
<a href="aggregations.html">Using aggregations</a>
124+
</li>
125+
</ul>
126+
</div>
127+
128+
<div class="my-5">
129+
<div class="d-flex align-items-center mb-3">
130+
<h4 class="mt-3">
131+
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blteacd058910f155d8/636925a6e0ff7c532db636d7/64x64_Color_icon-dev-tools-64-color.png');"></span>
132+
Developer docs
133+
</h4>
134+
</div>
135+
<ul class="ul-col-md-2 ul-col-1">
136+
<li>
137+
<a href="api-conventions.html">API conventions</a>
138+
</li>
139+
<li>
140+
<a href="java-client-javadoc.html">Javadoc and source code</a>
141+
</li>
142+
<li>
143+
<a href="troubleshooting.html">Troubleshooting</a>
144+
</li>
145+
<li>
146+
<a href="release_notes.html">Release notes</a>
147+
</li>
148+
</ul>
149+
</div>
150+
151+
<h3 class="explore">Explore by use case</h3>
152+
153+
<div class="row my-4">
154+
<div class="col-md-4 col-12 mb-2">
155+
<a class="no-text-decoration" href="https://www.elastic.co/guide/en/enterprise-search/current/start.html">
156+
<div class="card h-100">
157+
<h4 class="mt-3">
158+
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt11200907c1c033aa/634d9da119d8652169cf9b2b/enterprise-search-logo-color-32px.png');"></span>
159+
Search my data
160+
</h4>
161+
<p>Create search experiences for your content, wherever it lives.</p>
162+
</div>
163+
</a>
164+
</div>
165+
<div class="col-md-4 col-12 mb-2">
166+
<a class="no-text-decoration" href="https://www.elastic.co/guide/en/welcome-to-elastic/current/getting-started-observability.html">
167+
<div class="card h-100">
168+
<h4 class="mt-3">
169+
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/bltaa08b370a00bbecc/634d9da14e565f1cdce27f7c/observability-logo-color-32px.png');"></span>
170+
Observe my data
171+
</h4>
172+
<p>Follow our guides to monitor logs, metrics, and traces.</p>
173+
</div>
174+
</a>
175+
</div>
176+
<div class="col-md-4 col-12 mb-2">
177+
<a class="no-text-decoration" href="https://www.elastic.co/guide/en/security/current/es-overview.html">
178+
<div class="card h-100">
179+
<h4 class="mt-3">
180+
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt5e0e0ad9a13e6b8c/634d9da18473831f96bbdf1e/security-logo-color-32px.png');"></span>
181+
Protect my environment
182+
</h4>
183+
<p>Learn how to defend against threats across your environment.</p>
184+
</div>
185+
</a>
186+
</div>
187+
</div>
188+
189+
<p class="my-4"><a href="https://www.elastic.co/guide/index.html">View all Elastic docs</a></p>

0 commit comments

Comments
 (0)