Commit ae1470f
authored
docs: Keep docs for latest 1 tags (#4571)
As titled.
```bash
git clone https://github.com/alibaba/GraphScope.git -b gh-pages --single-branch
cd docs
find v0.31.0 -type f | wc -l # 6078
find v0.30.0 -type f | wc -l #5999
find v0.29.0 -type f | wc -l # 5909
find latest -type f | wc -l # 6204
find ./reference -type f | wc -l # 4903
```1 parent 7a21422 commit ae1470f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments