File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments