Skip to content

Commit

Permalink
Merge pull request #1 from dai-chen/sql-doc-hierarchy
Browse files Browse the repository at this point in the history
Change title and hierarchy
  • Loading branch information
ashwinkumar12345 authored May 14, 2020
2 parents 4f776a4 + 66d6ac1 commit 3032061
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/sql/partiql.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: default
title: PartiQL (JSON) Support
title: JSON Support
parent: SQL
nav_order: 10
---

# PartiQL (JSON) support
# JSON Support

SQL plugin supports [PartiQL](https://partiql.org/), a SQL-compatible query language that lets you query semi-structured and nested data for any data format. The SQL plugin only supports a subset of the PartiQL specification.
SQL plugin supports JSON by following [PartiQL](https://partiql.org/) specification, a SQL-compatible query language that lets you query semi-structured and nested data for any data format. The SQL plugin only supports a subset of the PartiQL specification.

## Querying nested collection

Expand Down
4 changes: 2 additions & 2 deletions docs/sql/troubleshoot.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
layout: default
title: Troubleshoot
title: Troubleshooting
parent: SQL
nav_order: 15
---

# Troubleshoot
# Troubleshooting

The SQL plugin is stateless, so troubleshooting is mostly focused on why a particular query fails.

Expand Down

0 comments on commit 3032061

Please sign in to comment.