mirror of
				https://github.com/XRPLF/xrpl-dev-portal.git
				synced 2025-11-04 11:55:50 +00:00 
			
		
		
		
	chore: remove the deprecated theme configuration property
This commit is contained in:
		
				
					committed by
					
						
						amarantha-k
					
				
			
			
				
	
			
			
			
						parent
						
							8aaabb3ba6
						
					
				
				
					commit
					6cbb3a036f
				
			
							
								
								
									
										321
									
								
								redocly.yaml
									
									
									
									
									
								
							
							
						
						
									
										321
									
								
								redocly.yaml
									
									
									
									
									
								
							@@ -18,166 +18,165 @@ seo:
 | 
			
		||||
rbac:
 | 
			
		||||
  reunite:
 | 
			
		||||
    xrpl-org-editors: maintain
 | 
			
		||||
theme:
 | 
			
		||||
  analytics:
 | 
			
		||||
    gtm:
 | 
			
		||||
      includeInDevelopment: true
 | 
			
		||||
      trackingId: GTM-KCQZ3L8
 | 
			
		||||
      defaultDataLayer:
 | 
			
		||||
        platform: redocly
 | 
			
		||||
      enableWebVitalsTracking: true 
 | 
			
		||||
  scripts:
 | 
			
		||||
    head:
 | 
			
		||||
      - src: https://cmp.osano.com/AzyjT6TIZMlgyLyy8/f11f7772-8ed5-4b73-bd17-c0814edcc440/osano.js
 | 
			
		||||
      - src: ./static/js/xrpl-2.11.0.min.js
 | 
			
		||||
      - src: ./static/vendor/jquery-3.7.1.min.js
 | 
			
		||||
      - src: ./static/vendor/bootstrap.min.js
 | 
			
		||||
      - src: ./static/js/osano.js
 | 
			
		||||
        type: text/javascript
 | 
			
		||||
    body:
 | 
			
		||||
      - src: ./static/js/xrplai-config.js
 | 
			
		||||
        id: xrplai-options
 | 
			
		||||
      - src: https://www.unpkg.com/@xrpl/ai-web/dist/init.js
 | 
			
		||||
        type: module
 | 
			
		||||
        id: initjs
 | 
			
		||||
  links:
 | 
			
		||||
    - href: https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap
 | 
			
		||||
      rel: stylesheet
 | 
			
		||||
    - href: https://fonts.googleapis.com/css?family=Source+Code+Pro:300,400,600,700&display=swap
 | 
			
		||||
      rel: stylesheet
 | 
			
		||||
    - href: ./static/css/devportal2024-v1.css
 | 
			
		||||
      rel: stylesheet
 | 
			
		||||
    - href: ./static/css/font-awesome.min.css
 | 
			
		||||
      rel: stylesheet
 | 
			
		||||
    - href: https://www.unpkg.com/@xrpl/ai-css/xrplai.css
 | 
			
		||||
      rel: stylesheet
 | 
			
		||||
analytics:
 | 
			
		||||
  gtm:
 | 
			
		||||
    includeInDevelopment: true
 | 
			
		||||
    trackingId: GTM-KCQZ3L8
 | 
			
		||||
    defaultDataLayer:
 | 
			
		||||
      platform: redocly
 | 
			
		||||
    enableWebVitalsTracking: true 
 | 
			
		||||
scripts:
 | 
			
		||||
  head:
 | 
			
		||||
    - src: https://cmp.osano.com/AzyjT6TIZMlgyLyy8/f11f7772-8ed5-4b73-bd17-c0814edcc440/osano.js
 | 
			
		||||
    - src: ./static/js/xrpl-2.11.0.min.js
 | 
			
		||||
    - src: ./static/vendor/jquery-3.7.1.min.js
 | 
			
		||||
    - src: ./static/vendor/bootstrap.min.js
 | 
			
		||||
    - src: ./static/js/osano.js
 | 
			
		||||
      type: text/javascript
 | 
			
		||||
  body:
 | 
			
		||||
    - src: ./static/js/xrplai-config.js
 | 
			
		||||
      id: xrplai-options
 | 
			
		||||
    - src: https://www.unpkg.com/@xrpl/ai-web/dist/init.js
 | 
			
		||||
      type: module
 | 
			
		||||
      id: initjs
 | 
			
		||||
