style(docs): added favicon for pace docs#45
Open
rpranav97 wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Thanks for your first PR to Pace — welcome aboard.
Quick orientation:
- CI runs in ~2 minutes. If anything fails, check the Actions tab — most failures have a one-line fix in
docs/troubleshooting.md. - If your PR touches
python/,ansible/, orterraform/, you'll be asked for a Test Report. It's worth the effort — reviewers rely on it. - Make sure the NetApp CCLA is on file before review.
- Stuck? Comment on this PR and a maintainer will jump in. We aim to respond as soon as possible.
For background, see CONTRIBUTING.md.
There was a problem hiding this comment.
Pull request overview
Adds a favicon to the Pace docs landing page so the published docs site displays the Pace icon in browser tabs/bookmarks.
Changes:
- Adds an SVG favicon asset under
docs/. - References the favicon from
docs/index.htmlvia a<link rel="icon">tag.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/index.html | Adds the <link rel="icon" ...> tag to load the new favicon. |
| docs/favicon.svg | Introduces the SVG favicon (with the required NetApp license header). |
hvinn
approved these changes
May 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Added a favicon for the pace docs webpage
Changes
Added a favicon for the pace webpage that follows the Pace icon rules.
Checklist
General
First run
Command + output
Idempotency / re-run
Second-run evidence
Cleanup / teardown
Teardown evidence (skip for read-only examples)
Cannot run on a cluster?
Related issues