File: _config.yml

package info (click to toggle)
cccl 2.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 89,900 kB
  • sloc: cpp: 697,664; ansic: 26,964; python: 11,928; sh: 3,284; asm: 2,154; perl: 460; makefile: 112; xml: 13
file content (47 lines) | stat: -rw-r--r-- 999 bytes parent folder | download | duplicates (2)
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
title: Thrust

repository: nvidia/thrust

remote_theme: pmarsceill/just-the-docs

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

search_enabled: true
search.heading_level: 4

incremental: true

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

exclude: [ "node_modules", "doxybook_templates",
           "generate_markdown.bash", "serve_docs_locally.bash" ]

plugins:
  - jekyll-optional-front-matter # GitHub Pages.
  - jekyll-default-layout        # GitHub Pages.
  - jekyll-titles-from-headings  # GitHub Pages.
  - jekyll-relative-links        # GitHub Pages.
  - jekyll-include-cache

defaults:
  -
    scope:
      path: overview.md
    values:
      title: Overview
      nav_order: 0
      permalink: /
  -
    scope:
      path: contributing/code_of_conduct.md
    values:
      parent: Contributing
      nav_order: 2
  -
    scope:
      path: releases/changelog.md
    values:
      parent: Releases
      nav_order: 0