generated from shuding/nextra-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merges current and ongoing work from devrel team #56
Merged
Conversation
This file contains 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
update daemon command [`register-pointer`] to [`register-cw-pointer`]
# update metamask connect button for mainnet line 42 `const projectId = "???";` needs attention before merging
Condense/reorder guides pages
New condensed wallet guide
Added 'infrastructure' section with 'node-operator' doc, removing 'node-configuration' and 'running-a-sei-node'
Replaces fragmented node guides
condensing
condensing
re-added projectId
delete old image remove 1 sei requirement note update steps to link
delete old image remove 1 sei requirement note update steps to link
removes redundant descriptions
Adds consistency to pointer contracts page - resized first image - updated register pointer commands - added equivalent opposite guide for erc <> cw pointers node operators page cleaned up added stop point for 'light client' setup only
Adds ecosystem apps contributor guidelines Combines feedback pages into single universal page
moving to proper cdn
…ed directory strucutre, ensure all content from v1 and v2 docs, added staking and governance
Feature/for devs docs denys2
…components/index.ts
Completes brand kit page + styling elements
fix asset URL path
Use SVG preview for "pop-out" downloadables
URL fix
Fixed broken links and adjusted formatting
Feature/for devs docs
codebycarson
approved these changes
May 27, 2024
* link fixes * more link fixes * bash * merge issues
codebycarson
approved these changes
May 27, 2024
seiyan-writer
pushed a commit
that referenced
this pull request
Jan 9, 2025
Merges current and ongoing work from devrel team
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.
Docs Overhaul
Content
New Pages:
brand-kit.mdx: Comprehensive shop-front for Sei branding - downloadable assets and usage guidelines. [WIP - needs asset URLs]
node-operators.mdx: Detailed 'quick-setup' for nodes.
wallet-setup.mdx: Replaces multiple previous wallet-related pages.
eco-apps.mdx: Short guide on contributing to the ecosystem apps page.
Modified Pages
Minor to major rework of most pages. General cleanup, rewording for clarity / accuracy. Condensed / reorganized several to reduce size and redundancy.
ecosystem-apps.mdx: adds text filter, removed + added several listings per-request
Reorg:
Moved ecosystem-apps.mdx to the root level so as not to appear on sidebar [linked from
eco-apps
page].Deleted redundant or outdated guides (node-configuration.mdx, running-a-sei-node.mdx, user-feedback.mdx, etc.).
Backend
Components:
EcosystemApps: Displays
EcosystemCard
array, adds text filter for app name + backend tags.EcosystemCard: Replaces former 'card' component.
VersionFetcher: Fetches + caches current version from
rpc/abci_info
endpoint per network.VersionTable: Deploys above data to a table on
Node Operators
page.Data Structure:
./public/assets: Adds full library of branding assets for
brand-kit
page../Data/appData.ts:
Styling/misc:
globals.css: added custom green callout, exact style of nextra callout
submit-feedback.mdx: combined both feedback links, moved to top section