Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
a0f8f81
update all dependencies
bryantgillespie Apr 23, 2026
693035f
add packageManager back
bryantgillespie Apr 23, 2026
40b762b
remove hardcoded url
bryantgillespie Apr 23, 2026
12e54f4
wip
bryantgillespie Apr 26, 2026
fb43401
cleanup from review
bryantgillespie Apr 26, 2026
2e61cb1
cleanup again
bryantgillespie Apr 27, 2026
1c08e8b
switch to json for storing redirects
bryantgillespie Apr 27, 2026
f785c96
convert to ts
bryantgillespie Apr 28, 2026
23d0e7f
cleanup
bryantgillespie Apr 28, 2026
94d9c40
ai cleanup
bryantgillespie Apr 28, 2026
c8949ec
Update README.md
bryantgillespie Apr 28, 2026
4e55dfb
backfill all ids
bryantgillespie Apr 28, 2026
0c01c40
feat(nav): rename Connect→APIs, Automate→Flows, Manage→Hosting
bryantgillespie Apr 28, 2026
fb26a69
feat(llms): rename guide section titles to APIs and Flows
bryantgillespie Apr 28, 2026
853c5b3
docs: replace branded "Directus Connect"/"Directus Automate" with API…
bryantgillespie Apr 28, 2026
5411aef
docs(homepage): drop Data Engine/Data Studio framing
bryantgillespie Apr 28, 2026
0548d61
fix: fold 11.integrations into 12.integrations to clear numeric colli…
bryantgillespie Apr 28, 2026
8d9a727
fix sidebar
bryantgillespie Apr 28, 2026
e1a7980
docs(nav): rename Guides→Guide, Hosting→Deploy
bryantgillespie Apr 28, 2026
2064fcb
kill editor and explorer
bryantgillespie Apr 28, 2026
d6971b0
initial moves
bryantgillespie Apr 30, 2026
bf3949e
wippity
bryantgillespie Apr 30, 2026
13fa1e4
cleanup
bryantgillespie Apr 30, 2026
5d04c17
fix nav
bryantgillespie Apr 30, 2026
8e6cdb2
extract findNavNode
bryantgillespie Apr 30, 2026
1b1f78c
vanilla to vanilla js
bryantgillespie Apr 30, 2026
91eec5c
fix claude bs
bryantgillespie Apr 30, 2026
3039cb3
oops technologies is needed for the imaages
bryantgillespie Apr 30, 2026
45877f7
add chips to tutorials with framworks
bryantgillespie Apr 30, 2026
997dbc8
more cleanup
bryantgillespie Apr 30, 2026
1c32969
All Frameworks
bryantgillespie Apr 30, 2026
7e35e8e
feat(layout): redesign docs experience
bryantgillespie May 21, 2026
459d1ad
feat(layout): add prompt and shader debug components
bryantgillespie May 21, 2026
62c0b4e
fix(layout): restore reference content and skip API prerender
bryantgillespie May 22, 2026
747cfe3
fix(build): stop masking prerender errors
bryantgillespie May 22, 2026
e7e1665
feat(layout): use Directus docs typography
bryantgillespie May 22, 2026
8c19d67
fix(build): inline unhead for preview
bryantgillespie May 22, 2026
79aea9c
chore(layout): remove unused legacy helpers
bryantgillespie May 22, 2026
e17931d
Clean up docs navigation and icons
bryantgillespie May 22, 2026
56ee43f
fix layous
bryantgillespie May 22, 2026
0697c99
Update Railway tutorial image
bryantgillespie May 23, 2026
30b9c2c
Merge origin/main
bryantgillespie May 23, 2026
90cffc0
Skip base-prefixed API prerender
bryantgillespie May 23, 2026
cb79938
fix(build): lazy-load OAS spec to reduce prerender memory
bryantgillespie May 23, 2026
510ac87
increase concurrency
bryantgillespie May 23, 2026
45bbfb2
fix icon
bryantgillespie May 23, 2026
88890e0
feat(hero): painterly Kuwahara shader with fade-up painting layer
bryantgillespie May 26, 2026
e4ec734
Fix suggestions
LZylstra May 28, 2026
dd67526
Docs Updates #6 - Add Typesense docs search (#685)
bryantgillespie May 29, 2026
ca58772
Docs Updates #7 - MCP Server (#686)
bryantgillespie May 29, 2026
c7cbe38
Merge origin/main
bryantgillespie May 29, 2026
47a89b9
Fix pnpm setup in search workflow
bryantgillespie May 29, 2026
013c54f
Reduce prerender concurrency
bryantgillespie May 29, 2026
fe2b345
content changes
bryantgillespie Jun 1, 2026
227d97d
Merge origin/main into update copy
bryantgillespie Jun 1, 2026
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
4 changes: 2 additions & 2 deletions app/components/HomeHero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ function openSearch() {
Documentation
</p>
<h1 class="m-0 font-display text-4xl leading-tight font-medium tracking-tight text-white @min-[48rem]/docs-pane:text-5xl @min-[64rem]/docs-pane:text-6xl">
The AI-ready backend<br>for your whole team.
A backend your whole team can use.
</h1>
<p class="mt-4 max-w-md text-base leading-7 text-white/70">
Wrap any SQL database in instant APIs, a Studio your team can actually use, and a native MCP server. One role-based access layer governs all of it.
Wrap any SQL database to get instant APIs, a Studio your team can actually use, and a native MCP server. One role-based access layer governs all of it.
</p>
<button
type="button"
Expand Down
2 changes: 1 addition & 1 deletion content/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Directus Documentation
description: The AI-ready backend for your whole team.
description: A backend your whole team can use.
navigation: false
---

Expand Down
Loading