Commit Graph

1991 Commits

Author SHA1 Message Date
mDuo13
72002fd773 Support theme-aware diagrams:
- SVG diagrams can adapt to the visual theme of the site through CSS.
- Use the include_svg filter to include a diagram that adapts to the
  theme.
- The styles/_diagrams.scss file controls the color mappings for
  theme-aware digrams.
- Theme-aware diagrams are limited to specific colors and diagram
  styles. Use UMLet or Google Draw and confirm that the diagram is still
  legible when you build it.
- This commit updates existing diagrams in most places to be
  theme-aware.
2020-08-17 13:12:01 -07:00
Calvin Jhunjhnuwala
c41bbb434f Merge branch 'master' of github.com:ripple/xrpl-dev-portal into 2020refresh 2020-08-11 15:47:07 -07:00
Rome Reginelli
6d8973ab60 Merge pull request #883 from ximinez/vl-typos
Fix some typos in the Validator List Method page
2020-08-11 01:44:41 -07:00
mDuo13
cecbfe8d3f Devnet instructions: fix key mixup 2020-08-10 17:39:53 -07:00
mDuo13
d7f3e9cd9e Use Devnet master public key, remove tabs chars 2020-08-10 16:42:59 -07:00
mDuo13
8eb2b2f5f1 Update Devnet connection instructions to use UNL 2020-08-10 15:55:55 -07:00
Calvin Jhunjhnuwala
5570f52d5d Merge branch 'master' of github.com:ripple/xrpl-dev-portal into 2020refresh 2020-08-10 12:08:07 -07:00
Rome Reginelli
5840204558 Merge pull request #871 from rmurphy23/test-rippled
WIP: Missing Public Rippled Method Outputs
2020-08-10 11:52:31 -07:00
rmurphy23
53f949db97 Changes snippet from ledger_data specific to general format 2020-08-06 11:37:48 -07:00
Edward Hennis
920e39a8a4 [FOLD] Fix hard-wrap 2020-08-05 18:17:33 -04:00
Rome Reginelli
6688472ae1 Merge pull request #876 from ripple/spelling
Spell Checking / Updated Style Checking
2020-08-05 11:40:17 -07:00
Calvin Jhunjhnuwala
85e432769f Merge branch 'master' of github.com:ripple/xrpl-dev-portal into 2020refresh 2020-08-05 10:19:39 -07:00
Edward Hennis
5b0125b1f3 Fix some typos in the Validator List Method page 2020-08-05 13:05:53 -04:00
mDuo13
dc6df9592f Placeholder nav 2020-08-04 19:39:56 -07:00
mDuo13
3f68eed017 FlowCross enabled 2020-08-04 18:39:16 -07:00
Calvin Jhunjhnuwala
d06ba9a975 added 2 new templates for the marketing pages, base template has script for new font, new image assets for the marketing pages, edits to the dactyl-config file, changes to overall font stylings, body tag now bg black and color white 2020-08-04 15:12:29 -07:00
Calvin Jhunjhnuwala
af34ef4bc9 Merge branch 'master' of github.com:ripple/xrpl-dev-portal into 2020refresh 2020-08-03 12:04:34 -07:00
mDuo13
d22c0432df Style edits to FAQ and overview 2020-07-31 16:53:14 -07:00
mDuo13
d26223141b Rewrite cryptographic keys page significantly for clarity 2020-07-31 16:52:35 -07:00
Rome Reginelli
b1e2aca835 Edit validator keys note per review 2020-07-31 10:10:36 -07:00
mDuo13
4aa13ff82d Spelling: fix broken links 2020-07-30 18:16:35 -07:00
rabbit
cc45a55f43 token_sequence must be incremented in backups
Docs indicate that validators should backup `validator-keys.json`, and not edit the backup. This causes problems when validator operators generate new validation tokens using backups of the `validator-keys.json` file. Specifically:
1. Validator operator copies backup of `validator-keys.json` to from backup location to validator
2. Operator generates a new token on validator
3. Operator deletes `validator-keys.json` from the validator

