github.com/grpc-ecosystem/grpc-gateway/v2@v2.19.1/docs/_layouts/default.html (about) 1 --- 2 layout: table_wrappers 3 --- 4 5 <!DOCTYPE html> 6 7 <html lang="{{ site.lang | default: 'en-US' }}"> 8 {% include head.html %} 9 <body> 10 <svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> 11 <symbol id="svg-link" viewBox="0 0 24 24"> 12 <title>Link</title> 13 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-link"> 14 <path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path> 15 </svg> 16 </symbol> 17 <symbol id="svg-search" viewBox="0 0 24 24"> 18 <title>Search</title> 19 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search"> 20 <circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line> 21 </svg> 22 </symbol> 23 <symbol id="svg-menu" viewBox="0 0 24 24"> 24 <title>Menu</title> 25 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu"> 26 <line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line> 27 </svg> 28 </symbol> 29 <symbol id="svg-arrow-right" viewBox="0 0 24 24"> 30 <title>Expand</title> 31 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"> 32 <polyline points="9 18 15 12 9 6"></polyline> 33 </svg> 34 </symbol> 35 <symbol id="svg-doc" viewBox="0 0 24 24"> 36 <title>Document</title> 37 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file"> 38 <path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"></path><polyline points="13 2 13 9 20 9"></polyline> 39 </svg> 40 </symbol> 41 </svg> 42 43 <div class="side-bar"> 44 <div class="site-header"> 45 <a href="{{ '/' | absolute_url }}" class="site-title lh-tight">{% include title.html %}</a> 46 <a href="#" id="menu-button" class="site-button"> 47 <svg viewBox="0 0 24 24" class="icon"><use xlink:href="#svg-menu"></use></svg> 48 </a> 49 </div> 50 <nav role="navigation" aria-label="Main" id="site-nav" class="site-nav"> 51 {% if site.just_the_docs.collections %} 52 {% assign collections_size = site.just_the_docs.collections | size %} 53 {% for collection_entry in site.just_the_docs.collections %} 54 {% assign collection_key = collection_entry[0] %} 55 {% assign collection_value = collection_entry[1] %} 56 {% assign collection = site[collection_key] %} 57 {% if collection_value.nav_exclude != true %} 58 {% if collections_size > 1 %} 59 <div class="nav-category">{{ collection_value.name }}</div> 60 {% endif %} 61 {% include nav.html pages=collection %} 62 {% endif %} 63 {% endfor %} 64 {% else %} 65 {% include nav.html pages=site.html_pages %} 66 {% endif %} 67 </nav> 68 <footer class="site-footer"> 69 This site uses <a href="https://github.com/pmarsceill/just-the-docs">Just the Docs</a>, a documentation theme for Jekyll. 70 </footer> 71 </div> 72 <div class="main" id="top"> 73 <div id="main-header" class="main-header"> 74 {% if site.search_enabled != false %} 75 <div class="search"> 76 <div class="search-input-wrap"> 77 <input type="text" id="search-input" class="search-input" tabindex="0" placeholder="Search {{ site.title }}" aria-label="Search {{ site.title }}" autocomplete="off"> 78 <label for="search-input" class="search-label"><svg viewBox="0 0 24 24" class="search-icon"><use xlink:href="#svg-search"></use></svg></label> 79 </div> 80 <div id="search-results" class="search-results"></div> 81 </div> 82 {% endif %} 83 {% if site.aux_links %} 84 <nav aria-label="Auxiliary" class="aux-nav"> 85 <ul class="aux-nav-list"> 86 {% for link in site.aux_links %} 87 <li class="aux-nav-list-item"> 88 <a href="{{ link.last }}" class="site-button" 89 {% if site.aux_links_new_tab %} 90 target="_blank" rel="noopener noreferrer" 91 {% endif %} 92 > 93 {{ link.first }} 94 </a> 95 </li> 96 {% endfor %} 97 </ul> 98 </nav> 99 {% endif %} 100 </div> 101 <div id="main-content-wrap" class="main-content-wrap"> 102 {% unless page.url == "/" %} 103 {% if page.parent %} 104 <nav aria-label="Breadcrumb" class="breadcrumb-nav"> 105 <ol class="breadcrumb-nav-list"> 106 {% if page.grand_parent %} 107 <li class="breadcrumb-nav-list-item"><a href="{{ first_level_url }}">{{ page.grand_parent }}</a></li> 108 <li class="breadcrumb-nav-list-item"><a href="{{ second_level_url }}">{{ page.parent }}</a></li> 109 {% else %} 110 <li class="breadcrumb-nav-list-item"><a href="{{ first_level_url }}">{{ page.parent }}</a></li> 111 {% endif %} 112 <li class="breadcrumb-nav-list-item"><span>{{ page.title }}</span></li> 113 </ol> 114 </nav> 115 {% endif %} 116 {% endunless %} 117 <div id="main-content" class="main-content" role="main"> 118 {% if site.heading_anchors != false %} 119 {% include vendor/anchor_headings.html html=content beforeHeading="true" anchorBody="<svg viewBox=\"0 0 16 16\" aria-hidden=\"true\"><use xlink:href=\"#svg-link\"></use></svg>" anchorClass="anchor-heading" anchorAttrs="aria-labelledby=\"%html_id%\"" %} 120 {% else %} 121 {{ content }} 122 {% endif %} 123 124 {% if page.has_children == true and page.has_toc != false %} 125 <hr> 126 <h2 class="text-delta">Table of contents</h2> 127 <ul> 128 {%- assign children_list = pages_list | where: "parent", page.title | where: "grand_parent", page.parent -%} 129 {% for child in children_list %} 130 <li> 131 <a href="{{ child.url | absolute_url }}">{{ child.title }}</a>{% if child.summary %} - {{ child.summary }}{% endif %} 132 </li> 133 {% endfor %} 134 </ul> 135 {% endif %} 136 137 {% if site.footer_content != nil or site.last_edit_timestamp or site.gh_edit_link %} 138 <hr> 139 <footer> 140 {% if site.back_to_top %} 141 <p><a href="#top" id="back-to-top">{{ site.back_to_top_text }}</a></p> 142 {% endif %} 143 {% if site.footer_content != nil %} 144 <p class="text-small text-grey-dk-000 mb-0">{{ site.footer_content }}</p> 145 {% endif %} 146 147 {% if site.last_edit_timestamp or site.gh_edit_link %} 148 <div class="d-flex mt-2"> 149 {% if site.last_edit_timestamp and site.last_edit_time_format and page.last_modified_date %} 150 <p class="text-small text-grey-dk-000 mb-0 mr-2"> 151 Page last modified: <span class="d-inline-block">{{ page.last_modified_date | date: site.last_edit_time_format }}</span>. 152 </p> 153 {% endif %} 154 {% if 155 site.gh_edit_link and 156 site.gh_edit_link_text and 157 site.gh_edit_repository and 158 site.gh_edit_branch and 159 site.gh_edit_view_mode 160 %} 161 <p class="text-small text-grey-dk-000 mb-0"> 162 <a href="{{ site.gh_edit_repository }}/{{ site.gh_edit_view_mode }}/{{ site.gh_edit_branch }}{% if site.gh_edit_source %}/{{ site.gh_edit_source }}{% endif %}/{{ page.path }}" id="edit-this-page">{{ site.gh_edit_link_text }}</a> 163 </p> 164 {% endif %} 165 </div> 166 {% endif %} 167 {% if site.disqus.shortname %} 168 {% include comments.html %} 169 {% endif %} 170 </footer> 171 {% endif %} 172 173 </div> 174 </div> 175 176 {% if site.search_enabled != false %} 177 {% if site.search.button %} 178 <a href="#" id="search-button" class="search-button"> 179 <svg viewBox="0 0 24 24" class="icon"><use xlink:href="#svg-search"></use></svg> 180 </a> 181 {% endif %} 182 183 <div class="search-overlay"></div> 184 {% endif %} 185 </div> 186 </body> 187 </html>