Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ gems:
kramdown:
entity_output: numeric

plugins:
- jekyll-redirect-from

include:
- _static
- _modules
Expand Down
1 change: 1 addition & 0 deletions docs/sql-ref.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: global
title: SQL Reference
redirect_from: /sql-reference
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should do the same things in the future if we need to rename the files.

displayTitle: SQL Reference
license: |
Licensed to the Apache Software Foundation (ASF) under one or more
Expand Down