Replies: 2 comments 1 reply
-
Hmm do you mean creating a file in dev mode doesn't result in an instant update? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks.
I'll keep you posted. Please also let me know when you do find something :)
…On Fri, Sep 13, 2024, 3:20 PM Fuma Nama ***@***.***> wrote:
I'll need a reproduction for this one, welcome to open a bug report
—
Reply to this email directly, view it on GitHub
<#859 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANQ3AU4FS3XJOU7S2LJQB6LZWLYD7AVCNFSM6AAAAABOFNZYLCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANRTHA3DKMQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
Greetings, and Thanks for the hard work.
I'm trying to integrate
fumadocs
into my existing frontend project. I want to have something likewebsite.com/docs
instead ofdocs.website.com
.When I tried creating the project from scratch and creating it's own folder, everything seems to work fine. Now though, I am manually installing it on my existing project. What I did was to basically install the dependencies and manually copied the files and folder into my project.
After doing that, I made some twisting to the
pageLayout
, some other files, and even updated the.source
folder at the root of the file to get the correct path of the existing themdx
file.Everything seems to be working well, but if I create a new
.mdx
file in thecontent
folder, the server doesn't see it (404).Also, when I kill the server, the
.source/index.js
file cleans upimport { toRuntime } from "fumadocs-mdx" export const docs = [] export const meta = []
I don't know what I'm not doing right, nor do I know the codes to share with you. please let me know :)
Beta Was this translation helpful? Give feedback.
All reactions