diff --git a/docs/getting-started-site-creation.md b/docs/getting-started-site-creation.md index 40cf149d8b..560a8fe029 100644 --- a/docs/getting-started-site-creation.md +++ b/docs/getting-started-site-creation.md @@ -61,3 +61,35 @@ To create a fully functional site, you only need to do a few steps: yarn run start # or `npm run start` # navigate to http://localhost:3000 ``` + +## Special Customization + +### Docs Landing Page + +If you prefer to have your landing page be straight to your documentation, you can do this through a redirect. + +1. Remove the `index.js` file from the `website/pages` directory, if it exists. +1. Add a [custom static `index.html` page](guides-custom-pages.md#adding-static-pages) in the `website/static` folder with the following contents: + +```html + + +
+ + + +