File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs_app/tools/transforms/templates/api/lib Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{% macro githubViewHref(doc, versionInfo) -%}
2- https://github.com/{$ versionInfo.gitRepoInfo.owner $}/{$ versionInfo.gitRepoInfo.repo $}/tree/{$ versionInfo.currentVersion.isSnapshot and versionInfo.currentVersion.SHA or versionInfo.currentVersion.raw $}/packages /{$ doc.fileInfo.realProjectRelativePath $}#L{$ doc.startingLine + 1 $}-L{$ doc.endingLine + 1 $}
2+ https://github.com/{$ versionInfo.gitRepoInfo.owner $}/{$ versionInfo.gitRepoInfo.repo $}/tree/{$ versionInfo.currentVersion.isSnapshot and versionInfo.currentVersion.SHA or versionInfo.currentVersion.raw $}/src /{$ doc.fileInfo.realProjectRelativePath $}#L{$ doc.startingLine + 1 $}-L{$ doc.endingLine + 1 $}
33{%- endmacro %}
44
55
66{% macro githubEditHref(doc, versionInfo) -%}
7- https://github.com/{$ versionInfo.gitRepoInfo.owner $}/{$ versionInfo.gitRepoInfo.repo $}/edit/master/packages /{$ doc.fileInfo.realProjectRelativePath $}?message=docs(
7+ https://github.com/{$ versionInfo.gitRepoInfo.owner $}/{$ versionInfo.gitRepoInfo.repo $}/edit/master/src /{$ doc.fileInfo.realProjectRelativePath $}?message=docs(
88 {%- if doc.moduleDoc %}{$ doc.moduleDoc.id.split('/')[0] $}
99 {%- elseif doc.docType === 'module' %}{$ doc.id.split('/')[0] $}
1010 {%- else %}...{%- endif -%}
You can’t perform that action at this time.
0 commit comments