If the validator operator does not then increment the "token_sequence" in the backed up `validator-keys.json`, the next time the operator repeats the above three steps, their validations will be ignored by the network, as the resultant token will have a sequence number that is <= the last observed number.
2020-07-30 16:35:28 -04:00
mDuo13
4c0bf49e30 Addresses: touch up X-addresses callout 2020-07-28 17:53:18 -07:00
Calvin Jhunjhnuwala
5d939db6a1 Merge branch 'master' of github.com:ripple/xrpl-dev-portal into 2020refresh 2020-07-28 15:30:40 -07:00
rmurphy23
e0805ec06c Adds commandline example response for random.md 2020-07-27 15:28:59 -07:00
rmurphy23
45c48ab48d Replaces commandline note with new snippet (ledger_entry.md) 2020-07-27 15:22:31 -07:00
rmurphy23
aa429a1849 Replaces commandline note with new snippet (noripple_check.md) 2020-07-27 15:19:57 -07:00
rmurphy23
c2a9698138 Replaces commandline note with new snippet (gateway_balances.md) 2020-07-27 15:17:45 -07:00
rmurphy23
30584b5eba Adds snippet for missing commandline syntax and replaces commandline note with snippet in ledger_data.md 2020-07-27 15:14:30 -07:00
rmurphy23
d83477b9d5 Adds proper account id to requests and changes example responses for account_tx.md 2020-07-27 14:56:40 -07:00
rmurphy23
3be54baf6d Adds commandline note for ledger_entry.md 2020-07-27 14:07:28 -07:00
rmurphy23
8ced2eb321 Removes commandline example request and response as well as moves commandline note for ledger_data.md 2020-07-27 14:02:59 -07:00
rmurphy23
7be89d0f18 Moves commandline input note to correct location for noripple_check.md 2020-07-27 13:49:19 -07:00
rmurphy23
1802c4fc29 Moves commandline note to correct location; adds json commandline input example 2020-07-27 13:46:33 -07:00
rmurphy23
96e126e7e0 Changes account example to account that has a non-empty list of offers for account_offers.md 2020-07-27 13:20:37 -07:00
rmurphy23
f10a297530 Adds comment syntax to commandline input for account_lines.md 2020-07-27 13:06:16 -07:00
mDuo13
5c20fabc1e Spell checker pass 2020-07-24 03:36:47 -07:00
mDuo13
c63d10d116 Most spelling, more style cleanup 2020-07-24 03:28:02 -07:00
mDuo13
2652c8832a Spelling - more fixes, additions 2020-07-24 03:25:59 -07:00
mDuo13
1101d65051 Start applying spell-checking 2020-07-24 03:25:59 -07:00
Rome Reginelli
e6b16cd5a3 Merge pull request #865 from ripple/rr-patch-nofreeze
Freezes: touch up "No Freeze" language
2020-07-22 17:09:54 -07:00
Rome Reginelli
ec0fcd7e8c Merge pull request #874 from mDuo13/base58link
Remove deleted wikipedia base58 page link
2020-07-22 17:09:13 -07:00
Rome Reginelli
f161a96c2a Merge pull request #875 from ripple/depositauth-intro-edits
Revise DepositAuth introduction
2020-07-22 17:08:55 -07:00
mDuo13
9c3e9f29dd DepositAuth edits per @gbarr01 review 2020-07-22 16:20:35 -07:00
mDuo13
7c4eb9e1ea Freezes: edits per review 2020-07-22 15:46:15 -07:00
Rome Reginelli
8addf7d648 Revise DepositAuth introduction 2020-07-22 15:36:14 -07:00
mDuo13
76114ca7b2 Accounts: update base58 link 2020-07-22 14:47:20 -07:00
mDuo13
8c802f00ab Remove deleted wikipedia base58 page link 2020-07-22 14:19:32 -07:00
mDuo13
c33b91c70d Known Amendments: nUNL isn't an amendment in v1.6.0 2020-07-22 14:14:43 -07:00
rmurphy23
ce083c8aaa Adds commandline request and response to ledger_data.md 2020-07-16 16:26:42 -07:00