Class EnvironmentContext
Inheritance
EnvironmentContext
Assembly: Microsoft.DocAsCode.Plugins.dll
Syntax
public static class EnvironmentContext
Properties
|
Improve this Doc
View Source
BaseDirectory
The directory path which contains docfx.json.
Declaration
public static string BaseDirectory { get; }
Property Value
|
Improve this Doc
View Source
FileAbstractLayer
Get or set current file abstract layer.
Declaration
public static IFileAbstractLayer FileAbstractLayer { get; }
Property Value
|
Improve this Doc
View Source
GitFeaturesDisabled
Declaration
public static bool GitFeaturesDisabled { get; }
Property Value
|
Improve this Doc
View Source
OutputDirectory
The output directory path.
Declaration
public static string OutputDirectory { get; }
Property Value
|
Improve this Doc
View Source
Version
Declaration
public static string Version { get; }
Property Value