Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
64f84d3
feat(docs): add youtube embeded link to blog post (#7220)
ArthurGamby Oct 31, 2025
25dbc36
feat(docs): add quick section to blog after the prompt (#7221)
ArthurGamby Oct 31, 2025
d0cd80e
DC-5242 Astro Better-Auth Guide (#7215)
aidankmcalister Nov 3, 2025
ef969c8
feat: restructure getting started side nav
ankur-arch Nov 4, 2025
736f5af
DC-5841 Removed Linkspector (#7231)
aidankmcalister Nov 5, 2025
753b1b8
Update label for Prisma Postgres tab (#7236)
petradonka Nov 7, 2025
ddfc555
fix: content changes for getting started page (#7216)
ankur-arch Nov 7, 2025
2daa27a
DC-5820 AI Agents Served Markdown (#7237)
aidankmcalister Nov 10, 2025
4c19f41
feat: add prisma-orm quickstarts
ankur-arch Nov 10, 2025
8e5616e
fix: update times and add proper links
ankur-arch Nov 10, 2025
2a19cb7
fix: instropspect changes
ankur-arch Nov 10, 2025
5ac553e
feat: add get started from prisma orm page
ankur-arch Nov 10, 2025
ac2695e
feat: add other orms
ankur-arch Nov 11, 2025
6352851
fix: update other tools + ppg
ankur-arch Nov 11, 2025
eda1224
fix: add more clarity
ankur-arch Nov 11, 2025
2ca1ef2
fix: add prisma postgres
ankur-arch Nov 11, 2025
671e4cd
feat: clear migrate from early access
ankur-arch Nov 11, 2025
ab6ee45
fix: add to existing dbs sections
ankur-arch Nov 11, 2025
7f69693
Remove MCP server exploration tip (#7241)
petradonka Nov 11, 2025
04dd079
Merge branch 'prisma-7' into prisma-7-getting-started-restructure
ankur-arch Nov 11, 2025
f3365e8
fix: clean-up docs files
ankur-arch Nov 11, 2025
fc7d28a
fix: typeorm missing urls
ankur-arch Nov 11, 2025
4276072
fix: broken link
ankur-arch Nov 11, 2025
4a0e0c6
fix: update titles
ankur-arch Nov 11, 2025
43f7e1a
fix: clear redirect loop (#7250)
ankur-arch Nov 12, 2025
dc82e47
fix: add generate step + sqlite fixes
ankur-arch Nov 12, 2025
7edbd6f
Merge branch 'main' into prisma-7-getting-started-restructure
ankur-arch Nov 13, 2025
ddf0c20
fix: clean-up redirects file DC-6228
ankur-arch Nov 13, 2025
aa486e9
fix: clean-up unnecessary file
ankur-arch Nov 13, 2025
59db9d6
fix: remove unknown word
ankur-arch Nov 13, 2025
ae1d885
fix: add links
ankur-arch Nov 13, 2025
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
19 changes: 0 additions & 19 deletions .github/workflows/config/.linkspector.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/linkspector.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/lychee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
--exclude 'http://localhost.*'
--exclude 'https://localhost.*'
--exclude 'https://cockroachlabs.com'
--exclude 'https://www.gnu.org'
--exclude '^/.*'
'./**/*.md' './**/*.mdx'
workingDirectory: "content"
Expand All @@ -58,6 +59,7 @@ jobs:
--exclude 'http://localhost.*'
--exclude 'https://localhost.*'
--exclude 'https://cockroachlabs.com'
--exclude 'https://www.gnu.org'
--exclude '^/.*'
'./**/*.md' './**/*.mdx'
workingDirectory: "content"
Expand Down Expand Up @@ -95,7 +97,7 @@ jobs:
fi
- name: 📝 Comment Broken Links
if: ${{ always() && github.event.pull_request.head.repo.fork == false }}
if: ${{ always() && github.event.pull_request.head.repo.fork == false && (steps.lychee.outputs.exit_code != 0 || (steps.lychee-retry.conclusion != 'skipped' && steps.lychee-retry.outputs.exit_code != 0)) }}
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ github.event.pull_request.number }}
Expand Down
5 changes: 3 additions & 2 deletions cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@
"Buildpacks",
"Sevalla's",
"Dataguide",
"justinellingwood"
"justinellingwood",
"Millis"
],
"patterns": [
{
Expand Down Expand Up @@ -212,4 +213,4 @@
"HTML Tags"
],
"ignorePaths": []
}
}
159 changes: 0 additions & 159 deletions content/100-getting-started/01-quickstart-prismaPostgres.mdx

This file was deleted.

Loading
Loading