Skip to content

Commit 95bf2ad

Browse files
authored
remove details tags from integration READMEs (#4198)
1 parent d027f0b commit 95bf2ad

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

packages/integrations/netlify/README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ The [Netlify Blog post on Astro](https://www.netlify.com/blog/how-to-deploy-astr
7575

7676
To configure this adapter, pass an object to the `netlify()` function call in `astro.config.mjs` - there's only one possible configuration option:
7777

78-
<details>
79-
<summary><strong>dist</strong></summary>
78+
### dist
8079

8180
We build to the `dist` directory at the base of your project. To change this, use the `dist` option:
8281

@@ -99,12 +98,7 @@ And then point to the dist in your `netlify.toml`:
9998
directory = "dist/functions"
10099
```
101100
102-
</details>
103-
104-
<details>
105-
<summary>
106-
<strong>binaryMediaTypes</strong>
107-
</summary>
101+
### binaryMediaTypes
108102
109103
> This option is only needed for the Functions adapter and is not needed for Edge Functions.
110104
@@ -127,7 +121,6 @@ export function get() {
127121
});
128122
}
129123
```
130-
</details>
131124
132125
## Examples
133126

0 commit comments

Comments
 (0)