links:
 | 
			
		||||
  - href: https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap
 | 
			
		||||
    rel: stylesheet
 | 
			
		||||
  - href: https://fonts.googleapis.com/css?family=Source+Code+Pro:300,400,600,700&display=swap
 | 
			
		||||
    rel: stylesheet
 | 
			
		||||
  - href: ./static/css/devportal2024-v1.css
 | 
			
		||||
    rel: stylesheet
 | 
			
		||||
  - href: ./static/css/font-awesome.min.css
 | 
			
		||||
    rel: stylesheet
 | 
			
		||||
  - href: https://www.unpkg.com/@xrpl/ai-css/xrplai.css
 | 
			
		||||
    rel: stylesheet
 | 
			
		||||
 | 
			
		||||
logo:
 | 
			
		||||
  srcSet: ./static/img/XRPLedger_DevPortal-black.svg light ./static/img/XRPLedger_DevPortal-white.svg dark
 | 
			
		||||
  altText: XRP Ledger Developer Portal
 | 
			
		||||
  link: /
 | 
			
		||||
navbar:
 | 
			
		||||
  items:
 | 
			
		||||
    $ref: top-nav.yaml
 | 
			
		||||
markdown:
 | 
			
		||||
  partialsFolders: ["docs/_snippets", "_code-samples", "_api-examples"]
 | 
			
		||||
  editPage:
 | 
			
		||||
    baseUrl: https://github.com/XRPLF/xrpl-dev-portal/tree/master/
 | 
			
		||||
    hide: false
 | 
			
		||||
