diff --git a/docs/administration/customizing-gitea.md b/docs/administration/customizing-gitea.md index 7eb07930..f93805ce 100644 --- a/docs/administration/customizing-gitea.md +++ b/docs/administration/customizing-gitea.md @@ -172,15 +172,16 @@ You can implement your own CAD file viewer inside your Gitea instance. This implementation supports 3D preview for of these file formats: '3dm', '3ds', '3mf', 'amf', 'bim', 'brep', 'dae', 'fbx', 'fcstd', 'glb', 'gltf', 'ifc', 'igs', 'iges', 'stp', 'step', 'stl', 'obj', 'off', 'ply', 'wrl' +(Only v2 for .gltf files) - -Add template +Part 1: Add template In $GITEA_CUSTOM we need to add our template. This template needs to be saved in "$GITEA_CUSTOM/templates/custom/". Here create file "footer.tmpl" and add following text into it: -```