Skip to content

Commit

Permalink
Add basic JSONPath playground (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jg-rp authored Sep 25, 2023
1 parent 678a6e4 commit 684f4ef
Show file tree
Hide file tree
Showing 11 changed files with 891 additions and 155 deletions.
9 changes: 7 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ const config = {
title: "JSON P3",
logo: {
alt: "JSON P3",
src: "img/p3_path_plain.svg",
srcDark: "img/p3_dark_path_plain.svg",
src: "img/p3_v2_dark.svg",
srcDark: "img/p3_v2_light.svg",
},
items: [
{
Expand All @@ -85,6 +85,11 @@ const config = {
label: "API",
position: "left",
},
{
to: "/playground/",
label: "Try It",
position: "left",
},
{
href: "https://github.com/jg-rp/json-p3",
label: "GitHub",
Expand Down
Loading

0 comments on commit 684f4ef

Please sign in to comment.