Customize your own home page
The site is working, change the URL in your browser to get to any custom page. But, don't forget to overwrite this index.html with your own. You typically have 3 choices :
- 1. Create an overview page for your project
- 2. Create an empty html page with this code in the head tag to redirect to one of your documentation page :
<meta http-equiv="refresh" content="0; url=http://example.com/"/>
- 3. Configure your server to automatically redirect home page to one your documentation page