Skip to content

Commit

Permalink
fix issues after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed Feb 22, 2023
1 parent 3a4f047 commit 7509f82
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/framework-integration/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ If `true`, all Web Components will automatically be registered with the Custom E

**Type: `boolean`**

If `true`, the output target will import the custom element instance and register it with the Custom Elements Registry when the component is imported inside of a user's app. This can only be used with the [Custom Elements](/docs/custom-elements) output and will not work with lazy loaded components.
If `true`, the output target will import the custom element instance and register it with the Custom Elements Registry when the component is imported inside of a user's app. This can only be used with the [Custom Elements](../output-targets/custom-elements.md) output and will not work with lazy loaded components.

### includePolyfills

Expand Down Expand Up @@ -472,7 +472,7 @@ This parameter allows you to name the file that contains all the component wrapp
No! By default, this output target will look to use the `dist` output, but the output from `dist-custom-elements` can be used alternatively.

To do so, simply set the `includeImportCustomElements` option in the output target's config and ensure the
[custom elements output target](/docs/custom-elements) is added to the Stencil config's output target array:
[custom elements output target](../output-targets/custom-elements.md) is added to the Stencil config's output target array:

```ts
// stencil.config.ts
Expand Down
4 changes: 2 additions & 2 deletions docs/framework-integration/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ If `true`, all Web Components will automatically be registered with the Custom E

**Type: `boolean`**

If `true`, the output target will import the custom element instance and register it with the Custom Elements Registry when the component is imported inside of a user's app. This can only be used with the [Custom Elements Bundle](/docs/custom-elements) and will not work with lazy loaded components.
If `true`, the output target will import the custom element instance and register it with the Custom Elements Registry when the component is imported inside of a user's app. This can only be used with the [Custom Elements Bundle](../output-targets/custom-elements.md) and will not work with lazy loaded components.

### includePolyfills

Expand Down Expand Up @@ -509,7 +509,7 @@ This parameter allows you to name the file that contains all the component wrapp
No! By default, this output target will look to use the `dist` output, but the output from `dist-custom-elements` can be used alternatively.

To do so, simply set the `includeImportCustomElements` option in the output target's config and ensure the
[custom elements output target](/docs/custom-elements) is added to the Stencil config's output target array:
[custom elements output target](../output-targets/custom-elements.md) is added to the Stencil config's output target array:

```ts
// stencil.config.ts
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v2/framework-integration/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ If `true`, all Web Components will automatically be registered with the Custom E

**Type: `boolean`**

If `true`, the output target will import the custom element instance and register it with the Custom Elements Registry when the component is imported inside of a user's app. This can only be used with the [Custom Elements](/docs/custom-elements) output and will not work with lazy loaded components.
If `true`, the output target will import the custom element instance and register it with the Custom Elements Registry when the component is imported inside of a user's app. This can only be used with the [Custom Elements](../output-targets/custom-elements.md) output and will not work with lazy loaded components.

### includePolyfills

Expand Down Expand Up @@ -472,7 +472,7 @@ This parameter allows you to name the file that contains all the component wrapp
No! By default, this output target will look to use the `dist` output, but the output from `dist-custom-elements` can be used alternatively.

To do so, simply set the `includeImportCustomElements` option in the output target's config and ensure the
[custom elements output target](/docs/custom-elements) is added to the Stencil config's output target array:
[custom elements output target](../output-targets/custom-elements.md) is added to the Stencil config's output target array:

```ts
// stencil.config.ts
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v2/framework-integration/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ If `true`, all Web Components will automatically be registered with the Custom E

**Type: `boolean`**

If `true`, the output target will import the custom element instance and register it with the Custom Elements Registry when the component is imported inside of a user's app. This can only be used with the [Custom Elements Bundle](/docs/custom-elements) and will not work with lazy loaded components.
If `true`, the output target will import the custom element instance and register it with the Custom Elements Registry when the component is imported inside of a user's app. This can only be used with the [Custom Elements Bundle](../output-targets/custom-elements.md) and will not work with lazy loaded components.

### includePolyfills

Expand Down Expand Up @@ -509,7 +509,7 @@ This parameter allows you to name the file that contains all the component wrapp
No! By default, this output target will look to use the `dist` output, but the output from `dist-custom-elements` can be used alternatively.

To do so, simply set the `includeImportCustomElements` option in the output target's config and ensure the
[custom elements output target](/docs/custom-elements) is added to the Stencil config's output target array:
[custom elements output target](../output-targets/custom-elements.md) is added to the Stencil config's output target array:

```ts
// stencil.config.ts
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v3.0/framework-integration/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ If `true`, all Web Components will automatically be registered with the Custom E

**Type: `boolean`**

If `true`, the output target will import the custom element instance and register it with the Custom Elements Registry when the component is imported inside of a user's app. This can only be used with the [Custom Elements](/docs/custom-elements) output and will not work with lazy loaded components.
If `true`, the output target will import the custom element instance and register it with the Custom Elements Registry when the component is imported inside of a user's app. This can only be used with the [Custom Elements](../output-targets/custom-elements.md) output and will not work with lazy loaded components.

### includePolyfills

Expand Down Expand Up @@ -472,7 +472,7 @@ This parameter allows you to name the file that contains all the component wrapp
No! By default, this output target will look to use the `dist` output, but the output from `dist-custom-elements` can be used alternatively.

To do so, simply set the `includeImportCustomElements` option in the output target's config and ensure the
[custom elements output target](/docs/custom-elements) is added to the Stencil config's output target array:
[custom elements output target](../output-targets/custom-elements.md) is added to the Stencil config's output target array:

```ts
// stencil.config.ts
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v3.0/framework-integration/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ If `true`, all Web Components will automatically be registered with the Custom E

**Type: `boolean`**

If `true`, the output target will import the custom element instance and register it with the Custom Elements Registry when the component is imported inside of a user's app. This can only be used with the [Custom Elements](/docs/custom-elements) output and will not work with lazy loaded components.
If `true`, the output target will import the custom element instance and register it with the Custom Elements Registry when the component is imported inside of a user's app. This can only be used with the [Custom Elements](../output-targets/custom-elements.md) output and will not work with lazy loaded components.

### includePolyfills

Expand Down Expand Up @@ -509,7 +509,7 @@ This parameter allows you to name the file that contains all the component wrapp
No! By default, this output target will look to use the `dist` output, but the output from `dist-custom-elements` can be used alternatively.

To do so, simply set the `includeImportCustomElements` option in the output target's config and ensure the
[custom elements output target](/docs/custom-elements) is added to the Stencil config's output target array:
[custom elements output target](../output-targets/custom-elements.md) is added to the Stencil config's output target array:

```ts
// stencil.config.ts
Expand Down

0 comments on commit 7509f82

Please sign in to comment.