Skip to content

Commit 66fbaf1

Browse files
CodedThemesgitbook-bot
CodedThemes
authored andcommitted
GitBook: [master] 4 pages modified
1 parent 84c2b11 commit 66fbaf1

File tree

4 files changed

+19
-99
lines changed

4 files changed

+19
-99
lines changed

README.md

+12-14
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
description: Materially Documentation - React.js + Material UI Admin Template
2+
description: Materially Documentation - ReactJS + Material UI Admin Template
33
---
44

55
# Welcome
66

7-
## About
7+
## ABOUT DOCS
88

99
**Materially** is the most developer-friendly & highly customizable React **Hooks** + Redux with **Material UI**
1010

@@ -14,29 +14,27 @@ We’ve followed the best industry standards to make our product easy, fast & hi
1414

1515
* Material UI
1616
* React Hooks
17-
* 3'rd Party Authentication using JWT, Auth0 & Firebase
17+
* Thir-Party Authentication
1818
* Fully Responsive Layout
19-
* Dashboard, 50+ Widget Cards
19+
* Dashboard, **380+ Widget** Cards
2020
* JSS Powered
21-
* 75+ Pages
22-
* 6 months of free technical support
23-
* Easy to customize
24-
* Performance centric code
25-
* RTL Layout
26-
* Localization
21+
* **75+ Pages**
22+
* Live Menu Customize
23+
* 6 months of free support included
24+
* Easy to Build and Setup
25+
* Clear Cut Code style
2726

28-
## Technical Specification \(Credits\)
27+
## Technical Specification \(Credits 🙏\)
2928

30-
* React Hooks \(17.0.1\)
31-
* [Material UI](https://material-ui.com/) \(4.11.x\)
29+
* React Hooks \(**17.0.1**\)
30+
* [Material UI](https://material-ui.com/) \(4.11.0\)
3231
* SASS with JSS Powered
3332
* \*\*\*\*[Create React App](https://github.com/facebook/create-react-app) ****
3433
* [Redux](https://redux.js.org/)
3534
* [React Router](https://github.com/ReactTraining/react-router)
3635
* [Firebase](https://firebase.google.com/docs/auth)
3736
* [Auth0](https://auth0.com/)
3837
* [JWT](https://jwt.io/)
39-
* [Localization](https://formatjs.io/docs/react-intl/)
4038

4139
## Any Suggestion? OR Feedback
4240

layout-option.md

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ You can edit this file at **`[ ../src/config.js]`**
1616
{% tab title="Dark Layout" %}
1717
* theme: `dark`
1818
{% endtab %}
19-
20-
{% tab title="RTL" %}
21-
* rtlLayout: `true`
22-
{% endtab %}
2319
{% endtabs %}
2420

2521

localization.md

-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ React Intl has a set of React components that provide a declarative way to setup
1818

1919
## How does it work?
2020

21-
```text
22-
s
23-
```
24-
2521
1. Add node modules `react-intl` emo
2622

2723
```text

template-config.md

+7-77
Original file line numberDiff line numberDiff line change
@@ -4,90 +4,20 @@
44
You can edit this file at **`[ ../src/config.js ]`**
55
{% endhint %}
66

7-
<table>
8-
<thead>
9-
<tr>
10-
<th style="text-align:left"><b>Option</b>
11-
</th>
12-
<th style="text-align:left"><b>Default</b>
13-
</th>
14-
<th style="text-align:left"><b>Data Type</b>
15-
</th>
16-
<th style="text-align:left"><b>Description</b>
17-
</th>
18-
</tr>
19-
</thead>
20-
<tbody>
21-
<tr>
22-
<td style="text-align:left"><b>basename</b>
23-
</td>
24-
<td style="text-align:left">/</td>
25-
<td style="text-align:left">String</td>
26-
<td style="text-align:left"><code>build time set subdomain or path of project directory</code>
27-
</td>
28-
</tr>
29-
<tr>
30-
<td style="text-align:left"><b>theme</b>
31-
</td>
32-
<td style="text-align:left">light</td>
33-
<td style="text-align:left">String</td>
34-
<td style="text-align:left"><code>light, dark, nav-dark</code>
35-
</td>
36-
</tr>
37-
<tr>
38-
<td style="text-align:left"><b>rtlLayout</b>
39-
</td>
40-
<td style="text-align:left">false</td>
41-
<td style="text-align:left">boolean</td>
42-
<td style="text-align:left"><code>false, true</code>
43-
</td>
44-
</tr>
45-
<tr>
46-
<td style="text-align:left"><b>i18n</b>
47-
</td>
48-
<td style="text-align:left">en</td>
49-
<td style="text-align:left">String</td>
50-
<td style="text-align:left">
51-
<p><code>en</code> - English</p>
52-
<p><code>fr</code> - fran&#xE7;ais</p>
53-
<p><code>ro</code> - Rom&#xE2;n&#x103;</p>
54-
<p><code>cn</code> - &#x4E2D;&#x56FD;&#x4EBA;</p>
55-
</td>
56-
</tr>
57-
<tr>
58-
<td style="text-align:left"><b>jwt</b>
59-
</td>
60-
<td style="text-align:left">-</td>
61-
<td style="text-align:left">Object</td>
62-
<td style="text-align:left">JSON web token configuration</td>
63-
</tr>
64-
<tr>
65-
<td style="text-align:left"><b>firebase</b>
66-
</td>
67-
<td style="text-align:left">-</td>
68-
<td style="text-align:left">Object</td>
69-
<td style="text-align:left"><code>Firebase Authentication config</code>
70-
</td>
71-
</tr>
72-
<tr>
73-
<td style="text-align:left"><b>auth0</b>
74-
</td>
75-
<td style="text-align:left">-</td>
76-
<td style="text-align:left">Object</td>
77-
<td style="text-align:left"><code>auth0 login config</code>
78-
</td>
79-
</tr>
80-
</tbody>
81-
</table>
7+
| **Option** | **Default** | **Data Type** | **Description** |
8+
| :--- | :--- | :--- | :--- |
9+
| **basename** | / | String | `build time set subdomain or path of project directory` |
10+
| **theme** | light | String | `light, dark, nav-dark` |
11+
| **jwt** | - | Object | JSON web token configuration |
12+
| **firebase** | - | Object | `Firebase Authentication config` |
13+
| **auth0** | - | Object | `auth0 login config` |
8214

8315
{% tabs %}
8416
{% tab title="config.js" %}
8517
```javascript
8618
export default {
8719
basename: '/material-ui', // only at build time to set, like ///materially/react/default
8820
theme: 'light', // 'light', 'dark', 'nav-dark'
89-
rtlLayout: false,
90-
i18n: 'en', // 'en', 'fr', 'ro', 'cn'
9121
jwt: {
9222
secret: 'SECRET-KEY',
9323
timeout: '1 days'

0 commit comments

Comments
 (0)