Compare commits
	
		
			2 Commits
		
	
	
		
			fix_public
			...
			fix_otc_do
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| b1bf66f027 | |||
| 5dc8684126 | 
@ -38,14 +38,14 @@ otcdocs_git_type = '{{ git_type }}'
 | 
			
		||||
{%- endif %}
 | 
			
		||||
 | 
			
		||||
# Those variables are needed for indexing into OpenSearch
 | 
			
		||||
otcdocs_doc_environment = '{{ doc_environment }}'
 | 
			
		||||
otcdocs_doc_link = '{{ doc_link }}'
 | 
			
		||||
otcdocs_doc_title = '{{ doc_title }}'
 | 
			
		||||
otcdocs_doc_type = '{{ doc_type }}'
 | 
			
		||||
otcdocs_service_category = '{{ service_category }}'
 | 
			
		||||
otcdocs_service_title = '{{ service_title }}'
 | 
			
		||||
otcdocs_service_type = '{{ service_type }}'
 | 
			
		||||
otcdocs_search_environment = 'hc_de'
 | 
			
		||||
otcdocs_doc_environment = "{{ doc_environment }}"
 | 
			
		||||
otcdocs_doc_link = "{{ doc_link }}"
 | 
			
		||||
otcdocs_doc_title = "{{ doc_title }}"
 | 
			
		||||
otcdocs_doc_type = "{{ doc_type }}"
 | 
			
		||||
otcdocs_service_category = "{{ service_category }}"
 | 
			
		||||
otcdocs_service_title = "{{ service_title }}"
 | 
			
		||||
otcdocs_service_type = "{{ service_type }}"
 | 
			
		||||
otcdocs_search_environment = "hc_de"
 | 
			
		||||
otcdocs_search_url = "https://opensearch.eco.tsi-dev.otc-service.com/"
 | 
			
		||||
 | 
			
		||||
# If extensions (or modules to document with autodoc) are in another directory,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user