Merge pull request #11065 from anicke/techdocs-staticdir
[TechDocs] Added configuration for local publishing target
This commit is contained in:
Vendored
+7
@@ -66,6 +66,13 @@ export interface Config {
|
||||
publisher?:
|
||||
| {
|
||||
type: 'local';
|
||||
|
||||
local?: {
|
||||
/**
|
||||
* Directory to store generated static files.
|
||||
*/
|
||||
publishDirectory?: string;
|
||||
};
|
||||
}
|
||||
| {
|
||||
type: 'awsS3';
|
||||
|
||||
Reference in New Issue
Block a user