From e69eaedcc4dce12ea5291319c80c67902fd6a0a9 Mon Sep 17 00:00:00 2001 From: Matt Edwards Date: Wed, 31 Jul 2024 16:48:03 -0400 Subject: [PATCH 1/5] Update _config.yml --- docs/_config.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 2e68e57..b721468 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -2,8 +2,9 @@ title: Hyperbee Json description: Documentation for Hyperbee Json. remote_theme: pmarsceill/just-the-docs -# Optional configuration -search_enabled: true aux_links: "GitHub Repository": - - "//github.com/Stillpoint-Software/hyperbee.json" \ No newline at end of file + - "//github.com/Stillpoint-Software/hyperbee.json" + +logo: "/assets/icon.png" +search_enabled: true # Enable search From dc5c2a4454798977909cba4551a2f5be7f13c7d0 Mon Sep 17 00:00:00 2001 From: Matt Edwards Date: Wed, 31 Jul 2024 16:48:32 -0400 Subject: [PATCH 2/5] Update index.md --- docs/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/index.md b/docs/index.md index 9e8b844..46a6bef 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1 +1,7 @@ +--- +layout: default +title: Welcome to Hyperbee Json +nav_order: 1 +--- + # Welcome to Hyperbee Json From 3c7cb77e1406ac5e5c8b33e146dea1ed18b2003d Mon Sep 17 00:00:00 2001 From: Matt Edwards Date: Wed, 31 Jul 2024 16:48:56 -0400 Subject: [PATCH 3/5] Update JSONPATH-SYNTAX.md --- docs/JSONPATH-SYNTAX.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/JSONPATH-SYNTAX.md b/docs/JSONPATH-SYNTAX.md index 3d6ff69..f8a6fd3 100644 --- a/docs/JSONPATH-SYNTAX.md +++ b/docs/JSONPATH-SYNTAX.md @@ -1,3 +1,9 @@ +--- +layout: default +title: JSONPath Syntax Reference +nav_order: 2 +--- + # JSONPath Syntax Reference JSONPath is a query language for JSON that allows you to extract specific values from JSON documents. From 77b39f1d4ac4488586baf70e3fe9c361f3c3cdee Mon Sep 17 00:00:00 2001 From: Matt Edwards Date: Wed, 31 Jul 2024 16:49:18 -0400 Subject: [PATCH 4/5] Update ADDITIONAL-CLASSES.md --- docs/ADDITIONAL-CLASSES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/ADDITIONAL-CLASSES.md b/docs/ADDITIONAL-CLASSES.md index bb90dcf..1e159d0 100644 --- a/docs/ADDITIONAL-CLASSES.md +++ b/docs/ADDITIONAL-CLASSES.md @@ -1,3 +1,9 @@ +--- +layout: default +title: Additional Classes +nav_order: 3 +--- + ## Additional Classes In addition to JSONPath, a few additional classes are provided to support pointer-style From edf1d18c336a84397701da168b0569b391fd9446 Mon Sep 17 00:00:00 2001 From: Matt Edwards Date: Wed, 31 Jul 2024 16:54:53 -0400 Subject: [PATCH 5/5] Update _config.yml --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index b721468..f5f0ffc 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -6,5 +6,5 @@ aux_links: "GitHub Repository": - "//github.com/Stillpoint-Software/hyperbee.json" -logo: "/assets/icon.png" +# logo: "/assets/icon.png" search_enabled: true # Enable search