Configuring a subdirectory with Vercel
Host your documentation with a /docs subdirectory using Vercel
Last updated
Was this helpful?
Host your documentation with a /docs subdirectory using Vercel
Last updated
Was this helpful?
Was this helpful?
In your GitBook instance, click on your docs site name in the sidebar, then Manage site, then Domain and redirects. Under ‘Subdirectory’, click Set up a subdirectory.
Enter the URL where you would like to host your docs. Then specify the subdirectory for docs access, e.g. tomatopy.pizza/docs
, and click Configure.
Under Additional configuration
{
"rewrites": [
{
"source": "/docs",
"destination": "<INSERT YOUR PROXY URL FROM GITBOOK>"
},
{
"source": "/docs/:match*",
"destination": "<INSERT YOUR PROXY URL FROM GITBOOK>/:match*"
}
]
}