From bbe0060ba0b6d4370c69844b29754574978c96da Mon Sep 17 00:00:00 2001 From: Wesley Maxey <71408887+wmaxey@users.noreply.github.com> Date: Wed, 7 Feb 2024 14:14:41 -0800 Subject: [PATCH] Add a 404 page that forwards Thrust to CCCL/thrust. --- docs/github_pages/404.html | 13 ++++++++++ docs/github_pages/_config.yml | 46 +---------------------------------- 2 files changed, 14 insertions(+), 45 deletions(-) create mode 100644 docs/github_pages/404.html diff --git a/docs/github_pages/404.html b/docs/github_pages/404.html new file mode 100644 index 000000000..7947cc0a1 --- /dev/null +++ b/docs/github_pages/404.html @@ -0,0 +1,13 @@ + + +Redirecting to nvidia.github.io/cccl/thrust + + + + + + \ No newline at end of file diff --git a/docs/github_pages/_config.yml b/docs/github_pages/_config.yml index c131e84fb..194b2c744 100644 --- a/docs/github_pages/_config.yml +++ b/docs/github_pages/_config.yml @@ -1,47 +1,3 @@ -title: Thrust +title: Redirect to CCCL 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