Skip to content

Commit

Permalink
Merge pull request #3 from wmaxey/fea/forward_docs_url
Browse files Browse the repository at this point in the history
Fea/forward docs url
  • Loading branch information
wmaxey authored Feb 7, 2024
2 parents 206d8f9 + f17ab34 commit 7aa3ef1
Show file tree
Hide file tree
Showing 71 changed files with 171 additions and 4,922 deletions.
5 changes: 0 additions & 5 deletions docs/.gitignore

This file was deleted.

13 changes: 13 additions & 0 deletions docs/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Redirecting to nvidia.github.io/cccl/libcudacxx</title>

<html>
<head>
<script>
var localUri = window.location.pathname.replace(/^\/.*?\//g, "");
window.location.href =
"https://nvidia.github.io/cccl/libcudacxx/" + localUri
</script>
</head>
</html>
4 changes: 0 additions & 4 deletions docs/Dockerfile

This file was deleted.

11 changes: 0 additions & 11 deletions docs/Gemfile

This file was deleted.

102 changes: 4 additions & 98 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,106 +1,12 @@
title: libcu++
title: Redirect to CCCL

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: extended_api/functional.md
values:
parent: Extended API
has_children: true
has_toc: false
nav_order: 6
-
scope:
path: releases/changelog.md
path: index.html
values:
parent: Releases
title: index
nav_order: 0
permalink: /
125 changes: 0 additions & 125 deletions docs/_sass/color_schemes/nvidia.scss

This file was deleted.

Binary file removed docs/assets/images/nvidia_logo.png
Binary file not shown.
14 changes: 0 additions & 14 deletions docs/contributing.md

This file was deleted.

96 changes: 0 additions & 96 deletions docs/contributing/code_of_conduct.md

This file was deleted.

Loading

0 comments on commit 7aa3ef1

Please sign in to comment.