All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docs-virtdata.docsys.examples.wrapping.md.view_model._json Maven / Gradle / Ivy

The newest version!
{
  'version': {{ version }},
  'target': '{{ path.toString}}',
  'paths' : [
  {{# paths }}
    '{{ . }}'{{^-last}},{{/-last}}
  {{/ paths }}
  ],
  'breadcrumbs' : [
  {{# breadcrumbs }}
    '{{ . }}'{{^-last}},{{/-last}}
  {{/ breadcrumbs }}
  ],
  'topics' : {
    {{# topics }}
      '{{ name }}': '{{ path }}'{{^-last}},{{/-last}}
    {{/ topics }}
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy