navigation.yml 559 Bytes
Newer Older
Shaden Smith's avatar
Shaden Smith committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
main:
  - title: "Getting Started"
    url: /getting-started/
  - title: "Blog"
    url: /blog/
  - title: "Tutorials"
    url: /tutorials/
  - title: "Documentation"
    url: https://ghpages-test.readthedocs.io/
  - title: "GitHub"
    url: https://github.com/microsoft/DeepSpeed

lnav:
  - title: "This is a floating nav bar."
  - title: "Getting Started"
    url: /getting-started/
    children:
      - title: "Installation"
        url: /getting-started/#installation
      - title: "Configuration"
        url: /getting-started/#deepspeed-configuration