diff --git a/contents/docs/getting-started/tutor-tripay/merchant/index.mdx b/contents/docs/getting-started/tutor-tripay/merchant/index.mdx
new file mode 100644
index 0000000..9eb6d90
--- /dev/null
+++ b/contents/docs/getting-started/tutor-tripay/merchant/index.mdx
@@ -0,0 +1,26 @@
+---
+title : Menambahkan Merchant
+description : Kita perlu menambahkan merchant terlebih dahulu di akun Tripay.
+date : 17-04-2025
+---
+
+## Merchant
+Untuk menggunakan layanan Tripay pada web production/live kamu perlu membuat merchant terlebih dahulu.
+
+
+
+ Pada halaman member Tripay navigasi ke menu `merchant`
+
+
+ Klik tombol `tambah merchant` untuk menambahkan merchant baru.
+ 
+
+
+ Kemudian isi formulir merchant secara lengkap untuk memudahkan Tripay melakukan peninjauan.
+ 
+
+
+
+
+ Perlu anda ketahui bahwa setiap mengubah/menambahkan merchant tidak langsung aktif, tapi akan melalui proses peninjauan oleh pihak Tripay.
+
diff --git a/docu.json b/docu.json
index 3f12b0e..40430df 100644
--- a/docu.json
+++ b/docu.json
@@ -51,7 +51,8 @@
"href": "/tutor-tripay",
"items": [
{ "title": "Daftar Akun", "href": "/mendaftar-akun-tripay" },
- { "title": "Sandbox", "href": "/sandbox" }
+ { "title": "Sandbox", "href": "/sandbox" },
+ { "title": "Merchant", "href": "/merchant" }
]
}
]
diff --git a/postcss.config.cjs b/postcss.config.js
similarity index 100%
rename from postcss.config.cjs
rename to postcss.config.js