Merge "Add links to dev docs on gitea"

This commit is contained in:
Zuul 2020-03-27 13:10:56 +00:00 committed by Gerrit Code Review
commit 7fdc05318b

View File

@ -95,6 +95,10 @@
<i class="octicon octicon-settings"></i>
{{.i18n.Tr "your_settings"}}<!-- Your settings -->
</a>
<a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.opendev.org/opendev/infra-manual/latest/developers.html">
<i class="octicon octicon-repo-push"></i>
Get Started<!-- Get Started -->
</a>
<a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io">
<i class="octicon octicon-question"></i>
{{.i18n.Tr "help"}}<!-- Help -->
@ -119,6 +123,7 @@
{{else}}
<a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.opendev.org/opendev/infra-manual/latest/developers.html">Get Started</a>
<a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io">{{.i18n.Tr "help"}}</a>
<div class="right stackable menu">
</div><!-- end anonymous right menu -->