Commit Graph

4362 Commits

Author SHA1 Message Date
mDuo13
bb7589b35e Use dataLayer for page type info 2021-09-14 16:09:42 -07:00
Rome Reginelli
839968bbbb Merge pull request #1166 from XRPLF/license-xrplf
Update license
2021-09-13 10:41:09 -07:00
Rome Reginelli
3df7801686 Update license
Latest date, attribution
2021-09-09 16:33:20 -07:00
Rome Reginelli
29a9b866e2 Merge pull request #1164 from XRPLF/fee-voting-superscripts
Max fee values: use superscripts
2021-09-08 09:45:18 -07:00
mDuo13
c0ab56ea62 Interactive tutorials: number steps for analytics
Count the total number of interactive blocks and add this data to the
memo when sending transactions from interactive tutorials. This should
help track the completion rate of tutorials to better measure
effectiveness of the documentation.
2021-09-07 19:35:32 -07:00
Rome Reginelli
2acf70ff36 Max fee values: use superscripts
The existing table inconsistently uses ** or ^ to indicate exponents. Better to use inlined HTML to produce superscripts instead.
2021-09-07 18:06:55 -07:00
Rome Reginelli
5e4e54093e Merge pull request #1163 from XRPLF/light_mode_diagrams
Diagrams: fix light mode coloring
2021-09-07 14:00:30 -07:00
mDuo13
74d58504a3 Diagrams: fix light mode coloring 2021-09-07 11:58:48 -07:00
Bharath Chari
4c81752b8e Change text linking to validators-example.txt 2021-09-06 15:41:13 +03:00
mDuo13
b5c3107c1b Rename CSS to hopefully fix cache problems 2021-09-02 16:31:34 -07:00
mDuo13
1fb75704af Merge branch 'light_mode_revised' 2021-09-02 14:31:07 -07:00
Rome Reginelli
9e3b10a5da Merge pull request #1159 from XRPLF/testnet_faucet_seq
Faucet: show starting sequence number
2021-09-02 13:55:15 -07:00
Rome Reginelli
b4300328ba Merge pull request #1158 from XRPLF/dependabot/npm_and_yarn/styles/tar-6.1.11
Bump tar from 6.1.6 to 6.1.11 in /styles
2021-09-02 13:54:46 -07:00
Rome Reginelli
2b0f2bbed6 Merge pull request #1127 from jakeatdocforce/feedbackwidget-update
Updated feedback widget
2021-09-02 13:53:19 -07:00
mDuo13
1a33daf449 Light mode: fix hover link-card text color 2021-09-02 12:18:02 -07:00
mDuo13
b904586274 Unify card styles & fix more light mode stuff 2021-08-31 17:45:25 -07:00
dependabot[bot]
47e331b110 Bump tar from 6.1.6 to 6.1.11 in /styles
Bumps [tar](https://github.com/npm/node-tar) from 6.1.6 to 6.1.11.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v6.1.6...v6.1.11)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-31 20:02:24 +00:00
Rome Reginelli
00869532d6 Merge pull request #1155 from Calvinjwala/robots-update
update to robots.txt file
2021-08-31 12:20:14 -07:00
Rome Reginelli
8737be8154 Use more generic robots.txt syntax 2021-08-31 12:20:09 -07:00
Rome Reginelli
bc6f101faf Merge pull request #1157 from mDuo13/fix_1156
ledger method: add validated field to table
2021-08-31 12:19:32 -07:00
mDuo13
fd385d53be Faucet: show starting sequence number 2021-08-31 12:17:55 -07:00
mDuo13
301d643b08 Light mode: more revisions 2021-08-30 15:32:49 -07:00
mDuo13
e2fe90d14b ledger method: add validated field to table
Fixes #1156
2021-08-30 14:49:02 -07:00
mDuo13
f1ec5bfcf1 Known Amendments: NegativeUNL open for voting as of 1.7.3 2021-08-29 01:03:47 -07:00
Wietse Wind
04205fbd14 setcap instruction to bind to low(er) port(s) 2021-08-29 01:44:49 +02:00
Rome Reginelli
c8457d5726 Merge pull request #1143 from XRPLF/issue_token_tutorial
"Issue a token" tutorial
2021-08-27 11:18:31 -07:00
mDuo13
a5bd489248 Issue a token: minor cleanup 2021-08-27 11:14:08 -07:00
mDuo13
03dfe6d6de Issue a token: Incorporate Java code, clarify some details 2021-08-26 17:05:31 -07:00
Rome Reginelli
fe1b5ce43a Merge pull request #1154 from nkramer44/nk/xrpl4j-issue-token
Add issue token example code for xrpl4j
2021-08-26 15:37:00 -07:00
Calvin Jhunjhnuwala
aec83c3d26 update to robots.txt file 2021-08-26 15:26:05 -07:00
nkramer44
678553d6fa add issue token tutorial code for xrpl4j 2021-08-25 16:10:27 -04:00
Rome Reginelli
810f7c3a7a Merge pull request #1142 from mukulljangid/patch-1
fix: include last_close in the server_info/server_state response formats table
2021-08-24 15:12:04 -07:00
mDuo13
511e5c6327 Fix require destination tags code sample 2021-08-24 15:08:26 -07:00
mDuo13
d6e06ae140 Update ripple-lib samples to 1.10.0
- Removes lodash dependecy for web version
- Uses the new generateFaucetWallet() API method
- Make 'issue a token' code capable of running in-browser or in Node.js
  without modification
2021-08-24 14:47:22 -07:00
mDuo13
43f7f52452 Update server_state/info examples, add details on last_close 2021-08-24 13:49:10 -07:00
Jake
ebc062e195 Set cookie flags
Cookie flags set to samesite=None: Secure
2021-08-23 14:38:12 -07:00
jakeatdocforce
dd0230cb91 Merge branch 'XRPLF:master' into feedbackwidget-update 2021-08-23 14:35:21 -07:00
mDuo13
cff0fcc716 Issue a token: add README to sample code 2021-08-23 12:11:18 -07:00
Rome Reginelli
71a19b497f Merge pull request #1151 from intelliot/patch-3
known-amendments: link to Amendments page
2021-08-20 18:04:06 -07:00
Rome Reginelli
94d7866fe6 Merge pull request #1149 from Calvinjwala/robots-txt
Adding a robots.txt file
2021-08-20 18:03:01 -07:00
mDuo13
bca0b6bf92 Merge branch 'master' into light_mode_revised 2021-08-20 17:18:59 -07:00
mDuo13
27409bb5f3 Light mode: chips, off-white cards 2021-08-20 17:17:13 -07:00
mDuo13
3903890381 Issue a Token: fix link in JA target 2021-08-20 16:31:10 -07:00
Elliot Lee
77dd436c94 known-amendments: link to Amendments page
This is useful for searchers who land on the Known Amendments page but want to learn more about how Amendments work
2021-08-20 16:26:49 -07:00
mDuo13
5cd067fd7d Issue a Token improvements: python, UI fixes, etc.
- Display some errors without marking the step as complete
  (Also applied to Require Destination Tags tutorial)
- Add Python equivalent script
2021-08-20 15:07:23 -07:00
mDuo13
348f3962d0 Issue a token: fix some Chrome stylings 2021-08-19 17:52:15 -07:00
Calvin Jhunjhnuwala
13bad56107 adding a robots.txt file 2021-08-19 14:21:23 -07:00
mDuo13
c63a2251a8 Fix spelling and link errors 2021-08-18 18:16:31 -07:00
mDuo13
35f61c5842 Fixed light/dark home hero graphics 2021-08-18 17:10:22 -07:00
mDuo13
9112945fe2 Issue token tutorial: use memos, wait steps" 2021-08-18 16:58:17 -07:00