We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408e795 commit 18a4b7dCopy full SHA for 18a4b7d
README.md
@@ -0,0 +1,14 @@
1
+# Versioned Qooxdoo documentation
2
+
3
+This repository contains Qooxdoo's documentation in a versioned
4
+format.
5
6
+Whenever a tag is pushed onto the [main framework
7
+repository](https://github.com/qooxdoo/qooxdoo), the content of
8
+the `docs` folder of that tag's source tree is deployed to the
9
+`gh-pages` branch of this repository in a folder named after the
10
+tag and published at `https://qooxdoo.org/documentation/<tag>`.
11
12
+Tags of the form `x.y.z` are shortened to `x.y` so that patch releases do
13
+not create separate folders. Instead, the folder of the last feature release
14
+will be overwritten.
0 commit comments