diff --git a/docs/pages/apidocs/index.astro b/docs/pages/apidocs/index.astro index fdc1df2b..e4142e39 100644 --- a/docs/pages/apidocs/index.astro +++ b/docs/pages/apidocs/index.astro @@ -18,12 +18,10 @@ const headings = [

Web APIs

diff --git a/docs/pages/examples.astro b/docs/pages/examples.astro index 53ec1320..cdc4f385 100644 --- a/docs/pages/examples.astro +++ b/docs/pages/examples.astro @@ -16,29 +16,26 @@ const headings = testFiles.map(({ name }) => ({

- The best example of usage of these bindings are the tests.
- These exercise the public bindings directly. Reusable Web API bindings and conversion - helpers belong in the library rather than in individual examples. + The best example of usage of these bindings are the{" "} + tests.
+ These exercise the public bindings directly. Reusable Web API bindings and + conversion helpers belong in the library rather than in individual examples.

- { - testFiles.map(({ source, output, name }) => { - return ( -
-

{name}

- - - - - - - - -
- ); - }) - } + {testFiles.map(({ source, output, name }) => { + return ( +
+

{name}

+ + + + + + + + +
+ ); + })}