File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 
src/tooling/docs-builder/Commands Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ICoreService githubActionsService
2525	/// <summary> 
2626	/// Index documentation to Elasticsearch, calls `docs-builder assembler build --exporters elasticsearch`. Exposes more options 
2727	/// </summary> 
28- 	/// <param name="endpoint">Elasticsearch endpoint, alternatively set env DOCUMENTATION_ELASTIC_URL</param> 
28+ 	/// <param name="endpoint">-es,  Elasticsearch endpoint, alternatively set env DOCUMENTATION_ELASTIC_URL</param> 
2929	/// <param name="environment">The --environment used to clone ends up being part of the index name</param> 
3030	/// <param name="apiKey">Elasticsearch API key, alternatively set env DOCUMENTATION_ELASTIC_APIKEY</param> 
3131	/// <param name="username">Elasticsearch username (basic auth), alternatively set env DOCUMENTATION_ELASTIC_USERNAME</param> 
@@ -49,7 +49,7 @@ ICoreService githubActionsService
4949	/// <returns></returns> 
5050	[ Command ( "" ) ] 
5151	public  async  Task < int >  Index ( 
52- 		[ Argument ]   string ?  endpoint  =  null , 
52+ 		string ?  endpoint  =  null , 
5353		string ?  environment  =  null , 
5454		string ?  apiKey  =  null , 
5555		string ?  username  =  null , 
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ICoreService githubActionsService
2323	/// <summary> 
2424	/// Index a single documentation set to Elasticsearch, calls `docs-builder --exporters elasticsearch`. Exposes more options 
2525	/// </summary> 
26- 	/// <param name="endpoint">Elasticsearch endpoint, alternatively set env DOCUMENTATION_ELASTIC_URL</param> 
26+ 	/// <param name="endpoint">-es,  Elasticsearch endpoint, alternatively set env DOCUMENTATION_ELASTIC_URL</param> 
2727	/// <param name="path">path to the documentation folder, defaults to pwd.</param> 
2828	/// <param name="apiKey">Elasticsearch API key, alternatively set env DOCUMENTATION_ELASTIC_APIKEY</param> 
2929	/// <param name="username">Elasticsearch username (basic auth), alternatively set env DOCUMENTATION_ELASTIC_USERNAME</param> 
@@ -47,7 +47,7 @@ ICoreService githubActionsService
4747	/// <returns></returns> 
4848	[ Command ( "" ) ] 
4949	public  async  Task < int >  Index ( 
50- 		[ Argument ]   string ?  endpoint  =  null , 
50+ 		string ?  endpoint  =  null , 
5151		string ?  path  =  null , 
5252		string ?  apiKey  =  null , 
5353		string ?  username  =  null , 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments