diff --git a/bb-ai/developer/design-kit-format.md b/bb-ai/developer/design-kit-format.md index 81792f19..cd826f44 100644 --- a/bb-ai/developer/design-kit-format.md +++ b/bb-ai/developer/design-kit-format.md @@ -198,7 +198,7 @@ Key rules from the format contract: - All visible text, images, and meaningful icons should carry `data-field` so they are editable after import. - Any group of two or more same-kind siblings is a repeater. Never use numbered keys like `item1_title`; use one key inside a repeater. - Fields must not nest inside other fields; use sibling elements. -- Repeater items needing different visual treatments use a descriptive CSS class per item, which the importer turns into a variation selector. See [Modules and blocks](../build/modules-and-blocks.md#variations). +- Repeater items needing different visual treatments use a descriptive CSS class per item, which the importer turns into a variation selector. See [Modules and blocks](modules-and-blocks.md#variations). ## `globals/header.html` and `globals/footer.html` (optional) diff --git a/bb-ai/developer/rest-api.md b/bb-ai/developer/rest-api.md index 45614c2c..952bdda9 100644 --- a/bb-ai/developer/rest-api.md +++ b/bb-ai/developer/rest-api.md @@ -150,7 +150,7 @@ DELETE /generate/{job_id} Cancel a job GET /providers List configured providers and their models ``` -Generation is rate limited per user (30 requests per minute, 3 concurrent jobs) and subject to the per-user credit quota; see [AI assistant](../ai-assistant.md#credits-and-limits). +Generation is rate limited per user (30 requests per minute, 3 concurrent jobs) and subject to the per-user credit quota. ## Usage diff --git a/beaver-builder/advanced/performance.md b/beaver-builder/advanced/performance.md index b5606695..8f12032b 100644 --- a/beaver-builder/advanced/performance.md +++ b/beaver-builder/advanced/performance.md @@ -66,7 +66,7 @@ Avoid using multiple caching solutions at the same time, also known as *compound Optimizing assets like images, videos, and scripts is essential for improving website performance. Large or uncompressed files can slow down your site, increase bandwidth usage, and negatively impact the user experience. Many plugins and services are available to help with image optimization, such as tools that automatically compress and resize images without sacrificing quality. -For videos, we strongly recommend **not** uploading them directly to your WordPress media library. Hosting videos on your server can quickly consume storage space, slow down load times, and put unnecessary strain on your hosting resources. Instead, upload your videos to a platform such as YouTube or Vimeo, then embed them on your site using the [Video module](../layouts/modules/video/video.mdx). This reduces server load, improves streaming quality, and provides a smoother experience for your visitors. +For videos, we strongly recommend **not** uploading them directly to your WordPress media library. Hosting videos on your server can quickly consume storage space, slow down load times, and put unnecessary strain on your hosting resources. Instead, upload your videos to a platform such as YouTube or Vimeo, then embed them on your site using the [Video module](../layouts/modules/video.mdx). This reduces server load, improves streaming quality, and provides a smoother experience for your visitors. Managing scripts and stylesheets with optimization plugins requires caution when configuring settings. Minifying files is safe and reduces file size, but options like “combine CSS” or “combine JavaScript” should generally be avoided. Combining CSS can cause styling issues, while combining JavaScript may load assets out of order and break layouts or functionality. Since HTTP/2 efficiently manages multiple requests, combining is unnecessary. For best results, stick to minification and only combine files if absolutely required and thoroughly tested. diff --git a/beaver-builder/basics/inline-editing.md b/beaver-builder/basics/inline-editing.md index 576e2a12..37cd3c15 100644 --- a/beaver-builder/basics/inline-editing.md +++ b/beaver-builder/basics/inline-editing.md @@ -69,14 +69,14 @@ Inline editing allows you to see how your content will look while you type and i Any module that contains a text field or text editor area can be edited inline. Here are some examples: -- [Button module](layouts/modules/button/button.mdx) +- [Button module](layouts/modules/button.mdx) You can edit the text in the button. - [Callout module](layouts/modules/callout.mdx) You can edit the heading, the text area, and the call-to-action text if you've selected text rather than a button.. -- [Number counter module](layouts/modules/number-counter.mdx) +- [Number counter module](layouts/modules/numbers.mdx) You can edit both the text and the number inline. ## Disable inline editing diff --git a/beaver-builder/introduction/accessibility.md b/beaver-builder/introduction/accessibility.md index 9a5378f7..b04f8527 100644 --- a/beaver-builder/introduction/accessibility.md +++ b/beaver-builder/introduction/accessibility.md @@ -65,7 +65,7 @@ conformance level for each: The [WAI-ARIA standard](https://www.w3.org/TR/wai-aria/#aria-label) is a set of specifications on how to use "aria labels" to provide semantic information about widgets, structures, and behaviors to assistive devices. Beaver Builder adds default ARIA labels and some modules have an aria setting that lets you assign your own ARIA label. -Here's an example of HTML output from a [Menu module](/beaver-builder/layouts/modules/menu/menu.mdx), which has the custom ARIA label set to "primary menu": +Here's an example of HTML output from a [Menu module](/beaver-builder/layouts/modules/menu.mdx), which has the custom ARIA label set to "primary menu": ```html