Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 37 additions & 37 deletions main/config/navigation/quickstarts.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,71 +5,71 @@
{
"group": "Single Page App",
"pages": [
"docs/quickstart/spa/react/index",
"docs/quickstart/spa/angular/index",
"docs/quickstart/spa/vanillajs/index",
"docs/quickstart/spa/capn-web/index",
"docs/quickstart/spa/vuejs/index",
"docs/quickstart/spa/flutter/index",
"docs/quickstart/spa/svelte/index"
"docs/quickstart/spa/react",
"docs/quickstart/spa/angular",
"docs/quickstart/spa/vanillajs",
"docs/quickstart/spa/capn-web",
"docs/quickstart/spa/vuejs",
"docs/quickstart/spa/flutter",
"docs/quickstart/spa/svelte"
]
},
{
"group": "Regular Web App",
"pages": [
"docs/quickstart/webapp/nextjs/index",
"docs/quickstart/webapp/nuxt/index",
"docs/quickstart/webapp/express/index",
"docs/quickstart/webapp/fastify/index",
"docs/quickstart/webapp/python/index",
"docs/quickstart/webapp/nextjs",
"docs/quickstart/webapp/nuxt",
"docs/quickstart/webapp/express",
"docs/quickstart/webapp/fastify",
"docs/quickstart/webapp/python",
"docs/quickstart/webapp/django/interactive",
"docs/quickstart/webapp/fastapi/index",
"docs/quickstart/webapp/fastapi",
"docs/quickstart/webapp/golang",
"docs/quickstart/webapp/java/index",
"docs/quickstart/webapp/java-ee/index",
"docs/quickstart/webapp/java-spring-boot/index",
"docs/quickstart/webapp/aspnet-core-blazor-server/index",
"docs/quickstart/webapp/aspnet-core/index",
"docs/quickstart/webapp/java",
"docs/quickstart/webapp/java-ee",
"docs/quickstart/webapp/java-spring-boot",
"docs/quickstart/webapp/aspnet-core-blazor-server",
"docs/quickstart/webapp/aspnet-core",
"docs/quickstart/webapp/laravel/interactive",
"docs/quickstart/webapp/php/interactive",
"docs/quickstart/webapp/nginx-plus/interactive",
"docs/quickstart/webapp/apache/interactive",
"docs/quickstart/webapp/rails/interactive",
"docs/quickstart/webapp/hono/index"
"docs/quickstart/webapp/hono"
]
},
{
"group": "Native/Mobile App",
"pages": [
"docs/quickstart/native/ios-swift/index",
"docs/quickstart/native/android/index",
"docs/quickstart/native/android-facebook-login/index",
"docs/quickstart/native/ios-swift-facebook-login/index",
"docs/quickstart/native/react-native/index",
"docs/quickstart/native/react-native-expo/index",
"docs/quickstart/native/flutter/index",
"docs/quickstart/native/ios-swift",
"docs/quickstart/native/android",
"docs/quickstart/native/android-facebook-login",
"docs/quickstart/native/ios-swift-facebook-login",
"docs/quickstart/native/react-native",
"docs/quickstart/native/react-native-expo",
"docs/quickstart/native/flutter",
"docs/quickstart/native/net-android-ios/index",
"docs/quickstart/native/maui/index",
"docs/quickstart/native/ionic-angular/index",
"docs/quickstart/native/ionic-react/index",
"docs/quickstart/native/ionic-vue/index",
"docs/quickstart/native/windows-uwp-csharp/interactive",
"docs/quickstart/native/maui",
"docs/quickstart/native/ionic-angular",
"docs/quickstart/native/ionic-react",
"docs/quickstart/native/ionic-vue",
"docs/quickstart/native/windows-uwp-csharp",
"docs/quickstart/native/device/interactive",
"docs/quickstart/native/xamarin"
"docs/quickstart/native/xamarin/index"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is there a reason we kept this as index & went the other way around?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

actually, it looks like there are redirects for this quickstart and it shouldn't exist anymore. updated in 897036a

]
},
{
"group": "Backend/API",
"pages": [
"docs/quickstart/backend/nodejs/index",
"docs/quickstart/backend/nodejs",
"docs/quickstart/backend/fastify/index",
"docs/quickstart/backend/django/interactive",
"docs/quickstart/backend/python/index",
"docs/quickstart/backend/fastapi/index",
"docs/quickstart/backend/fastapi",
"docs/quickstart/backend/java-spring-security5/index",
"docs/quickstart/backend/golang/index",
"docs/quickstart/backend/aspnet-core-webapi/index",
"docs/quickstart/backend/webapi-owin/interactive",
"docs/quickstart/backend/golang",
"docs/quickstart/backend/aspnet-core-webapi",
"docs/quickstart/backend/webapi-owin",
"docs/quickstart/backend/laravel/interactive",
"docs/quickstart/backend/php/interactive",
"docs/quickstart/backend/rails/interactive"
Expand Down
8 changes: 2 additions & 6 deletions main/config/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -16408,16 +16408,12 @@
"destination": "/docs/quickstart/spa/react/02-calling-an-api"
},
{
"source": "/docs/quickstart/native/xamarin/interactive",
"destination": "/docs/quickstart/native/net-android-ios/interactive"
},
{
"source": "/docs/quickstart/native/xamarin",
"source": "/docs/quickstart/native/xamarin/*",
"destination": "/docs/quickstart/native/net-android-ios/interactive"
},
{
"source": "/docs/xamarin-tutorial",
"destination": "/docs/quickstart/native/xamarin"
"destination": "/docs/quickstart/native/net-android-ios/interactive"
},
{
"source": "/docs/wpf-winforms-tutorial",
Expand Down
14 changes: 0 additions & 14 deletions main/docs/fr-ca/quickstart/backend/golang/interactive.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ sidebarTitle: Go API

import { Recipe, Content, Section, SideMenu, SideMenuSectionItem, SignUpForm } from "/snippets/recipe.jsx";
import { LoggedInForm } from "/snippets/Login.jsx";
import Main from "/snippets/quickstart/backend/golang/main.go.mdx";

import {QuickstartButtons} from "/snippets/QuickstartButtons.jsx";

Expand Down Expand Up @@ -305,18 +304,5 @@ export const sections = [
<SideMenuSectionItem id={sections[2].id}>
<SignUpForm lang="fr"/>
</SideMenuSectionItem>

<SideMenuSectionItem id={sections[3].id}>
<AuthCodeGroup>
<Main />
</AuthCodeGroup>
</SideMenuSectionItem>

<SideMenuSectionItem id={sections[4].id}>
<AuthCodeGroup>
<Main />
</AuthCodeGroup>
</SideMenuSectionItem>

</SideMenu>
</Recipe>
13 changes: 0 additions & 13 deletions main/docs/ja-jp/quickstart/backend/golang/interactive.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ sidebarTitle: Go API

import { Recipe, Content, Section, SideMenu, SideMenuSectionItem, SignUpForm } from "/snippets/recipe.jsx";
import { LoggedInForm } from "/snippets/Login.jsx";
import Main from "/snippets/quickstart/backend/golang/main.go.mdx";

import {QuickstartButtons} from "/snippets/QuickstartButtons.jsx";

Expand Down Expand Up @@ -307,17 +306,5 @@ export const sections = [
<SignUpForm />
</SideMenuSectionItem>

<SideMenuSectionItem id={sections[3].id}>
<AuthCodeGroup>
<Main />
</AuthCodeGroup>
</SideMenuSectionItem>

<SideMenuSectionItem id={sections[4].id}>
<AuthCodeGroup>
<Main />
</AuthCodeGroup>
</SideMenuSectionItem>

</SideMenu>
</Recipe>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Missing from nav?

File renamed without changes.
Loading
Loading