Skip to content

Commit 9bebedc

Browse files
committed
Few fix for the documentation and code.
1 parent 586491c commit 9bebedc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/components/Helper/Helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ class Helper extends Component {
247247
Documentation
248248
</Button>
249249
</div>
250-
<div className="d-flex justify-content-between mt-lg">
250+
<div className="d-flex justify-content-between mt-2">
251251
<Button
252252
href="https://flatlogic.com/forum"
253253
target="_blank"

src/documentation/pages/getting-started/QuickStart.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ const QuickStart = () => (
1919
<ol>
2020
<li>1. Mac OS X, Windows, or Linux</li>
2121
<li>2. Yarn package + Node.js v6.5 or newer</li>
22-
<li>3. Running our <a href="https://github.com/flatlogic/nodejs-backend" rel="noopener noreferrer" target="_blank">Node.js backend</a>
23-
<span className="small text-muted"> (Required only in full stack version)</span></li>
22+
<li>3. Running our <a href="https://github.com/flatlogic/nodejs-backend" rel="noopener noreferrer" target="_blank">Node.js</a> or
23+
<a href="https://github.com/flatlogic/app-generator-java" rel="noopener noreferrer" target="_blank">Java</a> backend
24+
<span className="small text-muted"> (Required only in full stack version)</span></li>
2425
</ol>
2526
<h5>Quick Start:</h5>
2627
<ol>

0 commit comments

Comments
 (0)