From 12f8ad58a1ac1dec2ebf1479d9b20bd3d5e5f6b9 Mon Sep 17 00:00:00 2001 From: nrbffs <38812627+nrbffs@users.noreply.github.com> Date: Sat, 19 Oct 2019 20:15:29 +0200 Subject: [PATCH] add experimental branch url --- 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