mirror of https://github.com/grpc/grpc.io.git
				
				
				
			
		
			
				
	
	
		
			43 lines
		
	
	
		
			847 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			847 B
		
	
	
	
		
			HTML
		
	
	
	
| {{ define "title" }}
 | |
| {{ .Title }} – {{ .Site.Title }}
 | |
| {{ end }}
 | |
| 
 | |
| {{ define "main" }}
 | |
| {{ $guides     := site.Menus.guides }}
 | |
| {{ $currentUrl := .RelPermalink }}
 | |
| 
 | |
|             <div class="headertext">Documentation</div>
 | |
|   </div>
 | |
|         </div>
 | |
|         </div>
 | |
| 
 | |
|     {{ partial "docs-topnav.html" . }}
 | |
| 
 | |
| <div class="quickstartcols">
 | |
| 
 | |
| <div class="quickstartcol1">
 | |
| 
 | |
| <h8>Guides</h8>
 | |
| {{ range $guides }}
 | |
| {{ $isCurrentPage := eq $currentUrl .URL }}
 | |
| <a href="{{ .URL }}"{{ if $isCurrentPage }} class="active"{{ end }}>
 | |
|   {{ .Name }}
 | |
| </a>
 | |
| {{ end }}
 | |
| 
 | |
| <h8 style="margin-top:25%">Related Guides</h8>
 | |
|   <a href="https://developers.google.com/protocol-buffers/docs/overview">Protocol Buffers</a>
 | |
| </div>
 | |
| 
 | |
| <div class="quickstartcol2" style="margin-top:4%">
 | |
|   <h3 style="margin-top:0px;">
 | |
|     {{ .Title }}
 | |
|   </h3>
 | |
| 
 | |
|   {{ .Content }}
 | |
| </div>
 | |
| </div>
 | |
| 
 | |
| </div>
 | |
| {{ end }}
 |