Skip to content

Commit 71ce226

Browse files
committed
docs: Note on docs for other versions
1 parent e9dce76 commit 71ce226

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/pages/product/distribution.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,23 @@ List of LTS releases:
8787
| `v1.4.x` | Active | October 29, 2026 |
8888
| `v1.0.x` | End-of-life | October 29, 2025 |
8989

90+
### Documentation
91+
92+
The documentation at [cube.dev/docs](https://cube.dev/docs) always reflects the
93+
latest released version.
94+
95+
To obtain the documentation for a specific version:
96+
* Clone the [GitHub repository](https://github.com/cube-js/cube) at the desired tag.
97+
* Navigate to the `docs` folder and start a local documentation server.
98+
* Open [localhost:3000](http://localhost:3000) in your browser.
99+
100+
```sh
101+
git clone --depth 1 --branch v1.5.0 https://github.com/cube-js/cube.git
102+
cd cube/docs
103+
yarn && yarn dev
104+
open http://localhost:3000
105+
```
106+
90107

91108
[link-repo]: https://github.com/cube-js/cube
92109
[link-license]: https://github.com/cube-js/cube/blob/master/LICENSE

0 commit comments

Comments
 (0)