Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion fern/docs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://schema.buildwithfern.dev/docs-yml.json

instances:
- url: plantstore.docs.buildwithfern.com # update this to {yourorg}.docs.buildwithfern.com
- url: library-docs-local.docs.buildwithfern.com # update this to {yourorg}.docs.buildwithfern.com
# custom-domain: plantstore.dev # specify your custom domain when you are ready to go live

ai-search:
Expand All @@ -22,6 +22,9 @@ tabs:
API Reference:
display-name: API Reference
icon: puzzle
Library Reference:
display-name: Library Reference
icon: book

navigation:
- tab: home
Expand Down Expand Up @@ -66,6 +69,11 @@ navigation:
referenced-packages:
- user
contents: []
- tab: Library Reference
layout:
- library-docs: https://github.com/NVIDIA/NeMo-RL
title: NeMo-RL Reference
slug: nemo-rl

navbar-links:
- type: minimal
Expand Down
2 changes: 1 addition & 1 deletion fern/fern.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"organization": "plantstore",
"organization": "library-docs-local",
"version": "3.10.0"
}
Loading