mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-04 02:25:28 +08:00 
			
		
		
		
	Add testing documentation (#1631)
This commit is contained in:
		@@ -99,8 +99,7 @@ public class Api : Pipeline
 | 
			
		||||
            new ConcatDocuments(nameof(Code)),
 | 
			
		||||
            new CacheDocuments(
 | 
			
		||||
                new AnalyzeCSharp()
 | 
			
		||||
                    .WhereNamespaces(ns => ns.StartsWith("Spectre.Console") && !ns.Contains("Analyzer") &&
 | 
			
		||||
                                           !ns.Contains("Testing") && !ns.Contains("Examples"))
 | 
			
		||||
                    .WhereNamespaces(ns => ns.StartsWith("Spectre.Console") && !ns.Contains("Analyzer") && !ns.Contains("Examples"))
 | 
			
		||||
                    .WherePublic(true)
 | 
			
		||||
                    .WithCssClasses("code", "cs")
 | 
			
		||||
                    .WithDestinationPrefix("api")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user