Skip to content

Commit 75cc1a7

Browse files
committed
fix: issue #212 - problem width page width on mobile devices
1 parent 046c3db commit 75cc1a7

File tree

3 files changed

+145
-69
lines changed

3 files changed

+145
-69
lines changed

preview-src/index.adoc

Lines changed: 107 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
= Stackable Documentation
2-
Author Name
3-
#:page-layout: landing
4-
:idprefix:
5-
:idseparator: -
6-
:!example-caption:
7-
:!table-caption:
8-
:page-pagination:
2+
:page-layout: landing
93

104
Welcome to Stackable!
11-
This documentation gives you an overview of our platform, how to install and manage it as well as some tutorials.
5+
This documentation gives you an overview of the Stackable Data Platform, how to install and manage it as well as some tutorials.
126

137
++++
148
<br>
@@ -26,14 +20,11 @@ This documentation gives you an overview of our platform, how to install and man
2620
<h3>Introduction</h3>
2721
++++
2822

29-
If you have any feedback regarding the documentation please either open an https://github.com/stackabletech/documentation/issues[issue], ask a https://github.com/stackabletech/documentation/discussions[question] or look at the source for this documentation in its https://github.com/stackabletech/documentation[repository].
30-
31-
Our Stackable platform allows you to deploy, scale and manage Big Data infrastructure in any environment as long as it can run https://kubernetes.io/[Kubernetes].
23+
The Stackable Data Platform allows you to deploy, scale and manage Data infrastructure in any environment running https://kubernetes.io/[Kubernetes].
3224

25+
You can find an overview of the supported components <<Components,below>>, as we as a full list of all supported product versions xref:operators:supported_versions.adoc[here].
3326

34-
IMPORTANT: Our platform used to be based on a different architecture (until November 2021) where we built an alternative Kubelet. We abandoned that effort for now and are moving towards a Kubernetes-native experience using the normal `kubelet`.
35-
This is an ongoing effort and the documentation might not reflect reality everywhere.
36-
We aim to update our platform as well as the documentation by the end of 2021 and will remove this note when the migration has completed.
27+
If you have any feedback regarding the documentation please either open an https://github.com/stackabletech/documentation/issues[issue], ask a https://github.com/stackabletech/documentation/discussions[question] or look at the source for this documentation in its https://github.com/stackabletech/documentation[repository].
3728

3829
++++
3930
</div>
@@ -54,7 +45,7 @@ While the platform got started in the _Big Data_ ecosystem we are in no way limi
5445

5546
You can declaratively build these environments, and we don't stop at the tool level as we also provide ways for the users to interact with the platform in the "as Code"-approach.
5647

57-
We are leveraging the https://www.openpolicyagent.org/[OpenPolicyAgent] to provide Authorization-as-Code.
48+
We are leveraging the https://www.openpolicyagent.org/[Open Policy Agent] to provide Security-as-Code.
5849

5950
We are building a distribution that includes the “best of breed” of existing Open Source tools, but bundles them in a way, so it is easy to deploy a fully working stack of software. Most of the existing tools are “single purpose” tools, which often do not play nicely together out-of-the-box.
6051

@@ -70,7 +61,8 @@ We are building a distribution that includes the “best of breed” of existing
7061

7162
We are using Kubernetes as our deployment platform.
7263
And we're building https://kubernetes.io/docs/concepts/extend-kubernetes/operator/[Operators] for each of the products we support.
73-
At the moment we support the following products (i.e. we have operators for each of those):
64+
65+
The Stackable Data Platform supports the following products:
7466

