{{define "title"}}Documentation · {{.Repeater.Name}} · MeshTender{{end}} {{define "header"}}{{template "repeater-header" .Nav}}{{end}} {{define "content"}} {{template "repeater-tabs" .Nav}} {{if .Error}}
{{.Error}}
{{end}} {{if .IsOwner}}

Public documentation {{if .Repeater.ExposePublicPage}}· visible on the public page{{else}}· not published yet{{end}}

What this node is and how to service it — safe for anyone who can reach the public page. Shown on the public page when one is published. Do not put gate codes, lock combinations, or other site-access secrets here — use the internal section below for those.

Internal notes · people with access only

Sensitive site-access details — gate codes, lock combinations, landlord/contact info, climbing notes. Only the owner, stewards, and people you've shared with can read this. Never shown on the public page.

{{else}}

Documentation

{{if .Repeater.DocPublic}}
{{.Repeater.DocPublic}}
{{else}}

No public documentation yet.

{{end}}
{{if .Repeater.DocInternal}}

Internal notes · people with access only

{{.Repeater.DocInternal}}
{{end}} {{end}} {{end}}