eosnetworkfoundation / docsgen

Scripts for creating docs.eosnetwork.com pulls from various eos nf repos and builds static HTML to power website
Other
3 stars 0 forks source link

Move docs repo images to central location #84

Closed ericpassmore closed 1 year ago

ericpassmore commented 1 year ago

To simplify the install scripts we should move the image locations. This applies to

1) Create a new central directory images under docs 2) Permanently all images from each directory above to docs/images 3) Permanently correct all the markdown files to reference images under path /docs/images 4) During the docsgen build create a new directory under Docusaurus IMG_DIR="${ARG_BUILD_DIR:?}"/devdocs/static/docs/images 5) During the Docusaurus build process copy images from docs github into path listed in 4

lparisc commented 1 year ago

Steps 1,2,3 were done in PRs eosnetworkfoundation/docs#44 and eosnetworkfoundation/docs#46 Steps 4,5 were in PR #87