Skip to content

Commit 321d5b4

Browse files
authored
Fix docfx namespace (#12048)
* Temp hack for building docs on pr * Fix namespace * revert hack to build docs on pr
1 parent 366d7c0 commit 321d5b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ApiDocs/umbracotemplate/partials/class.tmpl.partial

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<div class="level{{item.level}}"><span class="xref">{{item.name.0.value}}</span></div>
1616
</div>
1717
{{/inheritance.0}}
18-
<h6><strong>{{__global.namespace}}</strong>:{{namespace}}</h6>
19-
<h6><strong>{{__global.assembly}}</strong>:{{assemblies.0}}.dll</h6>
18+
<h6><strong>{{__global.namespace}}</strong>: {{{namespace.specName.0.value}}}</h6>
19+
<h6><strong>{{__global.assembly}}</strong>: {{assemblies.0}}.dll</h6>
2020
<h5 id="{{id}}_syntax">{{__global.syntax}}</h5>
2121
<div class="codewrapper">
2222
<pre><code class="lang-{{_lang}} hljs">{{syntax.content.0.value}}</code></pre>

0 commit comments

Comments
 (0)