mirror of
				https://github.com/XRPLF/xrpl-dev-portal.git
				synced 2025-11-04 03:45:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			174 lines
		
	
	
		
			6.5 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			174 lines
		
	
	
		
			6.5 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
# alertbanner:
 | 
						|
#   show: true
 | 
						|
#   message: This is the draft Redocly version of the site!
 | 
						|
#   button: Cool
 | 
						|
#   link: https://github.com/ripple/xrpl-org-dev-portal
 | 
						|
 | 
						|
# nav:
 | 
						|
- group: About
 | 
						|
  groupTranslationKey: navbar.about
 | 
						|
  items:
 | 
						|
    - group: XRP Ledger
 | 
						|
      groupTranslationKey: topnav.about.xrp-ledger
 | 
						|
      items:
 | 
						|
        - page: ./about/index.page.tsx
 | 
						|
          label: XRPL Overview
 | 
						|
          labelTranslationKey: topnav.about.xrpl-overview
 | 
						|
        - page: ./about/uses.page.tsx
 | 
						|
          label: Use Cases & Featured Projects
 | 
						|
          labelTranslationKey: topnav.about.use-cases-featured-projects
 | 
						|
        - page: ./about/history.page.tsx
 | 
						|
          label: History
 | 
						|
          labelTranslationKey: topnav.about.history
 | 
						|
    - group: XRP
 | 
						|
      groupTranslationKey: topnav.about.xrp
 | 
						|
      items:
 | 
						|
        - page: ./about/xrp.page.tsx
 | 
						|
          label: XRP Overview
 | 
						|
          labelTranslationKey: topnav.about.xrp-overview
 | 
						|
    - group: Sustainability
 | 
						|
      groupTranslationKey: topnav.about.sustainability
 | 
						|
      items:
 | 
						|
        - page: ./about/impact.page.tsx
 | 
						|
          label: Impact
 | 
						|
          labelTranslationKey: topnav.about.impact
 | 
						|
    - group: About
 | 
						|
      groupTranslationKey: topnav.about.about
 | 
						|
      items:
 | 
						|
        - label: XRPL Foundation
 | 
						|
          labelTranslationKey: topnav.about.xrpl-foundation
 | 
						|
          href: https://xrpl.foundation
 | 
						|
          external: true
 | 
						|
        - page: ./about/faq.md
 | 
						|
          label: FAQ
 | 
						|
          labelTranslationKey: topnav.about.faq
 | 
						|
        - page: ./about/privacy-policy.md
 | 
						|
          label: Privacy Policy
 | 
						|
          labelTranslationKey: topnav.about.privacy-policy
 | 
						|
 | 
						|
- group: Docs
 | 
						|
  groupTranslationKey: navbar.docs
 | 
						|
  items:
 | 
						|
    - icon: ./static/img/icons/docs.svg
 | 
						|
    # Note: arbitrary keys are dropped from these items, so the label & description are split on " || "
 | 
						|
      label: Documentation || Dive into XRP Ledger technology and start integrating.
 | 
						|
      labelTranslationKey: topnav.docs.title || topnav.docs.description
 | 
						|
      page: ./docs/index.page.tsx
 | 
						|
    - group: Article Types
 | 
						|
      groupTranslationKey: topnav.docs.article-types
 | 
						|
      items:
 | 
						|
        - page: ./docs/concepts/index.md
 | 
						|
          label: Concepts
 | 
						|
          labelTranslationKey: topnav.docs.concepts
 | 
						|
        - page: ./docs/tutorials/index.md
 | 
						|
          label: Tutorials
 | 
						|
          labelTranslationKey: topnav.docs.tutorials
 | 
						|
        - page: ./docs/references/index.md
 | 
						|
          label: References
 | 
						|
          labelTranslationKey: topnav.docs.references
 | 
						|
        - page: ./docs/infrastructure/index.md
 | 
						|
          label: Infrastructure
 | 
						|
          labelTranslationKey: topnav.docs.infrastructure
 | 
						|
    - group: Use Cases
 | 
						|
      groupTranslationKey: topnav.docs.use-cases
 | 
						|
      items:
 | 
						|
        - page: ./docs/use-cases/payments/index.page.tsx
 | 
						|
          label: Payments
 | 
						|
          labelTranslationKey: topnav.docs.payments
 | 
						|
        - page: ./docs/use-cases/tokenization/index.page.tsx
 | 
						|
          label: Tokenization
 | 
						|
          labelTranslationKey: topnav.docs.tokenization
 | 
						|
        - page: ./docs/use-cases/defi/index.md
 | 
						|
          label: Decentralized Finance
 | 
						|
          labelTranslationKey: topnav.docs.defi
 | 
						|
    - group: Get Started
 | 
						|
      groupTranslationKey: topnav.docs.get-started
 | 
						|
      items:
 | 
						|
        - page: ./docs/tutorials/javascript/index.md
 | 
						|
        - page: ./docs/tutorials/python/index.md
 | 
						|
        - page: ./docs/tutorials/java/index.md
 | 
						|
        - page: ./docs/tutorials/php/index.md
 | 
						|
        - page: ./docs/tutorials/go/index.md
 | 
						|
        - page: ./docs/tutorials/http-websocket-apis/index.md
 | 
						|
 | 
						|
