Skip to content

Commit 31beee5

Browse files
Doc-redirect (#1370)
* Use ISC icon for webviews * redirects all page visits to ISC docs * upgrade gems to enable local testing * pause 4 secs b4 redirect --------- Co-authored-by: Brett Saviano <[email protected]>
1 parent e0c6f71 commit 31beee5

14 files changed

+170
-84
lines changed

docs/Configuration.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
2-
layout: default
2+
layout: forward
3+
target: https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO
4+
time: 4
5+
36
title: Configuration
47
permalink: /configuration/
58
nav_order: 4
69
---
710

811
{: .warning }
9-
This documentation has been moved to the [InterSystems Documentation site](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO_config). This page will be removed at a later date.
12+
This documentation has been moved to the [InterSystems Documentation site](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO_config). This page will be removed soon.
1013

1114
# Configuration
1215

docs/ExtensionUI.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
2-
layout: default
2+
layout: forward
3+
target: https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO
4+
time: 4
5+
36
title: InterSystems Extensions UI
47
permalink: /extensionui/
58
nav_order: 3
69
---
710

811
{: .warning }
9-
This documentation has been moved to the [InterSystems Documentation site](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO_ui). This page will be removed at a later date.
12+
This documentation has been moved to the [InterSystems Documentation site](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO_ui). This page will be removed soon.
1013

1114
# InterSystems Extensions User Interface
1215

docs/Gemfile.lock

+66-60
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,56 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.1.7.5)
4+
activesupport (7.1.3.3)
5+
base64
6+
bigdecimal
57
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
connection_pool (>= 2.2.5)
9+
drb
610
i18n (>= 1.6, < 2)
711
minitest (>= 5.1)
12+
mutex_m
813
tzinfo (~> 2.0)
9-
zeitwerk (~> 2.3)
10-
addressable (2.8.1)
14+
addressable (2.8.6)
1115
public_suffix (>= 2.0.2, < 6.0)
16+
base64 (0.2.0)
17+
bigdecimal (3.1.8)
1218
coffee-script (2.4.1)
1319
coffee-script-source
1420
execjs
15-
coffee-script-source (1.11.1)
21+
coffee-script-source (1.12.2)
1622
colorator (1.1.0)
1723
commonmarker (0.23.10)
18-
concurrent-ruby (1.2.2)
19-
dnsruby (1.61.9)
20-
simpleidn (~> 0.1)
24+
concurrent-ruby (1.2.3)
25+
connection_pool (2.4.1)
26+
dnsruby (1.72.1)
27+
simpleidn (~> 0.2.1)
28+
drb (2.2.1)
2129
em-websocket (0.5.3)
2230
eventmachine (>= 0.12.9)
2331
http_parser.rb (~> 0)
2432
ethon (0.16.0)
2533
ffi (>= 1.15.0)
2634
eventmachine (1.2.7)
2735
eventmachine (1.2.7-x64-mingw32)
28-
execjs (2.8.1)
29-
faraday (2.7.4)
30-
faraday-net_http (>= 2.0, < 3.1)
31-
ruby2_keywords (>= 0.0.4)
32-
faraday-net_http (3.0.2)
33-
ffi (1.15.5)
34-
ffi (1.15.5-x64-mingw32)
36+
execjs (2.9.1)
37+
faraday (2.9.0)
38+
faraday-net_http (>= 2.0, < 3.2)
39+
faraday-net_http (3.1.0)
40+
net-http
41+
ffi (1.16.3)
3542
forwardable-extended (2.6.0)
36-
gemoji (3.0.1)
37-
github-pages (228)
38-
github-pages-health-check (= 1.17.9)
39-
jekyll (= 3.9.3)
40-
jekyll-avatar (= 0.7.0)
41-
jekyll-coffeescript (= 1.1.1)
43+
gemoji (4.1.0)
44+
github-pages (231)
45+
github-pages-health-check (= 1.18.2)
46+
jekyll (= 3.9.5)
47+
jekyll-avatar (= 0.8.0)
48+
jekyll-coffeescript (= 1.2.2)
4249
jekyll-commonmark-ghpages (= 0.4.0)
43-
jekyll-default-layout (= 0.1.4)
44-
jekyll-feed (= 0.15.1)
50+
jekyll-default-layout (= 0.1.5)
51+
jekyll-feed (= 0.17.0)
4552
jekyll-gist (= 1.5.0)
46-
jekyll-github-metadata (= 2.13.0)
53+
jekyll-github-metadata (= 2.16.1)
4754
jekyll-include-cache (= 0.2.1)
4855
jekyll-mentions (= 1.6.0)
4956
jekyll-optional-front-matter (= 0.3.2)
@@ -70,28 +77,28 @@ GEM
7077
jekyll-theme-tactile (= 0.2.0)
7178
jekyll-theme-time-machine (= 0.2.0)
7279
jekyll-titles-from-headings (= 0.5.3)
73-
jemoji (= 0.12.0)
74-
kramdown (= 2.3.2)
80+
jemoji (= 0.13.0)
81+
kramdown (= 2.4.0)
7582
kramdown-parser-gfm (= 1.1.0)
7683
liquid (= 4.0.4)
7784
mercenary (~> 0.3)
7885
minima (= 2.5.1)
7986
nokogiri (>= 1.13.6, < 2.0)
80-
rouge (= 3.26.0)
87+
rouge (= 3.30.0)
8188
terminal-table (~> 1.4)
82-
github-pages-health-check (1.17.9)
89+
github-pages-health-check (1.18.2)
8390
addressable (~> 2.3)
8491
dnsruby (~> 1.60)
85-
octokit (~> 4.0)
86-
public_suffix (>= 3.0, < 5.0)
92+
octokit (>= 4, < 8)
93+
public_suffix (>= 3.0, < 6.0)
8794
typhoeus (~> 1.3)
8895
html-pipeline (2.14.3)
8996
activesupport (>= 2)
9097
nokogiri (>= 1.4)
9198
http_parser.rb (0.8.0)
92-
i18n (1.14.1)
99+
i18n (1.14.5)
93100
concurrent-ruby (~> 1.0)
94-
jekyll (3.9.3)
101+
jekyll (3.9.5)
95102
addressable (~> 2.4)
96103
colorator (~> 1.0)
97104
em-websocket (~> 0.5)
@@ -104,27 +111,27 @@ GEM
104111
pathutil (~> 0.9)
105112
rouge (>= 1.7, < 4)
106113
safe_yaml (~> 1.0)
107-
jekyll-avatar (0.7.0)
114+
jekyll-avatar (0.8.0)
108115
jekyll (>= 3.0, < 5.0)
109-
jekyll-coffeescript (1.1.1)
116+
jekyll-coffeescript (1.2.2)
110117
coffee-script (~> 2.2)
111-
coffee-script-source (~> 1.11.1)
118+
coffee-script-source (~> 1.12)
112119
jekyll-commonmark (1.4.0)
113120
commonmarker (~> 0.22)
114121
jekyll-commonmark-ghpages (0.4.0)
115122
commonmarker (~> 0.23.7)
116123
jekyll (~> 3.9.0)
117124
jekyll-commonmark (~> 1.4.0)
118125
rouge (>= 2.0, < 5.0)
119-
jekyll-default-layout (0.1.4)
120-
jekyll (~> 3.0)
121-
jekyll-feed (0.15.1)
126+
jekyll-default-layout (0.1.5)
127+
jekyll (>= 3.0, < 5.0)
128+
jekyll-feed (0.17.0)
122129
jekyll (>= 3.7, < 5.0)
123130
jekyll-gist (1.5.0)
124131
octokit (~> 4.2)
125-
jekyll-github-metadata (2.13.0)
132+
jekyll-github-metadata (2.16.1)
126133
jekyll (>= 3.4, < 5.0)
127-
octokit (~> 4.0, != 4.4.0)
134+
octokit (>= 4, < 7, != 4.4.0)
128135
jekyll-include-cache (0.2.1)
129136
jekyll (>= 3.7, < 5.0)
130137
jekyll-mentions (1.6.0)
@@ -195,41 +202,44 @@ GEM
195202
jekyll (>= 3.3, < 5.0)
196203
jekyll-watch (2.2.1)
197204
listen (~> 3.0)
198-
jemoji (0.12.0)
199-
gemoji (~> 3.0)
205+
jemoji (0.13.0)
206+
gemoji (>= 3, < 5)
200207
html-pipeline (~> 2.2)
201208
jekyll (>= 3.0, < 5.0)
202-
kramdown (2.3.2)
209+
kramdown (2.4.0)
203210
rexml
204211
kramdown-parser-gfm (1.1.0)
205212
kramdown (~> 2.0)
206213
liquid (4.0.4)
207-
listen (3.8.0)
214+
listen (3.9.0)
208215
rb-fsevent (~> 0.10, >= 0.10.3)
209216
rb-inotify (~> 0.9, >= 0.9.10)
210217
mercenary (0.3.6)
211-
mini_portile2 (2.8.5)
218+
mini_portile2 (2.8.6)
212219
minima (2.5.1)
213220
jekyll (>= 3.5, < 5.0)
214221
jekyll-feed (~> 0.9)
215222
jekyll-seo-tag (~> 2.1)
216-
minitest (5.19.0)
217-
nokogiri (1.16.2)
223+
minitest (5.23.1)
224+
mutex_m (0.2.0)
225+
net-http (0.4.1)
226+
uri
227+
nokogiri (1.16.5)
218228
mini_portile2 (~> 2.8.2)
219229
racc (~> 1.4)
220230
octokit (4.25.1)
221231
faraday (>= 1, < 3)
222232
sawyer (~> 0.9)
223233
pathutil (0.16.2)
224234
forwardable-extended (~> 2.6)
225-
public_suffix (4.0.7)
226-
racc (1.7.3)
235+
public_suffix (5.0.5)
236+
racc (1.8.0)
227237
rb-fsevent (0.11.2)
228-
rb-inotify (0.10.1)
238+
rb-inotify (0.11.1)
229239
ffi (~> 1.0)
230-
rexml (3.2.5)
231-
rouge (3.26.0)
232-
ruby2_keywords (0.0.5)
240+
rexml (3.2.8)
241+
strscan (>= 3.0.9)
242+
rouge (3.30.0)
233243
rubyzip (2.3.2)
234244
safe_yaml (1.0.5)
235245
sass (3.7.4)
@@ -240,24 +250,20 @@ GEM
240250
sawyer (0.9.2)
241251
addressable (>= 2.3.5)
242252
faraday (>= 0.17.3, < 3)
243-
simpleidn (0.2.1)
244-
unf (~> 0.1.4)
253+
simpleidn (0.2.3)
254+
strscan (3.1.0)
245255
terminal-table (1.8.0)
246256
unicode-display_width (~> 1.1, >= 1.1.1)
247-
typhoeus (1.4.0)
257+
typhoeus (1.4.1)
248258
ethon (>= 0.9.0)
249259
tzinfo (2.0.6)
250260
concurrent-ruby (~> 1.0)
251261
tzinfo-data (1.2021.5)
252262
tzinfo (>= 1.0.0)
253-
unf (0.1.4)
254-
unf_ext
255-
unf_ext (0.0.8.2)
256-
unf_ext (0.0.8.2-x64-mingw32)
257263
unicode-display_width (1.8.0)
264+
uri (0.13.0)
258265
wdm (0.1.1)
259266
webrick (1.7.0)
260-
zeitwerk (2.6.11)
261267

