You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2018. It is now read-only.
I want to set up a completely custom html page as a front page. I set indexHtml in docbaseConfig as ./html/custompage.html.
It is working fine in local machine. The front page is custom and the docs are in the default layout. However, when I push the changes, it timeout in travis ci.
No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received
The build has been terminated
After going through grunt-docbase code, I added a #navbar-collapse and .map_folder for checkLoadedSelector and checkNavbar checks.
I also tried setting manual_override to true.
What am I missing. What is the correct way to set a custom front page?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to set up a completely custom html page as a front page. I set
indexHtml
indocbaseConfig
as./html/custompage.html
.It is working fine in local machine. The front page is custom and the docs are in the default layout. However, when I push the changes, it timeout in travis ci.
After going through
grunt-docbase
code, I added a#navbar-collapse
and.map_folder
forcheckLoadedSelector
andcheckNavbar
checks.I also tried setting
manual_override
totrue
.What am I missing. What is the correct way to set a custom front page?
The text was updated successfully, but these errors were encountered: