From 93a9b35b25ac15b7a39b1d808c72a7bb662d4f3c Mon Sep 17 00:00:00 2001 From: nrbffs <38812627+nrbffs@users.noreply.github.com> Date: Mon, 2 Dec 2019 16:42:06 +0100 Subject: [PATCH] add experimental channel --- config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index edafae0..e5834db 100644 --- a/config.js +++ b/config.js @@ -40,7 +40,10 @@ var config = { '../gluon/beta/other/': 'beta', '../gluon/nightly/sysupgrade/': 'nightly', '../gluon/nightly/factory/': 'nightly', - '../gluon/nightly/other/': 'nightly' + '../gluon/nightly/other/': 'nightly', + '../gluon/experimental/sysupgrade/': 'experimental', + '../gluon/experimental/factory/': 'experimental', + '../gluon/experimental/other/': 'experimental' }, // page title title: 'Firmware', -- GitLab