Remove self-hosting references for Hermes #944
Merged
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.
Description
This PR removes all references to self-hosting Hermes nodes from the documentation. Self-hosting Hermes is being deprecated, so the documentation has been updated to only reference third-party node providers and the public Pyth Data Association endpoint.
Type of Change
Areas Affected
pages/price-feeds/core/api-instances-and-providers/hermes.mdx- Removed "Self-Hosting" section and references to self-hostingpages/price-feeds/core/api-instances-and-providers/pythnet-rpc.mdx- Deleted entire page (was only needed for self-hosting)pages/price-feeds/core/api-instances-and-providers.mdx- Updated to remove Pythnet RPC referencespages/price-feeds/core/api-instances-and-providers/_meta.json- Removed pythnet-rpc from navigationpages/price-feeds/core/how-pyth-works/hermes.mdx- Removed self-hosting referenceChanges Summary
Checklist
pre-commit run --all-filesto check for linting errorsHuman Review Checklist
Important items to verify:
pythnet-rpc.mdxpage_meta.jsonRelated Issues
Related to forum discussion: https://dev-forum.pyth.network/t/470
Additional Notes
This change was requested in response to a forum post where a user asked about self-hosting Hermes. The team decided to remove self-hosting documentation as it is being deprecated.
Contributor Information