From 0c2c7004030d13b4255f803ca98d4504a68677f7 Mon Sep 17 00:00:00 2001 From: Basang Basangov Date: Thu, 11 Dec 2025 04:21:43 +0300 Subject: [PATCH 1/2] Fix next page link on Introduction page in docs --- docs/guide/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/guide/index.md b/docs/guide/index.md index ad58398..9e32d74 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -1,3 +1,10 @@ +--- +pref: false +next: + text: 'Server-side' + link: '/guide/server-side-setup' +--- + # Introduction Welcome to the documentation for [inertia-django](https://github.com/inertiajs/inertia-django) adapter for [Django](https://www.djangoproject.com/) and [Inertia.js](https://inertiajs.com/). From 2db39c9902e3f979d4a9517593d0e718baec1929 Mon Sep 17 00:00:00 2001 From: Basang Basangov Date: Thu, 11 Dec 2025 05:08:19 +0300 Subject: [PATCH 2/2] Update index.md --- docs/guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/index.md b/docs/guide/index.md index 9e32d74..1e746b4 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -1,5 +1,5 @@ --- -pref: false +prev: false next: text: 'Server-side' link: '/guide/server-side-setup'