From 944633407b61ab942cb078727a8e00aa2943a2b0 Mon Sep 17 00:00:00 2001 From: cpunch Date: Wed, 14 May 2025 21:55:06 -0500 Subject: [PATCH] added icons to docs :D --- content/docs/macros/MV_ENC_FUNC.md | 2 +- content/docs/macros/MV_ENC_STR.md | 2 +- content/docs/macros/MV_INDEX_TO_NUM.md | 2 +- content/docs/macros/MV_OMIT_FUNCTION.md | 2 +- content/docs/macros/MV_VM.md | 2 +- content/docs/macros/_index.md | 2 +- content/docs/options/_index.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/docs/macros/MV_ENC_FUNC.md b/content/docs/macros/MV_ENC_FUNC.md index 961eb48..2547f9f 100644 --- a/content/docs/macros/MV_ENC_FUNC.md +++ b/content/docs/macros/MV_ENC_FUNC.md @@ -2,7 +2,7 @@ weight: 100 title: "MV_ENC_FUNC" description: "Encrypts functions" -icon: "article" +icon: "code_blocks" date: "2025-05-01T18:47:58-05:00" lastmod: "2025-05-01T18:47:58-05:00" --- diff --git a/content/docs/macros/MV_ENC_STR.md b/content/docs/macros/MV_ENC_STR.md index 37de54b..7797295 100644 --- a/content/docs/macros/MV_ENC_STR.md +++ b/content/docs/macros/MV_ENC_STR.md @@ -2,7 +2,7 @@ weight: 100 title: "MV_ENC_STR" description: "Encrypts strings" -icon: "article" +icon: "code_blocks" date: "2025-05-01T18:47:58-05:00" lastmod: "2025-05-01T18:47:58-05:00" --- diff --git a/content/docs/macros/MV_INDEX_TO_NUM.md b/content/docs/macros/MV_INDEX_TO_NUM.md index 2cfdc24..5e64679 100644 --- a/content/docs/macros/MV_INDEX_TO_NUM.md +++ b/content/docs/macros/MV_INDEX_TO_NUM.md @@ -2,7 +2,7 @@ weight: 100 title: "MV_INDEX_TO_NUM" description: "Obfuscates named indexes" -icon: "article" +icon: "code_blocks" date: "2025-05-01T18:47:58-05:00" lastmod: "2025-05-01T18:47:58-05:00" --- diff --git a/content/docs/macros/MV_OMIT_FUNCTION.md b/content/docs/macros/MV_OMIT_FUNCTION.md index 71d9912..033e6a6 100644 --- a/content/docs/macros/MV_OMIT_FUNCTION.md +++ b/content/docs/macros/MV_OMIT_FUNCTION.md @@ -2,7 +2,7 @@ weight: 100 title: "MV_OMIT_FUNCTION" description: "Omit all mangling steps" -icon: "article" +icon: "code_blocks" date: "2025-05-01T18:47:58-05:00" lastmod: "2025-05-01T18:47:58-05:00" --- diff --git a/content/docs/macros/MV_VM.md b/content/docs/macros/MV_VM.md index 47adf0f..71f7e56 100644 --- a/content/docs/macros/MV_VM.md +++ b/content/docs/macros/MV_VM.md @@ -2,7 +2,7 @@ weight: 100 title: "MV_VM" description: "Virtualize function" -icon: "article" +icon: "code_blocks" date: "2025-05-01T18:47:58-05:00" lastmod: "2025-05-01T18:47:58-05:00" --- diff --git a/content/docs/macros/_index.md b/content/docs/macros/_index.md index 8005f13..38c73da 100644 --- a/content/docs/macros/_index.md +++ b/content/docs/macros/_index.md @@ -2,7 +2,7 @@ weight: 100 title: "Macros" description: "Obfuscator API" -icon: "article" +icon: "code_blocks" date: "2025-05-01T18:47:58-05:00" lastmod: "2025-05-01T18:47:58-05:00" --- \ No newline at end of file diff --git a/content/docs/options/_index.md b/content/docs/options/_index.md index f59503c..03c48ea 100644 --- a/content/docs/options/_index.md +++ b/content/docs/options/_index.md @@ -2,7 +2,7 @@ weight: 200 title: "Options" description: "Options for the obfuscator" -icon: "article" +icon: "settings" date: "2025-05-01T18:47:58-05:00" lastmod: "2025-05-01T18:47:58-05:00" --- \ No newline at end of file