Commit Graph

6208 Commits

Author SHA1 Message Date
Rome Reginelli
8e2fecd6e2 Contrib: guidelines for linking by anchor
Minor style guideline to help avoid problems with broken links when pages are translated (resulting in the h1 anchor being different even though the page is the same).
2023-06-08 12:09:12 -07:00
Rome Reginelli
832e4ef796 Merge pull request #1936 from MorganBergen/patch-3
Update software-ecosystem.md
2023-06-06 14:38:29 -07:00
Rome Reginelli
53712fb5cc Merge pull request #1935 from XRPLF/dependabot/npm_and_yarn/content/_code-samples/build-a-wallet/js/vite-4.1.5
Bump vite from 4.1.1 to 4.1.5 in /content/_code-samples/build-a-wallet/js
2023-06-06 13:09:40 -07:00
Rome Reginelli
cfb577fe2e Merge pull request #1926 from XRPLF/dependabot/pip/content/_code-samples/airgapped-wallet/py/cryptography-41.0.0
Bump cryptography from 39.0.1 to 41.0.0 in /content/_code-samples/airgapped-wallet/py
2023-06-06 13:05:34 -07:00
Rome Reginelli
c5685fe0cb Merge pull request #1921 from XRPLF/dependabot/pip/content/_code-samples/build-a-wallet/py/requests-2.31.0
Bump requests from 2.25.1 to 2.31.0 in /content/_code-samples/build-a-wallet/py
2023-06-06 13:04:32 -07:00
Rome Reginelli
849539ab4c Merge pull request #1902 from develoQ/upd-ja-messages
[JA] update messages.po
2023-06-06 13:02:06 -07:00
Rome Reginelli
214f2fb7f4 Merge pull request #1901 from develoQ/upd-msgs-pod
update messages.pot
2023-06-06 12:59:50 -07:00
Morgan Bergen
cdef692e0a Update software-ecosystem.md
Ripple does not manage, or own the reference implementation of rippleD. the XRPL Foundation does https://xrpl.org/xrp-ledger-overview.html
2023-06-06 11:56:36 -05:00
dependabot[bot]
e282692b4c Bump vite in /content/_code-samples/build-a-wallet/js
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.1.1 to 4.1.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.1.5/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.1.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 02:13:34 +00:00
Aria Keshmiri
3bc9b79233 Merge pull request #1924 from XRPLF/events-updates-3
feat: adds 2 new events
2023-06-05 11:18:59 -07:00
akcodez
28abd49334 merging w master 2023-06-05 11:18:27 -07:00
dependabot[bot]
ec30dca2b2 Bump cryptography in /content/_code-samples/airgapped-wallet/py
Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/39.0.1...41.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-02 20:17:39 +00:00
pdp2121
82a880580a Merge pull request #1896 from XRPLF/tutorial-page
Implement a new design for tutorial page
2023-06-02 11:48:16 -04:00
Phu Pham
042421ba46 bump css version to 18 2023-06-02 11:05:08 -04:00
Phu Pham
8df7a31510 Merge branch 'master' into tutorial-page 2023-06-02 10:52:33 -04:00
Rome Reginelli
24df07777f Merge pull request #1916 from XRPLF/bugfix-1900
fix: Address Safari's jittery FAQ animation
2023-06-01 18:42:39 -07:00
akcodez
ab844a5415 update discord link, change event type to ama 2023-05-31 09:53:38 -07:00
akcodez
cae91cbbd1 adds 2 new events 2023-05-31 06:29:57 -07:00
Amarantha Kulkarni
37a0c066be Merge branch 'master' into bugfix-1900 2023-05-26 16:38:00 -07:00
oeggert
cd47cc9830 Merge pull request #1699 from XRPLF/propose-amendment-tutorial
Add Contribute Code Topic
2023-05-26 15:55:45 -07:00
Oliver Eggert
e85b18644d add reviewer suggestions 2023-05-26 15:24:57 -07:00
Jackson Mills
0a738e47c0 Change display full documentation index to be internal link (#1923)
* Update the index link

* Update css version
2023-05-25 15:30:05 -07:00
Jackson Mills
910cfa91d4 Update .env in js wallet tutorial (#1922)
The tutorial explains the right way to do things, but the example code has a file that is out of date. It shows CLIENT="wss://s.altnet.rippletest.net" which is missing the ":51233/" required to actually connect via websocket.
2023-05-25 09:01:47 -07:00
Oliver Eggert
53d563035f update dactyl redirects and update flowchart 2023-05-24 21:21:13 -07:00
dependabot[bot]
6657bdabf8 Bump requests in /content/_code-samples/build-a-wallet/py
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.25.1...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 01:37:08 +00:00
Caleb Kniffen
cf201f98a3 fix: Address Safari's jittery FAQ animation
Fixes #1900
2023-05-19 19:05:01 -05:00
Dennis Dawson
ba6ca26637 Merge pull request #1800 from XRPLF/add_tut_guide
Add tut guide
2023-05-19 16:45:35 -07:00
Dennis Dawson
629f9ecf67 Mention subscription methods 2023-05-19 16:27:44 -07:00
Dennis Dawson
4bb3734915 Remove misplaced "Description" header 2023-05-19 16:13:59 -07:00
Dennis Dawson
9ed8b6fce2 remove "/" before usage graphic link 2023-05-19 16:01:46 -07:00
Dennis Dawson
220bb0c8c8 Move graphics into sections 2023-05-19 15:55:00 -07:00
Dennis Dawson
29a076f0d9 Update content/contributing/tutorial-guidelines.md
Co-authored-by: Rome Reginelli <rome@ripple.com>
2023-05-19 15:30:49 -07:00
Dennis Dawson
cd642a0a8f Update content/contributing/tutorial-structure.md
Co-authored-by: Rome Reginelli <rome@ripple.com>
2023-05-19 15:30:01 -07:00
Dennis Dawson
1daf299b75 Update content/contributing/tutorial-structure.md
Co-authored-by: Rome Reginelli <rome@ripple.com>
2023-05-19 15:29:51 -07:00
Dennis Dawson
a470dea6ce Merge pull request #1914 from XRPLF/removeDomain
Remove domain storage info
2023-05-19 15:16:50 -07:00
ddawson
5612c98078 Remove domain storage info 2023-05-19 10:23:25 -07:00
Phu Pham
3a31adc382 add japanese support 2023-05-19 10:18:48 -04:00
Dennis Dawson
407e4e051f Merge pull request #1912 from XRPLF/fix_broker_typo
fix sell off(er)
2023-05-18 11:39:33 -07:00
ddawson
9f1fff7666 fix sell off(er) 2023-05-18 11:09:06 -07:00
Phu Pham
2f2a3fb378 undo sidebar styling 2023-05-18 13:03:19 -04:00
Phu Pham
2348bfb9d1 add css back 2023-05-18 10:47:40 -04:00
Phu Pham
1e2e6e0089 Merge branch 'master' into tutorial-page 2023-05-18 10:45:47 -04:00
Phu Pham
266463fbdb make footer colors work 2023-05-18 10:38:27 -04:00
Rome Reginelli
e8d4bc97cf Merge pull request #1903 from XRPLF/dependabot/pip/content/_code-samples/airgapped-wallet/py/django-3.2.19
Bump django from 3.2.18 to 3.2.19 in /content/_code-samples/airgapped-wallet/py
2023-05-17 14:57:06 -07:00
Rome Reginelli
562c34a1aa Merge pull request #1908 from develoQ/patch-1
Update nft_history.md
2023-05-17 14:55:12 -07:00
Rome Reginelli
e34f530946 Merge pull request #1866 from XRPLF/docs-homepage-update
Docs.html page update
2023-05-17 14:54:38 -07:00
Phu Pham
6b01a59a08 add offset colors 2023-05-17 16:06:56 -04:00
Rome Reginelli
13ed64373c Merge pull request #1905 from sibelly/updates-send-a-memo-sample
Updates send a memo code sample
2023-05-16 16:24:47 -07:00
Rome Reginelli
4d73d646df Merge pull request #1898 from XRPLF/rr-patch-connect-to-testnet
Fix lingering frag
2023-05-16 16:24:02 -07:00
Caleb Kniffen
98adfb365b fix flat card button arrow. 2023-05-16 17:28:30 -05:00