docs: move search input to navbar (#20551)
* remove search item from sidebar * fix search for some docs languages Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		
							parent
							
								
									498352c210
								
							
						
					
					
						commit
						68059ab697
					
				|  | @ -22,6 +22,7 @@ params: | |||
|   minGoVersion: 1.18 | ||||
|   goVersion: 1.19 | ||||
|   minNodeVersion: 14 | ||||
|   search: nav | ||||
| 
 | ||||
| outputs: | ||||
|   home: | ||||
|  |  | |||
|  | @ -0,0 +1,18 @@ | |||
| --- | ||||
| date: "2019-11-12T16:00:00+02:00" | ||||
| title: "Search" | ||||
| slug: "search" | ||||
| weight: 4 | ||||
| toc: false | ||||
| draft: false | ||||
| sitemap: | ||||
|   priority : 0.1 | ||||
| layout: "search" | ||||
| --- | ||||
| 
 | ||||
| 
 | ||||
| This file exists solely to respond to /search URL with the related `search` layout template. | ||||
| 
 | ||||
| No content shown here is rendered, all content is based in the template layouts/doc/search.html | ||||
| 
 | ||||
| Setting a very low sitemap priority will tell search engines this is not important content. | ||||
|  | @ -5,12 +5,6 @@ slug: "search" | |||
| weight: 4 | ||||
| toc: false | ||||
| draft: false | ||||
| menu: | ||||
|   sidebar: | ||||
|     parent: "help" | ||||
|     name: "Search" | ||||
|     weight: 4 | ||||
|     identifier: "search" | ||||
| sitemap: | ||||
|   priority : 0.1 | ||||
| layout: "search" | ||||
|  |  | |||
|  | @ -5,12 +5,6 @@ slug: "search" | |||
| weight: 4 | ||||
| toc: false | ||||
| draft: false | ||||
| menu: | ||||
|   sidebar: | ||||
|     parent: "help" | ||||
|     name: "Chercher" | ||||
|     weight: 4 | ||||
|     identifier: "search" | ||||
| sitemap: | ||||
|   priority : 0.1 | ||||
| layout: "search" | ||||
|  |  | |||
|  | @ -0,0 +1,18 @@ | |||
| --- | ||||
| date: "2019-11-12T16:00:00+02:00" | ||||
| title: "Search" | ||||
| slug: "search" | ||||
| weight: 4 | ||||
| toc: false | ||||
| draft: false | ||||
| sitemap: | ||||
|   priority : 0.1 | ||||
| layout: "search" | ||||
| --- | ||||
| 
 | ||||
| 
 | ||||
| This file exists solely to respond to /search URL with the related `search` layout template. | ||||
| 
 | ||||
| No content shown here is rendered, all content is based in the template layouts/doc/search.html | ||||
| 
 | ||||
| Setting a very low sitemap priority will tell search engines this is not important content. | ||||
|  | @ -0,0 +1,18 @@ | |||
| --- | ||||
| date: "2019-11-12T16:00:00+02:00" | ||||
| title: "Search" | ||||
| slug: "search" | ||||
| weight: 4 | ||||
| toc: false | ||||
| draft: false | ||||
| sitemap: | ||||
|   priority : 0.1 | ||||
| layout: "search" | ||||
| --- | ||||
| 
 | ||||
| 
 | ||||
| This file exists solely to respond to /search URL with the related `search` layout template. | ||||
| 
 | ||||
| No content shown here is rendered, all content is based in the template layouts/doc/search.html | ||||
| 
 | ||||
| Setting a very low sitemap priority will tell search engines this is not important content. | ||||
|  | @ -5,12 +5,6 @@ slug: "search" | |||
| weight: 4 | ||||
| toc: false | ||||
| draft: false | ||||
| menu: | ||||
|   sidebar: | ||||
|     parent: "help" | ||||
|     name: "搜索" | ||||
|     weight: 4 | ||||
|     identifier: "search" | ||||
| sitemap: | ||||
|   priority : 0.1 | ||||
| layout: "search" | ||||
|  |  | |||
|  | @ -5,12 +5,6 @@ slug: "search" | |||
| weight: 4 | ||||
| toc: false | ||||
| draft: false | ||||
| menu: | ||||
|   sidebar: | ||||
|     parent: "help" | ||||
|     name: "搜尋" | ||||
|     weight: 4 | ||||
|     identifier: "search" | ||||
| sitemap: | ||||
|   priority : 0.1 | ||||
| layout: "search" | ||||
|  |  | |||
|  | @ -11,12 +11,6 @@ | |||
| 				<div class=" content"> | ||||
| 					<section class="resume-section p-3 p-lg-5 d-flex flex-column"> | ||||
| 						<div class="my-auto" > | ||||
| 							<form action="{{ "search" | absLangURL }}"> | ||||
| 								<label>Search: | ||||
| 									<input id="search-query" name="s"/> | ||||
| 								</label> | ||||
| 							</form> | ||||
| 							<br/> | ||||
| 							<div id="search-results"></div> | ||||
| 						</div> | ||||
| 					</section> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue