Add links to dev docs on gitea
Currently if you end up at opendev.org it isn't clear how to start contributing code. Add a "Get Started" link to the nav bar header to will send you to the opendev developer docs. Note we may want to consider updating the developer docs to be a better landing page or even create a new doc for that, but this is a start. Change-Id: Iee43e2552c1be2e4cd46f43f050e476f140530ad
This commit is contained in:
parent
033c4b771e
commit
e6639c52c1
@ -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 -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user