https://github.com/osquery/osquery logo
Title
a

AbdulRhman Alfaifi

02/27/2022, 5:26 PM
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

Mike Myers

02/28/2022, 11:02 PM
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

AbdulRhman Alfaifi

02/28/2022, 11:37 PM
Hello Mike, I want to build the documentations for the SDK as specified here https://osquery.readthedocs.io/en/latest/development/osquery-sdk/
m

Mike Myers

03/01/2022, 1:02 AM
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