smdm-slide-menu
Version:
A library agnostic multilevel page menu with a smooth slide effect based on CSS transitions, focused on accessibility.
17 lines (10 loc) • 797 B
Plain Text
#ddev-generated
Files in this directory will be used to customize the webimage, you can add:
* .ddev/web-build/Dockerfile
* .ddev/web-build/Dockerfile.*
Additionally, you can use `pre.` variants that are inserted before everything else:
* .ddev/web-build/pre.Dockerfile
* .ddev/web-build/pre.Dockerfile.*
Examine the resultant generated Dockerfile (which you will never edit directly), at `.ddev/.webimageBuild/Dockerfile`. You can force a rebuild with `ddev debug rebuild -s web`.
You can use the `.ddev/web-build` directory as the Docker “context” directory as well. So for example, if a file named `file.txt` exists in `.ddev/web-build`, you can use `ADD file.txt /` in the Dockerfile.
See https://ddev.readthedocs.io/en/stable/users/extend/customizing-images/ for advanced examples.