Skip to content

Tincre/docs.musicfox.io

Repository files navigation

docs.musicfox.io

This is a Next.js application hosted on the Tincre Vercel project.

It does a permanent 308 redirect for all slugs after docs.musicfox.io/ to the b00st.com community site.

Getting started

After cloning this repo install dependencies via:

yarn install -D

or

npm install --save-dev 

Running the development server

yarn run dev

or

npm run dev

What this application does

This app serves as a simple redirect from our previous documentation created and hosted at Gitbook to our docs/community Discourse.

next.config.js

To add or remove redirection functionality simply edit the route configuration within next.config.js under the async redirects() function return block.

Contributions

At Tincre we ❤️ contributions. Please writeup an issue if you'd like to make or request an improvement.