pytorch3d/website/sidebars.json
Nikhila Ravi 15d3a4557e Setup website with docusaurus (#11)
Summary:
Set up landing page, docs page, and html versions of the ipython notebook tutorials.
Pull Request resolved: https://github.com/fairinternal/pytorch3d/pull/11

Reviewed By: gkioxari

Differential Revision: D19730380

Pulled By: nikhilaravi

fbshipit-source-id: 5df8d3f2ac2f8dce4d51f5d14fc336508c2fd0ea
2020-02-04 17:27:16 -08:00

8 lines
172 B
JSON

{
"docs": {
"Introduction": ["why_pytorch3d"],
"Meshes": ["batching", "meshes_io"],
"Differentiable Renderer": ["renderer", "renderer_getting_started"]
}
}