Skip to content

Commit

Permalink
test redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
fscelliott committed Jun 19, 2024
1 parent fed15f2 commit 0ab1476
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
],
"navigation": [
{
"group": "Welcome",
"group": "test",
"pages": [
"welcome/getting-started-ai",
"welcome/integrate",
"welcome/author"
"test/getting-started-ai",
"test/integrate",
"test/author"
]
},
{
Expand Down Expand Up @@ -356,19 +356,19 @@

{
"source": "/docs/author",
"destination": "/welcome/author"
"destination": "/test/author"
},
{
"source": "/docs/integrate",
"destination": "/welcome/integrate"
"destination": "/test/integrate"
},
{
"source": "/docs/sections-example-zip",
"destination": "/senseml-reference/sections/sections-example-zip"
},
{
"source": "/docs/getting-started-ai",
"destination": "/welcome/getting-started-ai"
"destination": "/test/getting-started-ai"
},
{
"source": "/docs/sections-example-table-grid",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0ab1476

Please sign in to comment.