Merge pull request #6773 from SDA-SE/feat/techdocs-repo-url

[Techdocs] Set the correct edit_uri or repo_url for documentation pages that are hosted on GitHub and GitLab
This commit is contained in:
Eric Peterson
2021-09-01 19:11:29 +02:00
committed by GitHub
12 changed files with 261 additions and 190 deletions
@@ -70,10 +70,9 @@ export async function startStandaloneServer(
const containerRunner = new DockerContainerRunner({ dockerClient });
const generators = new Generators();
const techdocsGenerator = new TechdocsGenerator({
const techdocsGenerator = TechdocsGenerator.fromConfig(config, {
logger,
containerRunner,
config,
});
generators.register('techdocs', techdocsGenerator);