footer:
 | 
			
		||||
  logo:
 | 
			
		||||
    srcSet: ./static/img/XRPLedger_DevPortal-black.svg light ./static/img/XRPLedger_DevPortal-white.svg dark
 | 
			
		||||
    altText: XRP Ledger Developer Portal
 | 
			
		||||
    link: /
 | 
			
		||||
  navbar:
 | 
			
		||||
    items:
 | 
			
		||||
      $ref: top-nav.yaml
 | 
			
		||||
  markdown:
 | 
			
		||||
    partialsFolders: ["docs/_snippets", "_code-samples", "_api-examples"]
 | 
			
		||||
    editPage:
 | 
			
		||||
      baseUrl: https://github.com/XRPLF/xrpl-dev-portal/tree/master/
 | 
			
		||||
      hide: false
 | 
			
		||||
  footer:
 | 
			
		||||
    logo:
 | 
			
		||||
      hide: true
 | 
			
		||||
    copyrightText: © 2024 XRP Ledger. Open Source.
 | 
			
		||||
    items:
 | 
			
		||||
      - group: About
 | 
			
		||||
        groupTranslationKey: footer.about
 | 
			
		||||
        items:
 | 
			
		||||
          - page: about/index.page.tsx
 | 
			
		||||
            label: XRPL Overview
 | 
			
		||||
            labelTranslationKey: footer.about.xrpl-overview
 | 
			
		||||
          - label: Use Cases & Projects
 | 
			
		||||
            page: about/uses.page.tsx
 | 
			
		||||
            labelTranslationKey: footer.about.use-cases-projects
 | 
			
		||||
          - page: about/history.page.tsx
 | 
			
		||||
            label: History
 | 
			
		||||
            labelTranslationKey: footer.about.history
 | 
			
		||||
          - page: about/impact.page.tsx
 | 
			
		||||
            label: Impact
 | 
			
		||||
            labelTranslationKey: footer.about.impact
 | 
			
		||||
          - label: XRPL Foundation
 | 
			
		||||
            labelTranslationKey: footer.about.xrpl-foundation
 | 
			
		||||
            href: https://foundation.xrpl.org/
 | 
			
		||||
            external: true
 | 
			
		||||
          - page: about/faq.md
 | 
			
		||||
            label: FAQ
 | 
			
		||||
            labelTranslationKey: footer.about.faq
 | 
			
		||||
          - page: about/privacy-policy.md
 | 
			
		||||
            label: Privacy Policy
 | 
			
		||||
            labelTranslationKey: footer.about.privacy-policy
 | 
			
		||||
      - group: Docs
 | 
			
		||||
        groupTranslationKey: footer.docs
 | 
			
		||||
        items:
 | 
			
		||||
          - label: XRPL Documentation
 | 
			
		||||
            page: docs/index.page.tsx
 | 
			
		||||
            labelTranslationKey: footer.docs.xrpl-documentation
 | 
			
		||||
          - page: docs/introduction/index.md
 | 
			
		||||
            label: Introduction
 | 
			
		||||
            labelTranslationKey: footer.docs.introduction
 | 
			
		||||
          - page: docs/use-cases/index.md
 | 
			
		||||
            label: Use Cases
 | 
			
		||||
            labelTranslationKey: footer.docs.use-cases
 | 
			
		||||
          - page: docs/concepts/index.md
 | 
			
		||||
            label: Concepts
 | 
			
		||||
            labelTranslationKey: footer.docs.concepts
 | 
			
		||||
          - page: docs/tutorials/index.md
 | 
			
		||||
            label: Tutorials
 | 
			
		||||
            labelTranslationKey: footer.docs.tutorials
 | 
			
		||||
          - page: docs/references/index.md
 | 
			
		||||
            label: References
 | 
			
		||||
            labelTranslationKey: footer.docs.references
 | 
			
		||||
          - page: docs/infrastructure/index.md
 | 
			
		||||
            label: Infrastructure
 | 
			
		||||
            labelTranslationKey: footer.docs.infrastructure
 | 
			
		||||
      - group: Resources
 | 
			
		||||
        groupTranslationKey: footer.resources
 | 
			
		||||
        items:
 | 
			
		||||
          - page: resources/code-samples.page.tsx
 | 
			
		||||
            label: Code Samples
 | 
			
		||||
            labelTranslationKey: footer.resources.code-samples
 | 
			
		||||
          - page: resources/dev-tools/index.page.tsx
 | 
			
		||||
            label: Dev Tools
 | 
			
		||||
            labelTranslationKey: footer.resources.dev-tools
 | 
			
		||||
          - label: XRPL Learning Portal
 | 
			
		||||
            labelTranslationKey: footer.resources.xrpl-learning-portal
 | 
			
		||||
            href: https://learn.xrpl.org/
 | 
			
		||||
            external: true
 | 
			
		||||
          - label: XRPL Brand Kit
 | 
			
		||||
            labelTranslationKey: footer.resources.xrpl-brand-kit
 | 
			
		||||
            href: /XRPL_Brand_Kit.zip
 | 
			
		||||
            external: true
 | 
			
		||||
          - label: Ledger Explorer
 | 
			
		||||
            labelTranslationKey: footer.resources.explorer
 | 
			
		||||
            href: https://livenet.xrpl.org/
 | 
			
		||||
            external: true
 | 
			
		||||
          - page: resources/known-amendments.md
 | 
			
		||||
            label: Known Amendments
 | 
			
		||||
            labelTranslationKey: footer.resources.known-amendments
 | 
			
		||||
          - page: resources/contribute-code/index.md
 | 
			
		||||
            label: Contribute Code
 | 
			
		||||
            labelTranslationKey: footer.resources.contribute-code
 | 
			
		||||
          - page: resources/contribute-documentation/index.md
 | 
			
		||||
            label: Contribute Documentation
 | 
			
		||||
            labelTranslationKey: footer.resources.contribute-documentation
 | 
			
		||||
      - group: Community
 | 
			
		||||
        groupTranslationKey: footer.community
 | 
			
		||||
        items:
 | 
			
		||||
          - page: community/index.page.tsx
 | 
			
		||||
            label: Community
 | 
			
		||||
            labelTranslationKey: footer.community.community
 | 
			
		||||
          - page: community/events.page.tsx
 | 
			
		||||
            label: Events
 | 
			
		||||
            labelTranslationKey: footer.community.events
 | 
			
		||||
          - page: community/ambassadors.page.tsx
 | 
			
		||||
            label: Ambassadors
 | 
			
		||||
            labelTranslationKey: footer.community.ambassadors
 | 
			
		||||
          - page: community/developer-funding.page.tsx
 | 
			
		||||
            label: Developer Funding
 | 
			
		||||
            labelTranslationKey: footer.community.developer-funding
 | 
			
		||||
          - label: XRPL Jobs
 | 
			
		||||
            labelTranslationKey: footer.community.xrpl-jobs
 | 
			
		||||
            href: https://jobs.xrpl.org/
 | 
			
		||||
            external: true
 | 
			
		||||
          - page: blog/index.page.tsx
 | 
			
		||||
            label: XRP Ledger Community Blog
 | 
			
		||||
            labelTranslationKey: footer.community.dev-blog
 | 
			
		||||
          - label: XRPL Grants
 | 
			
		||||
            labelTranslationKey: footer.community.xrpl-grants
 | 
			
		||||
            href: https://xrplgrants.org/
 | 
			
		||||
            external: true
 | 
			
		||||
          - label: GitHub
 | 
			
		||||
            labelTranslationKey: footer.community.github
 | 
			
		||||
            href: https://github.com/XRPLF/
 | 
			
		||||
            external: true
 | 
			
		||||
          - page: community/report-a-scam.md
 | 
			
		||||
            label: Report a Scam
 | 
			
		||||
            labelTranslationKey: footer.community.report-a-scam
 | 
			
		||||
    hide: true
 | 
			
		||||
  copyrightText: © 2024 XRP Ledger. Open Source.
 | 
			
		||||
  items:
 | 
			
		||||
    - group: About
 | 
			
		||||
      groupTranslationKey: footer.about
 | 
			
		||||
      items:
 | 
			
		||||
        - page: about/index.page.tsx
 | 
			
		||||
          label: XRPL Overview
 | 
			
		||||
          labelTranslationKey: footer.about.xrpl-overview
 | 
			
		||||
        - label: Use Cases & Projects
 | 
			
		||||
          page: about/uses.page.tsx
 | 
			
		||||
          labelTranslationKey: footer.about.use-cases-projects
 | 
			
		||||
        - page: about/history.page.tsx
 | 
			
		||||
          label: History
 | 
			
		||||
          labelTranslationKey: footer.about.history
 | 
			
		||||
        - page: about/impact.page.tsx
 | 
			
		||||
          label: Impact
 | 
			
		||||
          labelTranslationKey: footer.about.impact
 | 
			
		||||
        - label: XRPL Foundation
 | 
			
		||||
          labelTranslationKey: footer.about.xrpl-foundation
 | 
			
		||||
          href: https://foundation.xrpl.org/
 | 
			
		||||
          external: true
 | 
			
		||||
        - page: about/faq.md
 | 
			
		||||
          label: FAQ
 | 
			
		||||
          labelTranslationKey: footer.about.faq
 | 
			
		||||
        - page: about/privacy-policy.md
 | 
			
		||||
          label: Privacy Policy
 | 
			
		||||
          labelTranslationKey: footer.about.privacy-policy
 | 
			
		||||
    - group: Docs
 | 
			
		||||
      groupTranslationKey: footer.docs
 | 
			
		||||
      items:
 | 
			
		||||
        - label: XRPL Documentation
 | 
			
		||||
          page: docs/index.page.tsx
 | 
			
		||||
          labelTranslationKey: footer.docs.xrpl-documentation
 | 
			
		||||
        - page: docs/introduction/index.md
 | 
			
		||||
          label: Introduction
 | 
			
		||||
          labelTranslationKey: footer.docs.introduction
 | 
			
		||||
        - page: docs/use-cases/index.md
 | 
			
		||||
          label: Use Cases
 | 
			
		||||
          labelTranslationKey: footer.docs.use-cases
 | 
			
		||||
        - page: docs/concepts/index.md
 | 
			
		||||
          label: Concepts
 | 
			
		||||
          labelTranslationKey: footer.docs.concepts
 | 
			
		||||
        - page: docs/tutorials/index.md
 | 
			
		||||
          label: Tutorials
 | 
			
		||||
          labelTranslationKey: footer.docs.tutorials
 | 
			
		||||
        - page: docs/references/index.md
 | 
			
		||||
          label: References
 | 
			
		||||
          labelTranslationKey: footer.docs.references
 | 
			
		||||
        - page: docs/infrastructure/index.md
 | 
			
		||||
          label: Infrastructure
 | 
			
		||||
          labelTranslationKey: footer.docs.infrastructure
 | 
			
		||||
    - group: Resources
 | 
			
		||||
      groupTranslationKey: footer.resources
 | 
			
		||||
      items:
 | 
			
		||||
        - page: resources/code-samples.page.tsx
 | 
			
		||||
          label: Code Samples
 | 
			
		||||
          labelTranslationKey: footer.resources.code-samples
 | 
			
		||||
        - page: resources/dev-tools/index.page.tsx
 | 
			
		||||
          label: Dev Tools
 | 
			
		||||
          labelTranslationKey: footer.resources.dev-tools
 | 
			
		||||
        - label: XRPL Learning Portal
 | 
			
		||||
          labelTranslationKey: footer.resources.xrpl-learning-portal
 | 
			
		||||
          href: https://learn.xrpl.org/
 | 
			
		||||
          external: true
 | 
			
		||||
        - label: XRPL Brand Kit
 | 
			
		||||
          labelTranslationKey: footer.resources.xrpl-brand-kit
 | 
			
		||||
          href: /XRPL_Brand_Kit.zip
 | 
			
		||||
          external: true
 | 
			
		||||
        - label: Ledger Explorer
 | 
			
		||||
          labelTranslationKey: footer.resources.explorer
 | 
			
		||||
          href: https://livenet.xrpl.org/
 | 
			
		||||
          external: true
 | 
			
		||||
        - page: resources/known-amendments.md
 | 
			
		||||
          label: Known Amendments
 | 
			
		||||
          labelTranslationKey: footer.resources.known-amendments
 | 
			
		||||
        - page: resources/contribute-code/index.md
 | 
			
		||||
          label: Contribute Code
 | 
			
		||||
          labelTranslationKey: footer.resources.contribute-code
 | 
			
		||||
        - page: resources/contribute-documentation/index.md
 | 
			
		||||
          label: Contribute Documentation
 | 
			
		||||
          labelTranslationKey: footer.resources.contribute-documentation
 | 
			
		||||
    - group: Community
 | 
			
		||||
      groupTranslationKey: footer.community
 | 
			
		||||
      items:
 | 
			
		||||
        - page: community/index.page.tsx
 | 
			
		||||
          label: Community
 | 
			
		||||
          labelTranslationKey: footer.community.community
 | 
			
		||||
        - page: community/events.page.tsx
 | 
			
		||||
          label: Events
 | 
			
		||||
          labelTranslationKey: footer.community.events
 | 
			
		||||
        - page: community/ambassadors.page.tsx
 | 
			
		||||
          label: Ambassadors
 | 
			
		||||
          labelTranslationKey: footer.community.ambassadors
 | 
			
		||||
        - page: community/developer-funding.page.tsx
 | 
			
		||||
          label: Developer Funding
 | 
			
		||||
          labelTranslationKey: footer.community.developer-funding
 | 
			
		||||
        - label: XRPL Jobs
 | 
			
		||||
          labelTranslationKey: footer.community.xrpl-jobs
 | 
			
		||||
          href: https://jobs.xrpl.org/
 | 
			
		||||
          external: true
 | 
			
		||||
        - page: blog/index.page.tsx
 | 
			
		||||
          label: XRP Ledger Community Blog
 | 
			
		||||
          labelTranslationKey: footer.community.dev-blog
 | 
			
		||||
        - label: XRPL Grants
 | 
			
		||||
          labelTranslationKey: footer.community.xrpl-grants
 | 
			
		||||
          href: https://xrplgrants.org/
 | 
			
		||||
          external: true
 | 
			
		||||
        - label: GitHub
 | 
			
		||||
          labelTranslationKey: footer.community.github
 | 
			
		||||
          href: https://github.com/XRPLF/
 | 
			
		||||
          external: true
 | 
			
		||||
        - page: community/report-a-scam.md
 | 
			
		||||
          label: Report a Scam
 | 
			
		||||
          labelTranslationKey: footer.community.report-a-scam
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user