Commit Graph

3358 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
7bbf5b309c adding backgrounds to the necessary pages. more styling for the landing pages. updated dactyl file 2020-08-16 21:56:51 -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
Calvin Jhunjhnuwala
877814f814 edits to the explore > wallet, explore > exchanges, explore > businesses, and home page. added img folers and correlating images to the folders. minor changes to style. still *need to clean up styling* 2020-08-11 15:46:56 -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
Rome Reginelli
eea5baa207 Merge pull request #884 from mDuo13/devnet_unl
Update instructions for connecting to Devnet
2020-08-11 01:42:49 -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
Calvin Jhunjhnuwala
0403b27e38 merged master 2020-08-10 12:08:00 -07:00
Calvin Jhunjhnuwala
899d44bf70 more style edits, renamed the template files to reflect the parent category, new template for contact 2020-08-10 12:07:36 -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
mDuo13
37f1b8c62b Complete color palette 2020-08-05 15:56:28 -07:00
Calvin Jhunjhnuwala
1fd5789810 fixed merge errors, adding css map to repo, edits to the impact page 2020-08-05 15:25:05 -07:00
Calvin Jhunjhnuwala
2de1b9b062 clean up of stylings 2020-08-05 15:21:06 -07:00
Edward Hennis
920e39a8a4 [FOLD] Fix hard-wrap 2020-08-05 18:17:33 -04:00
mDuo13
259ed84ed6 CSS work - make doc pages readable again 2020-08-05 15:16:07 -07: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
Rome Reginelli
23486f4031 Merge pull request #882 from ripple/ka_20200804
FlowCross enabled
2020-08-05 12:45:41 -04:00
mDuo13
dc6df9592f Placeholder nav 2020-08-04 19:39:56 -07:00
Rome Reginelli
672bbd9291 Merge pull request #882 from ripple/ka_20200804
FlowCross enabled
2020-08-04 18:41:15 -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
5a3fe46002 Exempt new link from checker 2020-08-03 10:21:27 -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
671dd91749 Merge pull request #878 from crypticrabbit/patch-2
`token_sequence` must be incremented in `validator-keys.json` backups
2020-07-31 10:10:50 -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
mDuo13
0ceb1c5254 Update spell-checker to remove words added to Dactyl built-in dict 2020-07-28 16:55:46 -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