-
I have a package or multiple packages and i am having troubled with linking apis to it my package generates XML based on the comments i am new to both wyam & statiq so i really need help the file i am trying
it doesnt seem that the code is being scanned
I tried public static async Task<int> Main(string[] args) =>
await Bootstrapper
.Factory
.CreateDocs(args)
.AddProjectFiles("../DbSyncKit.Core/**/*.{cs,xml}")
.RunAsync(); |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
ok GOT it add another launch profile with deploy in it instead of preview still though can you tell me how can i view the API in preview ?
|
Beta Was this translation helpful? Give feedback.
ok GOT it
add another launch profile with deploy in it instead of preview
still though can you tell me how can i view the API in preview ?