Skip to content

Commit

Permalink
upgrade mkdocs (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Oct 25, 2023
1 parent 21e6321 commit 5f1da84
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ ELSE
END
ENDS
ENDS_WITH
FALSE
FORCE
FULLTEXT
FUZZY
Expand Down Expand Up @@ -237,6 +238,7 @@ TEXT
TEXT_SEARCH
THEN
TOP
TRUE
TTL_COL
TTL_DURATION
UNWIND
Expand All @@ -249,6 +251,4 @@ VID_TYPE
WILDCARD
ZONE
ZONES
FALSE
TRUE
```
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,12 @@ Execution succeeded

## 保留关键字




```ngql
ACROSS
ADD
ALTER
AND
ANTI
AS
ASC
ASCENDING
Expand Down Expand Up @@ -80,6 +78,7 @@ IN
INDEX
INDEXES
INGEST
INNER
INSERT
INT
INT16
Expand All @@ -88,6 +87,8 @@ INT64
INT8
INTERSECT
IS
JOIN
LEFT
LIMIT
LIST
LOOKUP
Expand All @@ -103,6 +104,7 @@ OFFSET
ON
OR
ORDER
OUTER
OVER
OVERWRITE
PROFILE
Expand All @@ -114,6 +116,8 @@ RESTART
RETURN
REVERSELY
REVOKE
RIGHT
SEMI
SET
SHOW
STEP
Expand All @@ -138,16 +142,8 @@ WHERE
WITH
XOR
YIELD
JOIN
LEFT
RIGHT
INNER
OUTER
SEMI
ANTI
```


## 非保留关键字

```ngql
Expand All @@ -174,6 +170,7 @@ ELSE
END
ENDS
ENDS_WITH
FALSE
FORCE
FULLTEXT
FUZZY
Expand Down Expand Up @@ -241,6 +238,7 @@ TEXT
TEXT_SEARCH
THEN
TOP
TRUE
TTL_COL
TTL_DURATION
UNWIND
Expand All @@ -253,6 +251,4 @@ VID_TYPE
WILDCARD
ZONE
ZONES
FALSE
TRUE
```
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ plugins:
# 图片展示插件(https://github.com/blueswen/mkdocs-glightbox#usage)
- glightbox:
zoomable: true
- search # 这个是原有的 mkdocs 搜索插件, 如果想使用algolia搜索,请注释掉这个插件
# - search # 这个是原有的 mkdocs 搜索插件, 如果想使用algolia搜索,请注释掉这个插件
- macros:
# en.begin
include_dir: docs-2.0-en/reuse/
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mkdocs==1.3.0
weasyprint==54.3
mkdocs-material-extensions
mike
mkdocs-material
mkdocs-material==9.4.6
mkdocs-material-extensions
mkdocs-macros-plugin
mdx_truly_sane_lists
Expand Down

0 comments on commit 5f1da84

Please sign in to comment.