Skip to content

Commit

Permalink
docs: configure footer [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jg-rp committed Sep 20, 2023
1 parent 5266345 commit 3ea842a
Showing 1 changed file with 41 additions and 10 deletions.
51 changes: 41 additions & 10 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ const config = {
locales: ["en"],
},

trailingSlash: false,

presets: [
[
"classic",
Expand Down Expand Up @@ -94,28 +96,57 @@ const config = {
style: "dark",
links: [
{
title: "Docs",
title: "Getting started",
items: [
{
label: "Tutorial",
to: "/docs/intro",
label: "Introduction",
to: "/",
},
{
label: "Install",
to: "/#install",
},
{
label: "Quick start",
to: "/quick-start",
},
],
},
{
title: "Guides",
items: [
{
label: "JSONPath query syntax",
to: "/guides/jsonpath-syntax",
},
{
label: "JSONPath functions",
to: "/guides/jsonpath-functions",
},
{
label: "JSON Pointer",
to: "/guides/json-pointer",
},
{
label: "JSON Patch",
to: "/guides/json-patch",
},
],
},
{
title: "Community",
title: "Links",
items: [
{
label: "Stack Overflow",
href: "https://stackoverflow.com/questions/tagged/docusaurus",
label: "GitHub",
href: "https://github.com/jg-rp/json-p3",
},
{
label: "Discord",
href: "https://discordapp.com/invite/docusaurus",
label: "Change Log",
href: "https://github.com/jg-rp/json-p3/blob/main/CHANGELOG.md",
},
{
label: "Twitter",
href: "https://twitter.com/docusaurus",
label: "NPM",
href: "https://www.npmjs.com/package/json-p3",
},
],
},
Expand Down

0 comments on commit 3ea842a

Please sign in to comment.