You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/index.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ pageClass: docs-home
10
10
11
11
<sectionid="home-hero">
12
12
<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>
<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>
20
20
</div>
21
21
<div>
22
22
<ul>
@@ -30,7 +30,7 @@ pageClass: docs-home
30
30
<sectionid="home-internals"class="home-content">
31
31
<div>
32
32
<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>
34
34
</div>
35
35
<div>
36
36
<ul>
@@ -46,15 +46,16 @@ pageClass: docs-home
46
46
<sectionid="home-components"class="home-content">
47
47
<div>
48
48
<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>
0 commit comments