File size: 2,031 Bytes
8ae5fc5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
title: libcu++

repository: nvidia/libcudacxx

remote_theme: pmarsceill/just-the-docs

color_scheme: nvidia
logo: /assets/images/nvidia_logo.png

search_enabled: true
search.heading_level: 4

# just-the-docs ignores these filenames by default.
include: [ "contributing.md", "code_of_conduct.md" ]

plugins_dir:
  - jekyll-remote-theme
  - jekyll-optional-front-matter # GitHub Pages.
  - jekyll-default-layout        # GitHub Pages.
  - jekyll-titles-from-headings  # GitHub Pages.
  - jekyll-relative-links        # GitHub Pages.

defaults:
  -
    scope:
      path: overview.md
    values:
      title: Overview
      nav_order: 0
      permalink: /
  -
    scope:
      path: contributing/code_of_conduct.md
    values:
      parent: Contributing
      nav_order: 0
  -
    scope:
      path: standard_api/time_library.md
    values:
      parent: Standard API
      has_children: true
      has_toc: false
      nav_order: 0
  -
    scope:
      path: standard_api/numerics_library.md
    values:
      parent: Standard API
      has_children: true
      has_toc: false
      nav_order: 1
  -
    scope:
      path: standard_api/utility_library.md
    values:
      parent: Standard API
      has_children: true
      has_toc: false
      nav_order: 2
  -
    scope:
      path: extended_api/shapes.md
    values:
      parent: Extended API
      has_children: true
      has_toc: false
      nav_order: 2
  -
    scope:
      path: extended_api/synchronization_primitives.md
    values:
      parent: Extended API
      has_children: true
      has_toc: false
      nav_order: 3
  -
    scope:
      path: extended_api/asynchronous_operations.md
    values:
      parent: Extended API
      has_children: true
      has_toc: false
      nav_order: 4
  -
    scope:
      path: extended_api/memory_access_properties.md
    values:
      parent: Extended API
      has_children: true
      has_toc: false
      nav_order: 5
  -
    scope:
      path: releases/changelog.md
    values:
      parent: Releases
      nav_order: 0