dl-build: substitute build.sh for deprecated build#274
dl-build: substitute build.sh for deprecated build#274nate-double-u merged 4 commits intoetcd-io:mainfrom
Conversation
|
Hi @fabjan, thanks for this! Would you be able to update the https://etcd.io/docs/next/dl-build/ file as well? It likely suffers from the same issue. I'll look into why the deploy preview build failed -- given the changes made I find it a bit surprising that it did. |
|
@nate-double-u Sure thing! I just clicked the "Edit this page" button on the docs and edited directly GitHub (hence the uninformative branch name as well) so did not look much at the context around the change. Looks like the preview deploy failed because hugo had problems with some vendored bootstrap files, but I don't know anything about the actions setup here. |
|
@nate-double-u When fixing I noticed the dl-build guides for all 3.x versions had an unused reference link to the Go install docs. I assumed they were meant to be used for the Go reference earlier in the instructions. If that was incorrect I can revert that change. |
|
Found this Docsy issue mentioning the exact same error message about Bootstrap: google/docsy#279 |
|
@fabjan, @chalin has fixed the preview issues with As for the edits to the older version pages ( |
I just pulled latest master and following the directions gave me a deprecation warning: ```shell $ ./build \e[91mDEPRECATED!!! Use build.sh script instead.\e[0m ``` I don't know if the deprecation plan involves something special for Windows, or what the old `./build` program did, but the current one just sources `./build.sh` after printing the deprecation warning so that's what's in my proposed change.
* dl-build: substitute build.sh for deprecated build I just pulled latest master and following the directions gave me a deprecation warning: ```shell $ ./build \e[91mDEPRECATED!!! Use build.sh script instead.\e[0m ``` I don't know if the deprecation plan involves something special for Windows, or what the old `./build` program did, but the current one just sources `./build.sh` after printing the deprecation warning so that's what's in my proposed change. * dl-build: ./build is deprecated * dl-build: fix go install ref-links * revert refactor of old content
I just pulled latest master and following the directions gave me a deprecation warning:
I don't know if the deprecation plan involves something special for Windows, or what the old
./buildprogram did, but the current one just sources./build.shafter printing the deprecation warning so that's what's in my proposed change.