-
When using is-land and an SSR'd web component, is-land causes it to flicker because `forceFallback` will remove the SSR'd component from the page and then append it once hydrated.
The workaround i'…
-
Components without docs on ux.redhat.com/elements/**
- [x] `rh-tag`
- [x] `rh-badge`
- [x] `rh-subnav`
- [x] `rh-spinner`
- [x] `rh-context-provider` - Are we documenting this helper comp…
-
### Operating system
Windows 10 64-bit
### Eleventy
2.0.0
### Describe the bug
Paginating `collections['tag with spaces']` fails, but `collections.tag with spaces` works.
### Reproduction steps
…
-
I have recently been looking at documentation options for a new project and I've been trying MkDocs out.
I like it very much. In particular, I really like that it's possible to generate HTML that c…
-
On 11ty-website I have a `src/_includes/components/site-card.webc` component which uses a `date` prop:
```html
…
…
```
which is fine until I have usage where the prop is left o…
-
👋 Hello,
I'm trying to get Vite to process JavaScript files resolved from `node_modules` on the build step, but it skips them entirely, leaving my site broken.
Here is my Vite configuration with…
-
Some of the 11ty templates create "additional files" in the document root like `_redirects` or `feed.xml`. While this works fine in development, they are either not created or deleted in production. I…
-
**Describe the bug**
I'm getting an error which seems to move around between markdown files, depending on which one is processed first I suppose.
"parseSignature: expected comma after expression"
…
-
I’m following the docs here:
https://www.11ty.dev/docs/plugins/serverless/#re-use-build-time-cache-from-the-fetch-plugin
So, here's a test case to describe my issue. Here are two URLs:
/build…
-
`/_includes/home.webc`
```
```
`/_components/site-header.webc`
```
Header copy
```
`/index.webc`
```
---
layout: home.webc
---
Body copy
```
✅ Making change…