Skip to content

Commit 19f4679

Browse files
committed
docs(chore): clean up class pages
1 parent 3f8cbce commit 19f4679

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

docs/app/data/subnavSchema.generated.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,7 @@
274274
"/advanced/controller": [
275275
{ "href": "#usage", "label": "Usage", "id": "usage" },
276276
{ "href": "#properties", "label": "Properties", "id": "properties" },
277-
{ "href": "#methods", "label": "Methods", "id": "methods" },
278-
{ "href": "#examples", "label": "Examples", "id": "examples" }
277+
{ "href": "#methods", "label": "Methods", "id": "methods" }
279278
],
280279
"/advanced/events": [
281280
{
@@ -319,7 +318,6 @@
319318
{ "href": "#usage", "label": "Usage", "id": "usage" },
320319
{ "href": "#properties", "label": "Properties", "id": "properties" },
321320
{ "href": "#methods", "label": "Methods", "id": "methods" },
322-
{ "href": "#ts-glossary", "label": "TS Glossary", "id": "ts-glossary" },
323-
{ "href": "#examples", "label": "Examples", "id": "examples" }
321+
{ "href": "#ts-glossary", "label": "TS Glossary", "id": "ts-glossary" }
324322
]
325323
}

docs/app/routes/docs/advanced/controller.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,3 @@ Call a function once per spring value.
144144
```ts
145145
each(iterator: (spring: SpringValue, key: string) => void): void
146146
```
147-
148-
## Examples
149-
150-
Coming soon.

docs/app/routes/docs/advanced/spring-value.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,3 @@ update(props: SpringUpdate<T>): this;
140140

141141
- [`Animation`](/docs/typescript#animation)
142142
- [`SpringUpdate`](/docs/typescript#springupdate)
143-
144-
## Examples
145-
146-
Coming soon.

0 commit comments

Comments
 (0)