From c2b58e52e55eebd2c52c418e3b0579b89f0c6b35 Mon Sep 17 00:00:00 2001 From: ndom91 Date: Sun, 28 Apr 2024 11:51:02 +0200 Subject: [PATCH 1/7] chore(docs): update turbo.json docs#build inputs --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 2d90f26ced..2bda0bb142 100644 --- a/turbo.json +++ b/turbo.json @@ -61,7 +61,7 @@ "cache": false }, "docs#build": { - "inputs": ["docs/pages"], + "inputs": ["docs/"], "dependsOn": [ "@auth/core#build", "@auth/azure-tables-adapter#build", From 512ffb594557be39b42fa2dc3eb0db767fdee1a6 Mon Sep 17 00:00:00 2001 From: ndom91 Date: Sun, 28 Apr 2024 11:58:48 +0200 Subject: [PATCH 2/7] chore(docs): test turborepo cache update --- docs/pages/getting-started/session-management/login.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/getting-started/session-management/login.mdx b/docs/pages/getting-started/session-management/login.mdx index 36f9c86795..b8f615daf8 100644 --- a/docs/pages/getting-started/session-management/login.mdx +++ b/docs/pages/getting-started/session-management/login.mdx @@ -4,7 +4,7 @@ import { Code } from "@/components/Code" # Handling Signin and Signout -To signin your users, make sure you have at least one [authentication method](/getting-started/authentication) setup. You then need to build a button which will call the sign in function from your Auth.js framework package. +To signin your users, make sure to have at least one [authentication method](/getting-started/authentication) setup. You then need to build a button which will call the sign in function from your Auth.js framework package. From e27fdfd8783114822620e9e4457c3d2bfd4036f8 Mon Sep 17 00:00:00 2001 From: ndom91 Date: Sun, 28 Apr 2024 12:04:02 +0200 Subject: [PATCH 3/7] chore(docs): update pg database models link --- docs/pages/getting-started/adapters/pg.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/getting-started/adapters/pg.mdx b/docs/pages/getting-started/adapters/pg.mdx index 8031cda646..ce7eb6f891 100644 --- a/docs/pages/getting-started/adapters/pg.mdx +++ b/docs/pages/getting-started/adapters/pg.mdx @@ -111,7 +111,7 @@ app.use( ### Schema The SQL schema for the tables used by this adapter is as follows. Learn more about the models at our -doc page on [Database Models](https://authjs.dev/docs/database). +doc page on [Database Models](/guides/creating-a-database-adapter). ```sql CREATE TABLE verification_token From c45ea571b65467b5756620274cf21c6d20485df0 Mon Sep 17 00:00:00 2001 From: ndom91 Date: Sun, 28 Apr 2024 12:09:13 +0200 Subject: [PATCH 4/7] chore(turbo): update docs#build inputs --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 2bda0bb142..7add93fb9a 100644 --- a/turbo.json +++ b/turbo.json @@ -61,7 +61,7 @@ "cache": false }, "docs#build": { - "inputs": ["docs/"], + "inputs": ["docs/**"], "dependsOn": [ "@auth/core#build", "@auth/azure-tables-adapter#build", From e7a353cf03e897b616b61c57377774796c1bd939 Mon Sep 17 00:00:00 2001 From: ndom91 Date: Sun, 28 Apr 2024 12:12:10 +0200 Subject: [PATCH 5/7] chore(docs): test turbo cache again --- docs/pages/getting-started/session-management/login.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/getting-started/session-management/login.mdx b/docs/pages/getting-started/session-management/login.mdx index b8f615daf8..36f9c86795 100644 --- a/docs/pages/getting-started/session-management/login.mdx +++ b/docs/pages/getting-started/session-management/login.mdx @@ -4,7 +4,7 @@ import { Code } from "@/components/Code" # Handling Signin and Signout -To signin your users, make sure to have at least one [authentication method](/getting-started/authentication) setup. You then need to build a button which will call the sign in function from your Auth.js framework package. +To signin your users, make sure you have at least one [authentication method](/getting-started/authentication) setup. You then need to build a button which will call the sign in function from your Auth.js framework package. From d7911d14b4951da524a0907921654729eaaeae7f Mon Sep 17 00:00:00 2001 From: ndom91 Date: Sun, 28 Apr 2024 14:25:57 +0200 Subject: [PATCH 6/7] chore(docs): fix docs#build turborepo inputs --- turbo.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 7add93fb9a..2bb211f9b9 100644 --- a/turbo.json +++ b/turbo.json @@ -61,7 +61,17 @@ "cache": false }, "docs#build": { - "inputs": ["docs/**"], + "inputs": [ + "pages/**", + "utils/**", + "public/**", + "components/**", + "theme.config.tsx", + "typedoc*", + "vercel.json", + "next-sitemap.config.cjs", + "next.config.js" + ], "dependsOn": [ "@auth/core#build", "@auth/azure-tables-adapter#build", From ae2c1e87979d068ec333ae1690b861ee8ff53e3c Mon Sep 17 00:00:00 2001 From: ndom91 Date: Sun, 28 Apr 2024 14:26:24 +0200 Subject: [PATCH 7/7] chore(docs): rm unnecessary pull-request.json file --- docs/pull-request.json | 70 ------------------------------------------ 1 file changed, 70 deletions(-) delete mode 100644 docs/pull-request.json diff --git a/docs/pull-request.json b/docs/pull-request.json deleted file mode 100644 index 1edd41c8e7..0000000000 --- a/docs/pull-request.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "action": "opened", - "pull_request": { - "url": "https://api.github.com/repos/octocat/Hello-World/issues/1347", - "id": 1, - "node_id": "MDExOlB1bGxSZXF1ZXN0MQ==", - "html_url": "https://github.com/octocat/Hello-World/pull/1347", - "diff_url": "https://github.com/octocat/Hello-World/pull/1347.diff", - "patch_url": "https://github.com/octocat/Hello-World/pull/1347.patch", - "issue_url": "https://api.github.com/repos/octocat/Hello-World/issues/1347", - "commits_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1347/commits", - "review_comments_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1347/comments", - "review_comment_url": "https://api.github.com/repos/octocat/Hello-World/pulls/comments{/number}", - "comments_url": "https://api.github.com/repos/octocat/Hello-World/issues/1347/comments", - "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/6dcb09b5b57875f334f61aebed695e2e4193db5e", - "number": 1347, - "state": "open", - "locked": true, - "title": "Amazing new feature", - "head": { - "label": "octocat:new-topic", - "ref": "new-topic", - "sha": "6dcb09b5b57875f334f61aebed695e2e4193db5e", - "repo": { - "fork": false - } - }, - "user": { - "login": "octocat", - "id": 1 - }, - "body": "Please pull these awesome changes in!", - "labels": [ - { - "id": 208045946, - "node_id": "MDU6TGFiZWwyMDgwNDU5NDY=", - "url": "https://api.github.com/repos/octocat/Hello-World/labels/bug", - "name": "bug", - "description": "Something isn't working", - "color": "f29513", - "default": true - } - ], - "milestone": { - "url": "https://api.github.com/repos/octocat/Hello-World/milestones/1" - }, - "created_at": "2011-01-26T19:01:12Z", - "updated_at": "2011-01-26T19:01:12Z", - "closed_at": "2011-01-26T19:01:12Z", - "merged_at": "2011-01-26T19:01:12Z", - "merge_commit_sha": "e5bd3914e2e596debea16f433f57875b5b90bcd6", - "assignee": { - "login": "octocat", - "id": 1 - } - }, - "number": 1347, - "repository": { - "id": 1296269, - "full_name": "ubbe-xyz/nextra-docs", - "owner": { - "login": "ubbe-xyz", - "id": 1 - } - }, - "sender": { - "login": "octocat", - "id": 1 - } -}