262268
PLATFORMS
263269
ruby

docs/Installation.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
2-
layout: default
2+
layout: forward
3+
target: https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO
4+
time: 4
5+
36
title: Installation
47
permalink: /installation/
58
nav_order: 2
69
---
710

811
{: .warning }
9-
This documentation has been moved to the [InterSystems Documentation site](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO_install). This page will be removed at a later date.
12+
This documentation has been moved to the [InterSystems Documentation site](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO_install). This page will be removed soon.
1013

1114
# Installation
1215

docs/LowCode.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
2-
layout: default
2+
layout: forward
3+
target: https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO
4+
time: 4
5+
36
title: Low-Code Editors
47
permalink: /low-code/
58
nav_order: 11
69
---
710

811
{: .warning }
9-
This documentation has been moved to the [InterSystems Documentation site](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO_lowcode). This page will be removed at a later date.
12+
This documentation has been moved to the [InterSystems Documentation site](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO_lowcode). This page will be removed soon.
1013

1114
# Low-Code Editors
1215

docs/Projects.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
2-
layout: default
2+
layout: forward
3+
target: https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO
4+
time: 4
5+
36
title: Working with Projects
47
permalink: /projects/
58
nav_order: 9
69
---
710

811
{: .warning }
9-
This documentation has been moved to the [InterSystems Documentation site](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO_project). This page will be removed at a later date.
12+
This documentation has been moved to the [InterSystems Documentation site](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO_project). This page will be removed soon.
1013

