Add documentation links to service docs.

This commit is contained in:
John Beisley
2022-06-13 18:06:03 +01:00
parent befb173f08
commit 23b5557105
5 changed files with 14 additions and 0 deletions

View File

@ -211,6 +211,9 @@ type ServiceManifest struct {
ServiceType string `toml:"type"`
// Path within the DCP spec ZIP file e.g. "xml data files/service/Foo1.xml".
Path string `toml:"path"`
// DocumentURL is the URL to the documentation for the service.
DocumentURL string `toml:"document_url"`
}
type tmplArgs struct {