You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// - as default styles when running watch or build when there are no user equivalents present and `nodefaultcontent` is not set to true
53
+
///
54
+
/// - as content of the output of the `init` command to initialize a default docs folder structure.
55
+
///
56
+
/// Note that the path of these files will always be combined with the given `assemblyPath` because the cli tool will query it's own path on runtime via reflection.
57
+
/// </summary>
58
+
typeInRepoLocations(relAssemblyPath)=
59
+
60
+
// relAssemblyPath : relative path from assemly to repo root path
61
+
62
+
// default folder locations relative to the assembly path
/// a set of default locations in the nuget package created for fsdocs-tool.
74
+
/// these files are to be used in 2 scenarios assuming the tool is invoked via cli:
75
+
///
76
+
/// - as default styles when running watch or build when there are no user equivalents present and `nodefaultcontent` is not set to true
77
+
///
78
+
/// - as content of the output of the `init` command to initialize a default docs folder structure.
79
+
///
80
+
/// Note that the path of these files will always be combined with the given `assemblyPath` because the cli tool will query it's own path on runtime via reflection.
81
+
/// </summary>
82
+
typeInPackageLocations(relAssemblyPath)=
83
+
84
+
// relAssemblyPath : relative path from assemly to package root path
85
+
86
+
// From .nuget\packages\fsdocs-tool\7.1.7\tools\net6.0\any
87
+
// to .nuget\packages\fsdocs-tool\7.1.7\*
88
+
89
+
// default folder locations relative to the assembly path
0 commit comments