Skip to content

Commit eb22b4c

Browse files
updated documentation
1 parent 116c8ba commit eb22b4c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [8.1.5]
4+
5+
- Updated documentation
6+
37
## [8.1.4]
48

59
### Updated

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ const Overview = () => (
5252
<li className="lead"><i className="la la-check" /> And even more coming soon!</li>
5353
</ul>
5454
</Widget>
55+
<Widget id="Support">
56+
<h2>Support forum</h2>
57+
<p className="lead">For any additional information please go to our support forum and raise your questions or feedback provide there. We highly appreciate your participation!</p>
58+
<a href="https://flatlogic.com/forum" target="_blank" rel="noopener noreferrer" className="btn btn-default fw-semi-bold">
59+
Support forum
60+
</a>
61+
</Widget>
5562
<Row>
5663
<Col md={5}>
5764
<Widget title="Continue with">
@@ -75,7 +82,8 @@ const Overview = () => (
7582
prefix="getting-started/overview"
7683
ids={[
7784
'Overview',
78-
'Features'
85+
'Features',
86+
'Support'
7987
]}
8088
/>
8189
</Col>

0 commit comments

Comments
 (0)