File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,6 @@ class DartdocJobProcessor extends JobProcessor {
75
75
'--sdk-docs' ,
76
76
'--output' ,
77
77
outputDir,
78
- '--hosted-url' ,
79
- siteRoot,
80
78
'--link-to-remote' ,
81
79
'--no-validate-links' ,
82
80
];
@@ -381,8 +379,6 @@ class DartdocJobProcessor extends JobProcessor {
381
379
pkgPath,
382
380
'--output' ,
383
381
outputDir,
384
- '--hosted-url' ,
385
- siteRoot,
386
382
'--rel-canonical-prefix' ,
387
383
canonicalUrl,
388
384
if (! isReduced) '--link-to-remote' ,
Original file line number Diff line number Diff line change 5
5
import 'dart:io' ;
6
6
7
7
import 'package:dartdoc/dartdoc.dart' ;
8
- import 'package:dartdoc/src/html/html_generator.dart' ;
9
8
import 'package:dartdoc/src/logging.dart' ;
10
9
11
10
import 'package:pub_dartdoc/pub_data_generator.dart' ;
You can’t perform that action at this time.
0 commit comments