Skip to content

Commit 6753a15

Browse files
Merge pull request #5 from zuplo-samples/zup-adrian-10-16-jade-fish
Formatting and images
2 parents 4d22297 + 04a1a27 commit 6753a15

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

config/routes.oas.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"version": "1.0.0",
55
"title": "JSON Merge Patch API",
6-
"description": "API to experiment with [JSON Merge Patch](https://datatracker.ietf.org/doc/html/rfc7386)."
6+
"description": "API to experiment with [JSON Merge Patch](https://datatracker.ietf.org/doc/html/rfc7386). \n We also have an [interactive web tool](https://www.jsonmergepatch.com/). \n Created with ❤️ by [Zuplo](https://zuplo.com?utm_source=json-merge-patch)"
77
},
88
"paths": {
99
"/apply/{targetId}": {

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
The JSON Merge Patch API allows you to upload JSON documents and apply JSON Merge Patch operations to them.
44

5+
You can learn more about JSON Merge Patch [in this article](https://zuplo.com/blog/2024/10/11/what-is-json-merge-patch).
6+
7+
Created with ❤️ by [Zuplo](https://zuplo.com?utm_source=json-merge-patch)
8+
59
## Upload a JSON
610

711
The first step is to upload a JSON object to perform merge-patches on.

docs/theme.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
/* Learn about theming here: https://zuplo.com/docs/developer-portal/theme */
22

33
:root {
4-
--logo-url: url(https://cdn.zuplo.com/dev-portal/v2/made-with-zuplo.svg);
4+
55
}
66

77
.light {
8+
--logo-url: url(https://svgshare.com/i/1B_h.svg);
89
--background-primary: white;
910
--font-family-primary: "-apple-system", "BlinkMacSystemFont", "Segoe UI",
1011
"Roboto", "Helvetica Neue", "Ubuntu", "sans-serif";
@@ -14,6 +15,7 @@
1415
}
1516

1617
.dark {
18+
--logo-url: url(https://svgshare.com/i/1BbK.svg);
1719
--background-primary: #1a1f36;
1820
--font-family-primary: "-apple-system", "BlinkMacSystemFont", "Segoe UI",
1921
"Roboto", "Helvetica Neue", "Ubuntu", "sans-serif";

0 commit comments

Comments
 (0)