You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR converts the current Sphinx docs to Fern in preparation for the move to docs.nvidia.com. Instead of manually composing the API reference docs, this PR also generates API reference docs for all supported languages directly from the code (as is standard in Fern).
There's a lot of files in this PR, and most of the markdown files are either copied over to the Fern directory format from the old Sphinx docs, or they've been auto-generated using the new API reference docs generation scripts (`generate_api_reference.py` in the changes). When reviewing this PR, it's probably better to start with the non-markdown files, then build the docs and run them locally.
The docs can be built in the usual way with `./build.sh docs`. You can run them locally using the following command:
```
fern/build_docs.sh dev --port 3000 --backend-port 3001
```
Authors:
- Corey J. Nolet (https://github.com/cjnolet)
Approvers:
- Bradley Dice (https://github.com/bdice)
- Divye Gala (https://github.com/divyegala)
- Robert Maynard (https://github.com/robertmaynard)
URL: #2067
0 commit comments