Atomik theme copy

Try getting rid of the following:

public function getDocumentationProvider(): ?DocumentationProviderInterface
{
return new AtomikDocumentationProvider($this);
}

I haven’t tried this, but you shouldn’t need the documentation.

1 Like