Skip to content

Commit

Permalink
chore: incl generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis committed Jun 29, 2022
1 parent 05a659d commit d7d6775
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,3 @@ report.*.json
docs/public/build
docs/api/_build
docs/api/index.js

#
# Doc scripts
#
*.generated.*
16 changes: 16 additions & 0 deletions docs/app/data/navigationSchema.generated.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"href": "/docs",
"id": "index",
"title": "Overview ",
"sidebarPosition": 1,
"children": []
},
{
"href": "/docs/getting-started",
"id": "getting-started",
"title": "Getting started ",
"sidebarPosition": 2,
"children": []
}
]
22 changes: 22 additions & 0 deletions docs/app/data/subnavSchema.generated.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"/getting-started": [
{ "href": "#install", "label": "Install", "id": "install" },
{
"href": "#the-animated-element",
"label": "The Animated Element",
"id": "the-animated-element"
},
{ "href": "#the-hook", "label": "The Hook", "id": "the-hook" },
{
"href": "#your-first-animation",
"label": "Your First Animation",
"id": "your-first-animation"
},
{
"href": "#reacting-to-events",
"label": "Reacting to events",
"id": "reacting-to-events"
},
{ "href": "#next-steps", "label": "Next Steps", "id": "next-steps" }
]
}
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "",
"license": "",
"scripts": {
"build": "yarn scripts:build && remix build && rollup -c",
"build": "remix build && rollup -c",
"dev": "concurrently \"yarn dev:remix\" \"yarn scripts:watch\"",
"dev:remix": "remix dev",
"scripts:build": "ts-node ./scripts/build.ts",
Expand Down

1 comment on commit d7d6775

@vercel
Copy link

@vercel vercel bot commented on d7d6775 Jun 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

beta-react-spring – ./docs

beta-react-spring.vercel.app
beta-react-spring-git-beta-docs-pmndrs.vercel.app
beta-react-spring-pmndrs.vercel.app

Please sign in to comment.