- group: Resources
 | 
						|
  groupTranslationKey: navbar.resources
 | 
						|
  items:
 | 
						|
    - group: Development
 | 
						|
      groupTranslationKey: topnav.resources.development
 | 
						|
      items:
 | 
						|
        - label: Code Samples
 | 
						|
          labelTranslationKey: topnav.resources.code-samples
 | 
						|
          href: /resources/code-samples
 | 
						|
        - page: ./resources/dev-tools/index.page.tsx
 | 
						|
          label: Dev Tools
 | 
						|
          labelTranslationKey: topnav.resources.dev-tools
 | 
						|
        - label: XRPL Learning Portal
 | 
						|
          labelTranslationKey: topnav.resources.xrpl-learning-portal
 | 
						|
          href: https://learn.xrpl.org/
 | 
						|
          external: true
 | 
						|
        - label: XRPL Brand Kit
 | 
						|
          labelTranslationKey: topnav.resources.xrpl-brand-kit
 | 
						|
          href: /XRPL_Brand_Kit.zip
 | 
						|
          external: true
 | 
						|
    - group: Current Status
 | 
						|
      groupTranslationKey: topnav.resources.current-status
 | 
						|
      items:
 | 
						|
        - label: Ledger Explorer
 | 
						|
          labelTranslationKey: topnav.resources.explorer
 | 
						|
          href: https://livenet.xrpl.org/
 | 
						|
          external: true
 | 
						|
        - label: Known Amendments
 | 
						|
          labelTranslationKey: topnav.resources.known-amendments
 | 
						|
          href: /resources/known-amendments
 | 
						|
    - group: Join In
 | 
						|
      groupTranslationKey: topnav.resources.join-in
 | 
						|
      items:
 | 
						|
        - label: Contribute Code
 | 
						|
          labelTranslationKey: topnav.resources.contribute-code
 | 
						|
          href: /resources/contribute-code
 | 
						|
        - label: Contribute Documentation
 | 
						|
          labelTranslationKey: topnav.resources.contribute-documentation
 | 
						|
          href: /resources/contribute-documentation
 | 
						|
        - label: Contribute Blog
 | 
						|
          labelTranslationKey: topnav.resources.contribute-blog
 | 
						|
          href: /resources/contribute-blog
 | 
						|
 | 
						|
- group: Community
 | 
						|
  groupTranslationKey: navbar.community
 | 
						|
  items:
 | 
						|
    - icon: ./static/img/icons/contribute.svg
 | 
						|
      label: Contribute to the XRPL Community || Join the conversation
 | 
						|
      labelTranslationKey: topnav.community.title || topnav.community.description
 | 
						|
      href: /community/
 | 
						|
    - group: Get Involved
 | 
						|
      groupTranslationKey: topnav.community.get-involved
 | 
						|
      items:
 | 
						|
      - page: ./community/events.page.tsx
 | 
						|
        label: Events
 | 
						|
        labelTranslationKey: topnav.community.events
 | 
						|
      - page: ./community/ambassadors.page.tsx
 | 
						|
        label: Ambassadors
 | 
						|
        labelTranslationKey: topnav.community.ambassadors
 | 
						|
      - page: ./community/developer-funding.page.tsx
 | 
						|
        label: Developer Funding
 | 
						|
        labelTranslationKey: topnav.community.developer-funding
 | 
						|
      - label: XRPL Jobs
 | 
						|
        labelTranslationKey: topnav.community.xrpl-jobs
 | 
						|
        href: https://jobs.xrpl.org/
 | 
						|
        external: true
 | 
						|
      - label: Dev Blog
 | 
						|
        labelTranslationKey: topnav.community.dev-blog
 | 
						|
        href: /blog/
 | 
						|
      - label: XRPL Grants
 | 
						|
        labelTranslationKey: topnav.community.xrpl-grants
 | 
						|
        href: https://xrplgrants.org/
 | 
						|
        external: true
 | 
						|
      - label: GitHub
 | 
						|
        labelTranslationKey: topnav.community.github
 | 
						|
        href: https://github.com/XRPLF/
 | 
						|
        external: true
 | 
						|
      - page: ./community/report-a-scam.md
 | 
						|
        label: Report a Scam
 | 
						|
        labelTranslationKey: topnav.community.report-a-scam
 |