feat: include Lake as part of the core docs
parent
a9da3c9e48
commit
34165f36e6
|
@ -56,6 +56,6 @@ def load (task : Process.AnalyzeTask) : IO (Process.AnalyzerResult × Hierarchy)
|
|||
Prod.fst <$> Meta.MetaM.toIO (Process.process task) config { env := env } {} {}
|
||||
|
||||
def loadCore : IO (Process.AnalyzerResult × Hierarchy) := do
|
||||
load <| .loadAll [`Init, `Lean]
|
||||
load <| .loadAll [`Init, `Lean, `Lake]
|
||||
|
||||
end DocGen4
|
||||
|
|
Loading…
Reference in New Issue