mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-04 03:27:06 -05:00 
			
		
		
		
	[doc] engine-table: remove duplicate Disabled column
This commit is contained in:
		
							parent
							
								
									39799ee74b
								
							
						
					
					
						commit
						24e1e41244
					
				@ -30,8 +30,6 @@ Explanation of the :ref:`general engine configuration` shown in the table
 | 
				
			|||||||
   ------------- ----------- ---------------------------------
 | 
					   ------------- ----------- ---------------------------------
 | 
				
			||||||
   Weigth        **W**
 | 
					   Weigth        **W**
 | 
				
			||||||
   ------------- ----------- ---------------------------------
 | 
					   ------------- ----------- ---------------------------------
 | 
				
			||||||
   Disabled      **D**
 | 
					 | 
				
			||||||
   ------------- ----------- ---------------------------------
 | 
					 | 
				
			||||||
   Show errors   **DE**
 | 
					   Show errors   **DE**
 | 
				
			||||||
   ============= =========== =================================
 | 
					   ============= =========== =================================
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -53,7 +51,6 @@ Explanation of the :ref:`general engine configuration` shown in the table
 | 
				
			|||||||
        - TR
 | 
					        - TR
 | 
				
			||||||
        - ET
 | 
					        - ET
 | 
				
			||||||
        - W
 | 
					        - W
 | 
				
			||||||
        - D
 | 
					 | 
				
			||||||
        - DE
 | 
					        - DE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      {% for name, mod in engines.items() %}
 | 
					      {% for name, mod in engines.items() %}
 | 
				
			||||||
@ -70,7 +67,6 @@ Explanation of the :ref:`general engine configuration` shown in the table
 | 
				
			|||||||
        - {{(mod.time_range_support and "y") or ""}}
 | 
					        - {{(mod.time_range_support and "y") or ""}}
 | 
				
			||||||
        - {{mod.engine_type or ""}}
 | 
					        - {{mod.engine_type or ""}}
 | 
				
			||||||
        - {{mod.weight or 1 }}
 | 
					        - {{mod.weight or 1 }}
 | 
				
			||||||
        - {{(mod.disabled and "y") or ""}}
 | 
					 | 
				
			||||||
        - {{(mod.display_error_messages and "y") or ""}}
 | 
					        - {{(mod.display_error_messages and "y") or ""}}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
     {% endfor %}
 | 
					     {% endfor %}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user