docs icon indicating copy to clipboard operation
docs copied to clipboard

make serve-static and make build dont work

Open susanev opened this issue 3 years ago • 1 comments

make serve-static gives 404s make build fails on the resourcedocsgen copying step

internal slack convo

susanev avatar May 20 '22 16:05 susanev

@susanev can you post some details as to what fails for you when you run make build?

The README does at least try to explain how these are supposed to work:

make build generates the website and writes it to ./public. make serve runs a local HTTP server that serves the contents of ./public

.. so you'll definitely get a 404 if you haven't successfully run make build yet (as there's nothing there to be served).

cnunciato avatar May 20 '22 17:05 cnunciato

Just used this, still seems to work, closing.

cnunciato avatar Jul 21 '23 02:07 cnunciato

i could never build from the docs repo, might be worth having a new person try it fresh to see if they can get it to work

susanev avatar Aug 23 '23 02:08 susanev