Skip to content

Commit 69f0c96

Browse files
committed
index updated
1 parent 0a01cb2 commit 69f0c96

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/index.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ pageClass: docs-home
1010

1111
<section id="home-hero">
1212
<h1>FluentCRM Developers Docs</h1>
13-
<p>Learn how to extend FluentCRM core to create new integrations or add custom functionalities to your CRM. Here you will find detailed documentation, handy code snippers and full code examples.</p>
13+
<p>Learn how to extend FluentCRM core to create new integrations or add custom functionalities to your CRM. Here you will find detailed documentation, handy code snippets and full code examples.</p>
1414
</section>
1515

1616
<section id="home-get-started" class="home-content">
1717
<div>
1818
<h2>Architecture</h2>
19-
<p>Learn FluentCRM Data Structure, Framework Basics and how internal Components work together.</p>
19+
<p>Learn about FluentCRM Data Structure, Framework Basics and how internal Components work together.</p>
2020
</div>
2121
<div>
2222
<ul>
@@ -30,7 +30,7 @@ pageClass: docs-home
3030
<section id="home-internals" class="home-content">
3131
<div>
3232
<h2>Developer Hooks / Functions</h2>
33-
<p>FluentCRM offers lots of easy to use hooks, functions and PHP API to interact with it's data and underlying API. Learn more about it in the detailed sections</p>
33+
<p>FluentCRM offers numerous easy-to-use hooks, functions and PHP API to interact with it's data and underlying API. Learn more about them in the detailed sections</p>
3434
</div>
3535
<div>
3636
<ul>
@@ -46,15 +46,16 @@ pageClass: docs-home
4646
<section id="home-components" class="home-content">
4747
<div>
4848
<h2>FluentCRM Modules</h2>
49-
<p>FluentCRM's modules are build the way, you can extend it easily, build integrations in hours (not in days), get full control of your data.</p>
50-
</div>
49+
<p>FluentCRM's modules are designed in a way that allows for easy extension, allowing you to build integrations in just a few
50+
hours(Not in days), and giving you full control of your data.</p>
51+
</div>
5152
<div>
5253
<ul>
5354
<li><a href="./modules/automation/">Automations Funnels Basic</a></li>
5455
<li><a href="./modules/trigger/">Build Custom Automation Trigger</a></li>
5556
<li><a href="./modules/action/">Build Custom Automation Action</a></li>
56-
<li><a href="./modules/smart-code/">Extend Contact SmartCodes</a></li>
57-
<li><a href="./contact-profile/">Extend Contact\'s Profile</a></li>
57+
<li><a href="./modules/smart-code/">Extend SmartCodes</a></li>
58+
<li><a href="./modules/contact-profile-section/">Extend Contact's Profile Section</a></li>
5859
<!-- ><li><a href="./global-navigation/">Extend Global Navigation menu</a></li> -->
5960
<li><a href="./extending-rest-api/">Extend REST API</a></li>
6061
</ul>

0 commit comments

Comments
 (0)