docs.yml 2.14 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

16
17
# yaml-language-server: $schema=https://schema.buildwithfern.dev/docs-yml.json

18
instances:
19
20
  - url: dynamo.docs.buildwithfern.com/dynamo
    custom-domain: docs.dynamo.nvidia.com/dynamo
21
22
23

title: NVIDIA Dynamo Documentation

24
25
26
products:
  - display-name: Dynamo
    slug: /
27
    path: ./versions/next.yml
28
29
30
    versions:
      - display-name: Next
        path: ./versions/next.yml
31
32
33
34
35
36

# GitHub repository link in navbar
navbar-links:
  - type: github
    value: https://github.com/ai-dynamo/dynamo

37
38
39
40
41
42
43
44
45
46
47
48
49
50
footer: ./components/CustomFooter.tsx

layout:
  searchbar-placement: header
  page-width: 1376px
  sidebar-width: 248px
  content-width: 812px
  tabs-placement: header
  hide-feedback: true

experimental:
  mdx-components:
    - ./components

51
colors:
52
53
54
  accentPrimary:
    dark: '#76B900'
    light: '#76B900'
55
  background:
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
    light: '#FFFFFF'
    dark: '#000000'
typography:
  bodyFont:
    name: NVIDIA
    paths:
      - path: ./assets/fonts/NVIDIASans.woff2
        style: normal
      - path: ./assets/fonts/NVIDIASans_Italic.woff2
        style: italic
  codeFont:
    name: RobotoMono
    paths:
      - path: ./assets/fonts/RobotoMono.woff2
theme:
  page-actions: toolbar
  footer-nav: minimal
73
74

logo:
75
76
77
  dark: ./assets/NVIDIA_dark.svg
  light: ./assets/NVIDIA_light.svg
  height: 20
78
  href: /
79
80
81
  right-text: Documentation

favicon: ./assets/NVIDIA_symbol.svg
82

83
84
85
86
87
js:
  - url: https://assets.adobedtm.com/5d4962a43b79/c1061d2c5e7b/launch-191c2462b890.min.js
    strategy: beforeInteractive
css:
  - ./main.css