When trying to run the "Pact Docs Website" locally...
# documentation
p
When trying to run the "Pact Docs Website" locally, using
docker-compose up
, I got the following error:
Copy code
[ERROR] Error: The "googleAnalytics" field in themeConfig should now be specified as option for plugin-google-analytics. For preset-classic, simply move themeConfig.googleAnalytics to preset options. More information at <https://github.com/facebook/docusaurus/pull/5832>.
m
Hmm Tha ka for letting us know. Wondering if perhaps the compose setup is out of date. I personally normally `npm start`and works just fine. I'll review tomorrow
OK looks like the container has pulled in the latest docusaurus configs, which has moved some config items around. I’ve just fixed those now - thanks for reporting