Conversation
Deploying docs-nebula with
|
| Latest commit: |
2e29789
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b0b83d88.docs-nebula.pages.dev |
| Branch Preview URL: | https://referer.docs-nebula.pages.dev |
Member
|
Can you explain this change please? I see you are removing a class but I don't understand what impact it has on referers. |
Collaborator
Author
Updated the description! |
bgolat
approved these changes
Feb 27, 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.
By default docusaurus adds noreferer to all links to "outside" sites, but we want to be able to see analytics between all *.defined.net sites. Followup to #330 which implemented an "ejected" version of this. See https://docusaurus.io/docs/swizzling#swizzling-process for more info.
"ejecting" has docusaurus make a copy of its source code and lets us edit it how we wish, then it uses that rewrite.
"wrapping" allows us to just import the default component, and customize its props / wrap it in other elements, which is simpler and easier to maintain across version upgrades.