diff --git a/src/content/docs/glossary/all-filters.mdx b/src/content/docs/glossary/all-filters.mdx index bcc63f1..fbdb8b7 100644 --- a/src/content/docs/glossary/all-filters.mdx +++ b/src/content/docs/glossary/all-filters.mdx @@ -3,11 +3,10 @@ title: All Filters description: Glossary of All Filter Hooks for FluentCRM. --- -### Free Version (v2.9.0 - July, 2024) +## Free Version (v2.9.0 - July, 2024) + +### `app/Functions/helpers.php` -:::note[fluent-crm/app/Functions/helpers.php] -::: - ```bash fluent_crm/contact_statuses fluent_crm/contact_editable_statuses @@ -27,13 +26,14 @@ description: Glossary of All Filter Hooks for FluentCRM. fluent_crm/anonymize_ip fluent_crm/max_run_time ``` -:::note[fluent-crm/app/Hooks/Handlers/AdminBar.php] -::: + +### `app/Hooks/Handlers/AdminBar.php` + ```bash fluent_crm/disable_global_search ``` -:::note[fluent-crm/app/Hooks/Handlers/AdminMenu.php] -::: +### `app/Hooks/Handlers/AdminMenu.php` + ```bash fluent_crm/core_menu_items ``` \ No newline at end of file diff --git a/src/content/docs/misc/filters.mdx b/src/content/docs/misc/filters.mdx index 1f0f302..14ad214 100644 --- a/src/content/docs/misc/filters.mdx +++ b/src/content/docs/misc/filters.mdx @@ -35,11 +35,11 @@ description: A collection of all Hooks Filter for FluentCRM. ```
  • - ## Contact Import CSV Mimes + ## Menu URL Base ```bash Location: wp-content/plugins/fluent-crm/app/Functions/helpers.php - Line: 954 + Line: 956 Version: 2.9.0 fluentcrm_menu_url_base() ``` diff --git a/src/styles/custom.css b/src/styles/custom.css index 71a4a85..8436c99 100644 --- a/src/styles/custom.css +++ b/src/styles/custom.css @@ -50,4 +50,7 @@ li::marker { } .ast-primary{ font-size: 1.5rem; +} +.sl-markdown-content :is(h3) code { + font-size: 20px; } \ No newline at end of file