Hi, I tried building osquery sdk docs and I get th...
# general
a
Hi, I tried building osquery sdk docs and I get this error
make: Nothing to be done for 'docs'.
, Could you please help me with this issue? Thanks.
m
Hi there. The docs are built using
mkdocs
, so although I haven't tried it myself, they can probably be built by running
mkdocs serve
after you have the Python package
mkdocs
(see this getting started link: https://www.mkdocs.org/getting-started/ )
Specifically, the mkdocs file is here https://github.com/osquery/osquery/blob/master/mkdocs.yml
a
Hello Mike, I want to build the documentations for the SDK as specified here https://osquery.readthedocs.io/en/latest/development/osquery-sdk/
m
I see, the last time when the makefile in root contained a docs target: https://github.com/osquery/osquery/blob/5188ce5288abe0e323b8e8bd364f452134a62d00/CMakeLists.txt#L723
@Stefano Bonicatti can this be added back to the CMake? I think this is another casualty of Buck refactors