Skip to content

Commit 272ac51

Browse files
Updated documentation
1 parent b6fd4f4 commit 272ac51

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+
## [1.2.2]
4+
5+
- Updated documentation
6+
37
# Improvement
48

59
## [1.2.1]

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ const Overview = () => (
4747
<li className="lead"><i className="la la-check" /> Avatar upload</li>
4848
</ul>
4949
</Widget>
50+
<Widget id="Support">
51+
<h3>Support forum</h3>
52+
<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>
53+
<a href="https://flatlogic.com/forum" target="_blank" rel="noopener noreferrer" class="btn btn-default fw-semi-bold">
54+
Support forum
55+
</a>
56+
</Widget>
5057
<Row>
5158
<Col md={5}>
5259
<Widget title="Continue with">
@@ -70,7 +77,8 @@ const Overview = () => (
7077
prefix="getting-started/overview"
7178
ids={[
7279
'Overview',
73-
'Features'
80+
'Features',
81+
'Support'
7482
]}
7583
/>
7684
</Col>

0 commit comments

Comments
 (0)