 3b0303a4fc
			
		
	
	
	3b0303a4fc
	
	
	
		
			
			* Implement documentation search Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			266 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			266 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {{- $.Scratch.Add "index" slice -}}
 | |
| {{- range .Site.RegularPages -}}
 | |
| {{- $.Scratch.Add "index" (dict "title" .Title "tags" .Params.tags "categories" .Params.categories "contents" .Plain "permalink" .Permalink) -}}
 | |
| {{- end -}}
 | |
| {{- $.Scratch.Get "index" | jsonify -}}
 |