7567
++++
7668
<br>
@@ -85,12 +77,60 @@ At the moment we support the following products (i.e. we have operators for each
8577
++++
8678

8779
++++
88-
<h3>Kafka Operator</h3>
80+
<h3>Apache Airflow</h3>
81+
++++
82+
83+
Airflow is a workflow engine and your replacement should you be using Apache Oozie.
84+
85+
xref:airflow::index.adoc[Read more]
86+
87+
++++
88+
</div>
89+
++++
90+
91+
++++
92+
<div class="box">
93+
++++
94+
95+
++++
96+
<h3>Apache Druid</h3>
97+
++++
98+
99+
Apache Druid is a real-time database to power modern analytics applications.
100+
101+
xref:druid::index.adoc[Read more]
102+
103+
++++
104+
</div>
105+
++++
106+
107+
++++
108+
<div class="box">
109+
++++
110+
111+
++++
112+
<h3>Apache HBase</h3>
113+
++++
114+
115+
HBase is a distributed, scalable, big data store.
116+
117+
xref:hbase::index.adoc[Read more]
118+
119+
++++
120+
</div>
121+
++++
122+
123+
++++
124+
<div class="box">
125+
++++
126+
127+
++++
128+
<h3>Apache Hadoop HDFS</h3>
89129
++++
90130

91-
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
131+
HDFS is a distributed file system that provides high-throughput access to application data.
92132

93-
link:/kafka/index.html[Read more]
133+
xref:hdfs::index.adoc[Read more]
94134

95135
++++
96136
</div>
@@ -101,12 +141,12 @@ link:/kafka/index.html[Read more]
101141
++++
102142

103143
++++
104-
<h3>Spark Operator</h3>
144+
<h3>Apache Hive</h3>
105145
++++
106146

107-
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
147+
The Apache Hive data warehouse software facilitates reading, writing, and managing large datasets residing in distributed storage using SQL. We support the Hive Metastore.
108148

109-
link:/spark/index.html[Read more]
149+
xref:hive::index.adoc[Read more]
110150

111151
++++
112152
</div>
@@ -117,12 +157,12 @@ link:/spark/index.html[Read more]
117157
++++
118158

119159
++++
120-
<h3>Trino Operator</h3>
160+
<h3>Apache Kafka</h3>
121161
++++
122162

123-
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
163+
Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.
124164

125-
link:/trino/index.html[Read more]
165+
xref:kafka::index.adoc[Read more]
126166

127167
++++
128168
</div>
@@ -133,12 +173,12 @@ link:/trino/index.html[Read more]
133173
++++
134174

135175
++++
136-
<h3>Zookeeper Operator</h3>
176+
<h3>Apache NiFi</h3>
137177
++++
138178

139-
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
179+
An easy to use, powerful, and reliable system to process and distribute data.
140180

141-
link:/zookeeper/index.html[Read more]
181+
xref:nifi::index.adoc[Read more]
142182

143183
++++
144184
</div>
@@ -149,12 +189,12 @@ link:/zookeeper/index.html[Read more]
149189
++++
150190

151191
++++
152-
<h3>NiFi Operator</h3>
192+
<h3>Apache Spark</h3>
153193
++++
154194

155-
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
195+
Apache Spark is a multi-language engine for executing data engineering, data science, and machine learning on single-node machines or clusters.
156196

157-
link:/nifi/index.html[Read more]
197+
xref:spark-k8s::index.adoc[Read more]
158198

159199
++++
160200
</div>
@@ -165,17 +205,50 @@ link:/nifi/index.html[Read more]
165205
++++
166206

167207
++++
168-
<h3>Superset Operator</h3>
208+
<h3>Apache Superset</h3>
169209
++++
170210

171-
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
211+
Apache Superset is a modern data exploration and visualization platform.
172212

173-
link:/superset/index.html[Read more]
213+
xref:superset::index.adoc[Read more]
174214

175215
++++
176216
</div>
177217
++++
178218

219+
++++
220+
<div class="box">
221+
++++
222+
223+
++++
224+
<h3>Trino</h3>
225+
++++
226+
227+
Fast distributed SQL query engine for big data analytics that helps you explore your data universe.
228+
229+
xref:trino::index.adoc[Read more]
230+
231+
++++
232+
</div>
233+
++++
234+
235+
++++
236+
<div class="box">
237+
++++
238+
239+
++++
240+
<h3>Apache ZooKeeper</h3>
241+
++++
242+
243+
ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.
244+
245+
xref:zookeeper::index.adoc[Read more]
246+
247+
++++
248+
</div>
249+
++++
250+
251+
179252
++++
180253
</div>
181254
++++

src/css/base.css

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,16 @@ body ::-webkit-scrollbar-thumb {
118118
background-color: var(--scrollbar-thumb-color);
119119
}
120120

121-
.container {
122-
display: flex;
123-
position: relative;
124-
width: 100%;
125-
max-width: 1280px;
126-
margin: 0 auto;
121+
@media screen and (min-width: 1024px) {
122+
.container {
123+
display: flex;
124+
position: relative;
125+
width: 100%;
126+
max-width: 1280px;
127+
margin: 0 auto;
128+
}
127129
}
130+
131+
132+
133+

src/css/landing.css

Lines changed: 26 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,35 @@
1-
.boxes {
2-
display: flex;
3-
flex-wrap: wrap;
4-
justify-content: space-between;
5-
}
1+
@media screen and (min-width: 768px) {
2+
.boxes {
3+
display: flex;
4+
flex-wrap: wrap;
5+
justify-content: space-between;
6+
}
67

7-
.box {
8-
flex: 0 30%;
9-
min-height: 200px;
10-
margin-bottom: 2%; /* (200-32*3)/2 */
11-
}
8+
.box {
9+
flex: 0 30%;
10+
min-height: 200px;
11+
margin-bottom: 2%; /* (200-32*3)/2 */
12+
}
1213

13-
.boxes.two-column .box {
14-
flex: 0 48%;
15-
}
14+
.boxes.two-column .box {
15+
flex: 0 48%;
16+
}
1617

17-
.box h3 {
18-
display: inline-block;
19-
}
18+
.box h3 {
19+
display: inline-block;
20+
}
2021

21-
.box div {
22-
display: inline-block;
23-
}
22+
.box div {
23+
display: inline-block;
24+
}
2425

25-
.box p {
26-
display: inline-block;
27-
}
26+
.box p {
27+
display: inline-block;
28+
}
2829

29-
.box .admonitionblock {
30-
margin-top: 2.8rem;
30+
.box .admonitionblock {
31+
margin-top: 2.8rem;
32+
}
3133
}
3234

3335
@media screen and (max-width: 1023.5px) {
@@ -36,8 +38,3 @@
3638
}
3739
}
3840

39-
@media screen and (max-width: 768px) {
40-
.box {
41-
flex: 0 100% !important;
42-
}
43-
}

0 commit comments

Comments
 (0)