Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
e35e705
DC-5044 `prisma-client-js` deprecated (#7219)
aidankmcalister Nov 4, 2025
ef969c8
feat: restructure getting started side nav
ankur-arch Nov 4, 2025
f8c32d1
DC-5040 Env Vars via Config (#7227)
aidankmcalister Nov 5, 2025
87eba65
urls deprecated (#7226)
aidankmcalister Nov 5, 2025
ac89f6a
minimum version uodated (#7234)
aidankmcalister Nov 7, 2025
3bf085d
DC-5043 Middleware removed from docs (#7233)
aidankmcalister Nov 7, 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
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
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
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
2 changes: 2 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
# yaml template to refer to https://docs.coderabbit.ai/reference/yaml-template#enterprise
language: "en-US"
tone_instructions: "You are a principal engineer with natural teaching abilities. You detect issues and clearly explain why."
reviews:
collapse_walkthrough: false
profile: "chill"
Expand All @@ -14,6 +15,7 @@ reviews:
auto_review:
enabled: true
drafts: false
base_branches: [".*"]
finishing_touches:
docstrings:
enabled: false
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/lychee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
--cache
--cache-exclude-status 429,500,502,503,504
--max-cache-age 5m
--verbose
--no-progress
--accept 200,201,204,304,403,429
--timeout 20
Expand All @@ -51,7 +50,6 @@ jobs:
args: >
--cache
--max-cache-age 5m
--verbose
--no-progress
--accept 200,201,204,304,403,429
--cache-exclude-status 429,500,502,503,504
Expand Down Expand Up @@ -81,8 +79,8 @@ jobs:
fi

if [ -n "$REPORT_FILE" ]; then
# Read the original output
ORIGINAL=$(cat "$REPORT_FILE")
# Read the original output and remove everything after 'Redirects per input'
ORIGINAL=$(cat "$REPORT_FILE" | sed '/^##* Redirects per input/,$d')

# Create formatted output
cat > lychee/formatted.md << EOF
Expand All @@ -94,7 +92,7 @@ jobs:

EOF

# Append the original content with title replacement
# Append the cleaned content with title replacement
echo "$ORIGINAL" | sed 's/^# Summary$//' | sed 's/^## Summary$//' >> lychee/formatted.md
fi

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