52 Commits

Author SHA1 Message Date
mDuo13
dff212273b Update Redocly to Realm v0.136.2 w/ fixes 2026-09-14 13:48:43 -07:00
Calvin
4904575a15 Fix WebSocket Tool modals so they open on first click and dismiss the overlay. (#3901)
Keep the modal markup in the DOM for Bootstrap's data API and use data-bs-dismiss so closing no longer leaves a blocking backdrop.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-01 12:30:35 -07:00
Zack Davis
486406e16a Merge upstream/master into xrpl-brand-update-2026 (catch-up 2026-08-14)
Brings 342 commits of master (last merge base 2026-06-09) onto the rebrand
branch. 10 files conflicted; resolutions below.

Regenerated rather than merged (both are build artifacts):
  static/css/devportal2024-v1.css  rebuilt via `npm run build-css` (+ .css.map,
                                   which both branches track)
  package-lock.json                seeded from master, `npm install`

Config/nav:
  .gitignore     union of both sides
  redirects.yaml took master's side: ambassadors.html now points at
                 ripple.com/impact/ubri/ (supersedes the branch's interim
                 redirect to /community/developer-funding) and master's
                 rippled->xrpld redirect block is preserved
  redocly.yaml   union of ignore entries (branch showcase/** + master
                 .claude/**); kept the branch's script ordering/defer flags
                 but adopted MASTER's new Osano CMP URL - taking the branch
                 side wholesale would have silently reverted cookie consent
  top-nav.yaml   kept the branch's restructure; master's only changes there
                 were the TypeScript get-started entry (auto-merged, retained)
                 and removing Ambassadors (branch already omits it)

Pages/styles:
  docs/index.page.tsx, community/index.page.tsx,
  community/developer-funding.page.tsx, styles/_docs-landing.scss
                 kept the branch rewrites, then re-applied master's intent:
                 "rippled API" -> "xrpld API" in docs/index.page.tsx. Master's
                 other edits (validator link rename, funding-orange image
                 removal, .nav-link hover underline removal) were already
                 satisfied by the rewrites.

Semantic conflict git did not flag:
  styles/_tutorials.scss auto-merged cleanly but broke the SCSS build. Master
  added light-mode .tutorial-tabs rules using $blue-purple-600/700, which the
  rebrand's token consolidation removed (scale now stops at 500, aliased to
  $lilac-*). Remapped to $blue-purple-500, matching how the rebrand migrated
  the other light-mode $blue-purple-600 usages in the same file.

Verified: `npm run build-css` succeeds; no conflict markers remain; the set of
files still linking to master's renamed rippled-* doc paths is identical to
master's own (49 files, all historical blog posts covered by redirects).

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-14 17:29:34 -07:00
Maria Shodunke
5c5a9a9466 Sponsored Fees and Reserves Docs (#3798) 2026-07-28 12:18:33 +01:00
Calvin Jhunjhuwala
6b75b67fb2 updating bootstrap to v5 2026-06-08 16:47:55 -07:00
Maria Shodunke
b82df3bb5d Fix amm_info missing request fields (#3620) 2026-05-05 13:52:50 +01:00
Oliver Eggert
98a7f09900 update devnet reset blog and ledger entry commands 2026-03-03 15:55:00 -08:00
oeggert
8d83ddcf63 Merge pull request #3261 from XRPLF/sav-concept-and-reference-docs
Move Single Asset Vault docs from opensource
2026-01-29 15:13:16 -08:00
Maria Shodunke
63bf0b61ec Update with review comments 2026-01-29 21:48:35 +00:00
Oliver Eggert
ade482a349 add loan and loanbroker, also clean up tables and ordering 2026-01-29 09:25:20 -08:00
oeggert
d6c68d6a2d Merge branch 'master' into ledger-entry-updates 2026-01-29 08:47:21 -08:00
Oliver Eggert
799a51f528 add loan and loanbroker ledger entries 2026-01-28 17:07:08 -08:00
Oliver Eggert
fc8c6fb30e update ledger_data page 2025-12-19 15:57:29 -08:00
Oliver Eggert
71e2dae458 update transaction_entry 2025-12-18 21:22:01 -08:00
Oliver Eggert
b0d0212024 update account_tx 2025-12-18 21:01:34 -08:00
Oliver Eggert
515add6246 update ledger and tx methods 2025-12-18 20:27:31 -08:00
Oliver Eggert
898e698bec alphabetize entries 2025-12-17 21:14:02 -08:00
Oliver Eggert
e5049e53f9 add xchainownedcreateaccountclaimid entry 2025-12-17 20:54:00 -08:00
Oliver Eggert
afd636e69d add xchainownedclaimid entry 2025-12-17 18:50:58 -08:00
Oliver Eggert
df7cd95784 fix bridge entry 2025-12-17 17:53:43 -08:00
Oliver Eggert
5a9357553c add signerlist entry 2025-12-17 12:37:03 -08:00
Oliver Eggert
21d27c36bb add permissioneddomain entry 2025-12-17 12:20:39 -08:00
Oliver Eggert
d153a017b2 remove oracle not enabled status 2025-12-17 10:21:25 -08:00
Oliver Eggert
20a873ae55 fix credential entry and add example 2025-12-17 10:19:43 -08:00
Oliver Eggert
e54a5a4ea6 add negativeunl entry 2025-12-16 21:12:51 -08:00
Oliver Eggert
8f05a58f12 add nftokenoffer 2025-12-10 16:38:06 -08:00
Oliver Eggert
4b8b714e5b add amendments, did, fee, and hashes options 2025-12-10 14:24:50 -08:00
Maria Shodunke
bc5e48a0ba Update Get MPT Issuance + Get MPToken 2025-10-16 17:40:13 +01:00
Maria Shodunke
26fb8775a0 Update mpt_holders method with Mainnet example 2025-10-16 17:01:35 +01:00
mDuo13
cf86789d09 Translate ClioOnly components 2025-09-09 13:53:53 -07:00
mDuo13
974d6642c9 Remove (now admin) channel_authorize method from WS tool 2025-09-09 13:43:15 -07:00
mDuo13
c68c9f975f WS Tool fixes: cURL modal, Clio Only 2025-09-09 13:35:57 -07:00
Maria Shodunke
bedda2a7c7 mpt_holders documentation cleanup 2025-05-06 19:22:04 +01:00
Maria Shodunke
dccc5aa65c Fix missing Try-it now configuration 2025-03-24 11:32:53 +00:00
Oliver Eggert
eef5714a64 add simulate method docs 2025-03-04 16:10:16 -08:00
mDuo13
9d8cfc88cb Add & use component for 'Try it!' button & related 2025-01-28 16:38:58 -08:00
mDuo13
da9d9f655d Add Clio ledger_index API method
ledger_index method: add example responses & update details

ledger_index method edits
2024-12-12 15:07:49 -08:00
mDuo13
6300a38c51 Update broken leagcy links in dev tools 2024-12-10 11:41:09 -08:00
Oliver Eggert
27bcca71a9 update content from v1 to v2 2024-11-04 14:17:30 -08:00
Oliver Eggert
5bec54f0cb add reviewer suggestions 2024-08-28 15:38:46 -07:00
Oliver Eggert
cc16be9066 migrate oracle docs 2024-08-08 18:39:31 -07:00
mDuo13
bc94ecc65d WSTool: Fix untranslatable tooltips 2024-07-08 10:54:59 -07:00
tequ
d528533d39 [JA] translate websocket-api-tool page and related component 2024-07-08 12:51:41 +09:00
Nazarii Mykhailets
ba6e87abf0 Merge branch 'master' into redocly-rc-migration 2024-06-27 11:42:39 +03:00
mDuo13
7e2e4ae92c Document book_changes API method and subscription 2024-06-07 13:47:51 -07:00
Nazarii Mykhailets
7402168061 feat: migrate to the realm rc version 2024-05-28 17:09:54 +03:00
ddawson
49e9ebdd38 Add note wrt Clio 2024-05-20 11:29:15 -07:00
ddawson
74cbd11ca1 add version to websocket tool 2024-05-17 16:58:40 -07:00
ddawson
58d21e3427 Git2537 add clio servers 2024-05-06 15:39:55 -07:00
Oliver Eggert
8c690ed247 update bridge object info 2024-04-15 20:24:56 -07:00