@John
Ghost has been built via docker and Ghost Doc has been built following the guideline in TryGhost/docs.
Both sites work as well.
In order to integrate both sites, I have added a “Custom Integration” in Ghost, and then modified .env.development as below:
These are all public keys, deliberately committed
SITE_URL=“http://docs.domain”
GHOST_API_URL=“http://ghost.domain”
GHOST_API_KEY=“Content API Key from Ghost”
ALGOLIA_ADMIN_KEY=""
SERVICE_WORKER_KILL_SWITCH=“false”
After setting everything, I re-built the Ghost Docs again (#gatsby develop), and got some errors:
error Cannot read property ‘edges’ of null
TypeError: Cannot read property ‘edges’ of null
error UNHANDLED REJECTION
TypeError: Cannot read property ‘edges’ of null
I have googled a lot but still got no idea.
Any suggestions would be appreciated.
–
WM