Skip to content

Commit

Permalink
fix analytics doc (#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Feb 28, 2022
1 parent 797cb7a commit 8c41cf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs-2.0/nebula-analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The version correspondence between Nebula Analytics and Nebula Graph is as follo

|Nebula Analytics|Nebula Graph|
|:---|:---|
|{{nebula-analytics.release}}|{{nebula.release}}|
|{{nebulaanalytics.release}}|{{nebula.release}}|

## Graph algorithms

Expand Down Expand Up @@ -58,7 +58,7 @@ The preparations for compiling Nebula Analytics are similar to compiling Nebula
1. Clone the `analytics` repository.
```bash
$ git clone -b {{nebula-analytics.branch}} https://github.com/vesoft-inc/nebula-analytics.git
$ git clone -b {{nebulaanalytics.branch}} https://github.com/vesoft-inc/nebula-analytics.git
```
2. Access the `nebula-analytics` directory.
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ extra:
algorithm:
release: 3.0.0
branch: v3.0.0
nebula-analytics:
nebulaanalytics:
release: 1.0.0
branch: v1.0.0
sparkconnector:
Expand Down

0 comments on commit 8c41cf3

Please sign in to comment.