# Assets loaded in with IPFS This directory contains the go-ipfs assets: * Getting started documentation (`init-doc`). * Directory listing HTML template (`dir-index-html`). ## Re-generating Edit the source files and use `go generate` from within the assets directory: ``` go generate . ```