Browse Source
Add a link to the top of the sidebar in every docs page that takes the user back to the source code in gitlab. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20201102130926.161183-5-berrange@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>pull/102/head
committed by
Thomas Huth
8 changed files with 36 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||
<div id="editpage"> |
|||
<ul> |
|||
<li><a href="https://gitlab.com/qemu-project/qemu/-/blob/master/docs/{{pagename}}.rst">Page source</a></li> |
|||
</ul> |
|||
</div> |
|||
@ -0,0 +1,5 @@ |
|||
<div id="editpage"> |
|||
<ul> |
|||
<li><a href="https://gitlab.com/qemu-project/qemu/-/blob/master/docs/devel/{{pagename}}.rst">Page source</a></li> |
|||
</ul> |
|||
</div> |
|||
@ -0,0 +1,5 @@ |
|||
<div id="editpage"> |
|||
<ul> |
|||
<li><a href="https://gitlab.com/qemu-project/qemu/-/blob/master/docs/interop/{{pagename}}.rst">Page source</a></li> |
|||
</ul> |
|||
</div> |
|||
@ -0,0 +1,5 @@ |
|||
<div id="editpage"> |
|||
<ul> |
|||
<li><a href="https://gitlab.com/qemu-project/qemu/-/blob/master/docs/specs/{{pagename}}.rst">Page source</a></li> |
|||
</ul> |
|||
</div> |
|||
@ -0,0 +1,5 @@ |
|||
<div id="editpage"> |
|||
<ul> |
|||
<li><a href="https://gitlab.com/qemu-project/qemu/-/blob/master/docs/system/{{pagename}}.rst">Page source</a></li> |
|||
</ul> |
|||
</div> |
|||
@ -0,0 +1,5 @@ |
|||
<div id="editpage"> |
|||
<ul> |
|||
<li><a href="https://gitlab.com/qemu-project/qemu/-/blob/master/docs/tools/{{pagename}}.rst">Page source</a></li> |
|||
</ul> |
|||
</div> |
|||
@ -0,0 +1,5 @@ |
|||
<div id="editpage"> |
|||
<ul> |
|||
<li><a href="https://gitlab.com/qemu-project/qemu/-/blob/master/docs/user/{{pagename}}.rst">Page source</a></li> |
|||
</ul> |
|||
</div> |
|||
Loading…
Reference in new issue