Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions cpp/doxygen/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
$extrastylesheet

<!-- RAPIDS CUSTOM JS & CSS: START, Please add these two lines back after every version upgrade -->
<script defer src="https://docs.rapids.ai/assets/js/custom.js"></script>
<link rel="stylesheet" href="https://docs.rapids.ai/assets/css/custom.css">
<!-- RAPIDS CUSTOM JS & CSS: END -->

</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions fern/docs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://schema.buildwithfern.dev/docs-yml.json

global-theme: nvidia
title: "cuVS"
title: "NVIDIA cuVS"
instances:
- url: "nvidia-cuvs.docs.buildwithfern.com/cuvs"
custom-domain: docs.nvidia.com/cuvs
Expand All @@ -12,7 +12,7 @@ logo:
dark: "./theme/nvidia/assets/NVIDIA_dark.svg"
height: 20
href: "https://developer.nvidia.com/cuvs"
right-text: "cuVS"
right-text: "NVIDIA cuVS"
favicon: "./theme/nvidia/assets/NVIDIA_symbol.svg"
colors:
accentPrimary:
Expand Down
2 changes: 1 addition & 1 deletion fern/theme/nvidia/components/CustomFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function CustomFooter() {
</div>
</div>
<div className="footer-item">
<p className="copyright">Copyright &#169; {currentYear}, NVIDIA Corporation.</p>
<p className="copyright">Copyright &#169; 2020-{currentYear}, NVIDIA Corporation.</p>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this is minor, but just tagging @aschilling-nv for approval here.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be overwritten when the global theme is applied at the time of publishing. I'm unsure if NVIDIA has a standard copyright string. I'll open an internal ticket with the IA team and ask whether this should be a date range or the latest year.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I matched this to what we are doing in all RAPIDS projects. Guidance is appreciated.

</div>
</div>
</div>
Expand Down
Loading