From 4cea757e7035911a7582587858117f4aed4af7bd Mon Sep 17 00:00:00 2001 From: pierwill <19642016+pierwill@users.noreply.github.com> Date: Sat, 15 Nov 2025 21:13:15 -0600 Subject: [PATCH] server: clean up manifest documentation (#12995) Co-authored-by: pierwill --- server/internal/manifest/manifest.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/server/internal/manifest/manifest.go b/server/internal/manifest/manifest.go index e020d2c0..07c71001 100644 --- a/server/internal/manifest/manifest.go +++ b/server/internal/manifest/manifest.go @@ -4,9 +4,7 @@ // # Manifests // // A manifest is a JSON object that describes a model. The JSON object has a -// single field "layers" which is a list of layers that make up the model. Each -// layer has the following fields: -// +// single field "layers" which is a list of layers that make up the model. // A layer is a single, logical unit of a model. Layers are stored in the cache // as files with the name of the digest of the layer. Layers are pushed and // pulled from the registry as blobs.