diff --git a/README.md b/README.md
index 5d7f38d..6043e08 100644
--- a/README.md
+++ b/README.md
@@ -73,18 +73,18 @@ import { Image } from '@idimma/rn-widget';
| \`bw\` | \`number\` | Border width |
| \`bc\` | \`string\` | Border color |
-#### [Other View Props](./docs/View.md)
+#### [Other View Props](./docs/view)
### Text Component
| Prop | Type | Description |
|-----------|---------------------|---------------------------------------------------|
-| \`color\` | \`string\` | Text color [See list of colors](./docs/Colors.md) |
+| \`color\` | \`string\` | Text color [See list of colors](./docs/colors) |
| \`fs\` | \`number\` | Font size |
| \`fw\` | \`'normal'\` \| \`'bold'\` \| \`number\` | Font weight |
| \`align\` | \`'auto'\` \| \`'left'\` \| \`'right'\` \| \`'center'\` | Text alignment |
-#### [Other Text Props](./docs/Text.md)
+#### [Other Text Props](./docs/text)
### Image Component
diff --git a/docs/.nojekyll b/docs/.nojekyll
new file mode 100644
index 0000000..e69de29
diff --git a/docs/README.md b/docs/README.md
new file mode 100644
index 0000000..5d7f38d
--- /dev/null
+++ b/docs/README.md
@@ -0,0 +1,109 @@
+# Idimma React Native Widgets
+
+react native components
+
+## Installation
+
+```sh
+npm install @idimma/rn-widget
+```
+[](https://www.npmjs.com/package/@idimma/rn-widget)
+[](https://www.npmjs.com/package/@idimma/rn-widget)
+[](https://github.com/idimma/rn-widgets/blob/main/LICENSE)
+[](https://x.com/idimmanuel)
+[](https://github.com/idimma/rn-widgets/stargazers)
+
+[//]: # ([](https://npm-stat.com/charts.html?package=@idimma/rn-widgets))
+
+## Usage
+
+```js
+import { View } from '@idimma/rn-widget';
+
+