1114
# Working with Projects
1215

docs/ReportingIssues.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
2-
layout: default
2+
layout: forward
3+
target: https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO
4+
time: 4
5+
36
title: Reporting Issues
47
permalink: /feedback/
58
nav_order: 8
69
---
710

811
{: .warning }
9-
This documentation has been moved to the [InterSystems Documentation site](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO_reporting). This page will be removed at a later date.
12+
This documentation has been moved to the [InterSystems Documentation site](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO_reporting). This page will be removed soon.
1013

1114
# Reporting Issues
1215

docs/RunDebug.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
2-
layout: default
2+
layout: forward
3+
target: https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO
4+
time: 4
5+
36
title: Running and Debugging
47
permalink: /rundebug/
58
nav_order: 5
69
---
710

811
{: .warning }
9-
This documentation has been moved to the [InterSystems Documentation site](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO_debug). This page will be removed at a later date.
12+
This documentation has been moved to the [InterSystems Documentation site](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO_debug). This page will be removed soon.
1013

1114
# Running and Debugging
1215

docs/ServerSide.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
2-
layout: default
2+
layout: forward
3+
target: https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO
4+
time: 4
5+
36
title: Server-side Editing
47
permalink: /serverside/
58
nav_order: 6
69
---
710

811
{: .warning }
9-
This documentation has been moved to the [InterSystems Documentation site](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO_ssworkflow). This page will be removed at a later date.
12+
This documentation has been moved to the [InterSystems Documentation site](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO_ssworkflow). This page will be removed soon.
1013

1114
# Server-side Editing
1215

0 commit comments

Comments
 (0)