getContentDir() — supabase Function Reference
Architecture documentation for the getContentDir() function in last-changed.ts from the supabase codebase.
Entity Profile
Dependency Diagram
graph TD 88f45a4f_9be3_8498_2a53_06ed061ad50a["getContentDir()"] 65532f97_bc9f_6f02_810b_e5b4e021fa6f["updateContentDates()"] 65532f97_bc9f_6f02_810b_e5b4e021fa6f -->|calls| 88f45a4f_9be3_8498_2a53_06ed061ad50a 141368a9_8f24_1698_ef6b_96859cfb64fa["getContentDirParentPage()"] 141368a9_8f24_1698_ef6b_96859cfb64fa -->|calls| 88f45a4f_9be3_8498_2a53_06ed061ad50a style 88f45a4f_9be3_8498_2a53_06ed061ad50a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/docs/scripts/last-changed.ts lines 135–137
function getContentDir() {
return join(__dirname, '..', 'content')
}
Domain
Subdomains
Source
Frequently Asked Questions
What does getContentDir() do?
getContentDir() is a function in the supabase codebase.
What calls getContentDir()?
getContentDir() is called by 2 function(s): getContentDirParentPage, updateContentDates.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free