Skip to content

Commit b88f802

Browse files
committed
Add favicon, logo, and add nvidia color theme
1 parent a3d14ef commit b88f802

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

fern/fern/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
**/.preview
22
**/.definition
3+
4+
# Include logos
5+
!*.svg

fern/fern/assets/img/favicon.ico

-3.54 KB
Binary file not shown.

fern/fern/assets/img/favicon.png

437 Bytes
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

fern/fern/docs.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515

1616
instances:
17-
- url: https://ai-dynamo.docs.buildwithfern.com
17+
- url: ai-dynamo.docs.buildwithfern.com
1818

1919
title: NVIDIA Dynamo Documentation
2020

@@ -32,17 +32,18 @@ navbar-links:
3232

3333
# NVIDIA branding colors
3434
colors:
35-
accentPrimary:
36-
light: '#3D6B00' # Darker NVIDIA green for light mode (WCAG AA compliant)
37-
dark: '#76B900' # Standard NVIDIA green for dark mode
35+
accent-primary:
36+
dark: "#76B900"
37+
light: "#4A7300"
3838
background:
39-
light: '#FFFFFF'
40-
dark: '#1A1A1A'
39+
dark: "#1A1A1A"
40+
light: "#FFFFFF"
4141

4242
# Logo and favicon
4343
logo:
44+
href: /
4445
light: ./assets/img/nvidia-logo.svg
4546
dark: ./assets/img/nvidia-logo-dark.svg
4647
height: 50
4748

48-
favicon: ./assets/img/favicon.ico
49+
favicon: ./assets/img/favicon.png

0 commit comments

Comments
 (0)