Skip to content

Commit a1f7849

Browse files
committed
Refactor site structure; add docs and search
Large refactor to reorganize the documentation site: rewrote README with new project structure and usage, updated .gitignore, and removed legacy markdown/config files. Added a Next.js app layout with dedicated home and docs routes (including error/loading pages and a dynamic docs [...slug] page), an API search route backed by fumadocs-core, and several UI components (plugin cards, provider, custom image, search). Introduced new lib helpers (config, layout.shared, mdx-link, source, utils), MDX components, fetch-docs script, PostCSS/next config updates, and TypeScript config tweaks. Removed optional server-only API routes and other deprecated files to streamline static GitHub Pages deployment and improve doc fetching, search, and site UX.
1 parent 404ed7a commit a1f7849

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+4778
-12143
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
.contentlayer
66
.content-collections
77
.source
8+
/content/docs/
89

910
# cache
1011
.cache/

.prettierignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

DEPLOYMENT.md

Lines changed: 0 additions & 295 deletions
This file was deleted.

0 commit comments

Comments
 (0)