initial to gitea
This commit is contained in:
7
contents/docs/plugins/affiliate-extra/as-admin/index.mdx
Normal file
7
contents/docs/plugins/affiliate-extra/as-admin/index.mdx
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: As Admin
|
||||
description: Pengaturan sebagai admin
|
||||
date: 13-12-2024
|
||||
---
|
||||
|
||||
<Youtube videoId="sAXGL-HWZPk" />
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: As Affiliate
|
||||
description: Pengaturan sebagai affiliasi
|
||||
date: 13-12-2024
|
||||
---
|
||||
|
||||
<Youtube videoId="-QpQ9Ipzsbg" />
|
||||
22
contents/docs/plugins/affiliate-extra/flyer-editor/index.mdx
Normal file
22
contents/docs/plugins/affiliate-extra/flyer-editor/index.mdx
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
title: Flyer Editor
|
||||
description: Contoh penggunaan banner untuk affiliasi
|
||||
date: 13-12-2024
|
||||
---
|
||||
|
||||
<Youtube videoId="mvaLMS24YBo" />
|
||||
|
||||
## HTML
|
||||
|
||||
```html showLineNumbers {2}
|
||||
<a href="affiliate_link" target="_blank">
|
||||
<img src="url_banner_image" />
|
||||
</a>
|
||||
```
|
||||
|
||||
## Penggunaan
|
||||
|
||||
<Note type="note" title="Note">
|
||||
`"affiliate_link"` ganti dengan URL affiliasi, `"url_banner_image"` ganti
|
||||
dengan URL gambar.
|
||||
</Note>
|
||||
16
contents/docs/plugins/affiliate-extra/index.mdx
Normal file
16
contents/docs/plugins/affiliate-extra/index.mdx
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: Sejoli Affiliate Extra
|
||||
description: Panduan penggunaan Sejoli Affiliate Extra
|
||||
date: 30-11-2024
|
||||
---
|
||||
|
||||
<Button
|
||||
text="Lihat Sales Page"
|
||||
href="https://addonsejoli.pro/produk/sejoli-affiliate-extra/"
|
||||
icon="ArrowUpRight"
|
||||
size="md"
|
||||
target="_blank"
|
||||
variation="primary"
|
||||
/>
|
||||
|
||||
<Outlet path="plugins/affiliate-extra" />
|
||||
Reference in New Issue
Block a user