File tree Expand file tree Collapse file tree 17 files changed +4365
-458
lines changed Expand file tree Collapse file tree 17 files changed +4365
-458
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ You can visit the [online editor](https://gosling.js.org) to start trying Goslin
20
20
1 . To load a spec you first have to create a gist with a file named gosling.js\* that specifies the spec.
21
21
1 . You can additionally specify a ` readme.md ` file to describe your spec.
22
22
1 . Also be sure to give your gist a fabulous title. It'll be shown in the gosling editor.
23
- You can then open your visualization at < a > http://<editor_url>/?gist=<github_username>/<gist_id></ a > .
23
+ You can then open your visualization at ` http://<editor_url>/?gist=<github_username>/<gist_id> ` .
24
24
<!-- For example, https://gosling.js.org/?gist=flekschas/e6e388332814886d4d714efd0e88093b -->
25
25
For example, https://gosling.js.org/?gist=wangqianwen0418/1cc79f00990806f07b379ae6a7c7b7b3
26
26
Original file line number Diff line number Diff line change 1
1
/** @type {import('@docusaurus/types').DocusaurusConfig } */
2
+ const { themes } = require ( 'prism-react-renderer' ) ;
3
+ const theme = themes . github ;
2
4
module . exports = {
3
5
title : 'Gosling' ,
4
6
url : 'https://gosling-lang.github.io' , // Your website URL
@@ -15,7 +17,7 @@ module.exports = {
15
17
] ,
16
18
themeConfig : {
17
19
prism : {
18
- theme : require ( 'prism-react-renderer/themes/github' ) ,
20
+ theme : theme ,
19
21
} ,
20
22
colorMode : {
21
23
defaultMode : 'light' ,
Original file line number Diff line number Diff line change 15
15
"tag_version" : " docusaurus docs:version"
16
16
},
17
17
"dependencies" : {
18
- "@docusaurus/core" : " 2 .4.3 " ,
18
+ "@docusaurus/core" : " ^3 .4.0 " ,
19
19
"@docusaurus/plugin-google-analytics" : " 2.4.3" ,
20
20
"@docusaurus/plugin-google-gtag" : " 2.4.3" ,
21
- "@docusaurus/preset-classic" : " 2 .4.3 " ,
22
- "@mdx-js/react" : " ^1.6.21 " ,
21
+ "@docusaurus/preset-classic" : " ^3 .4.0 " ,
22
+ "@mdx-js/react" : " ^3.0.1 " ,
23
23
"antd" : " ^4.19.5" ,
24
24
"clsx" : " ^1.1.1" ,
25
25
"gosling-theme" : " ^0.0.10" ,
26
26
"gosling.js" : " 0.8.7" ,
27
27
"monaco-editor-webpack-plugin" : " ^4.0.0" ,
28
28
"pixi.js" : " ^6.0.4" ,
29
- "react" : " ^17.0.1" ,
30
- "react-dom" : " ^17.0.1" ,
29
+ "prism-react-renderer" : " ^2.3.1" ,
30
+ "react" : " ^18.3.1" ,
31
+ "react-dom" : " ^18.3.1" ,
31
32
"react-markdown" : " ^7.0.1" ,
32
33
"react-monaco-editor" : " ^0.43.0"
33
34
},
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ You can visit [Online Editor](https://gosling.js.org) to visualize your data dir
16
16
1 . To load a spec you first have to create a gist with a file named gosling.js* that specifies the spec.
17
17
1 . You can additionally specify a readme.md file to describe your spec.
18
18
1 . Also be sure to give your gist a fabulous title. It'll be shown in the gosling editor.
19
- You can then open your visualization at < a > http://<editor_url>/?gist=<github_username>/<gist_id></ a > .
19
+ You can then open your visualization at ` http://<editor_url>/?gist=<github_username>/<gist_id ` .
20
20
<!-- For example, https://gosling.js.org/?gist=flekschas/e6e388332814886d4d714efd0e88093b -->
21
21
For example, https://gosling.js.org/?gist=wangqianwen0418/1cc79f00990806f07b379ae6a7c7b7b3
22
22
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ You can visit [Online Editor](https://gosling.js.org) to visualize your data dir
16
16
1 . To load a spec you first have to create a gist with a file named gosling.js* that specifies the spec.
17
17
1 . You can additionally specify a readme.md file to describe your spec.
18
18
1 . Also be sure to give your gist a fabulous title. It'll be shown in the gosling editor.
19
- You can then open your visualization at < a > http://<editor_url>/?gist=<github_username>/<gist_id></ a > .
19
+ You can then open your visualization at ` http://<editor_url>/?gist=<github_username>/<gist_id> ` .
20
20
<!-- For example, https://gosling.js.org/?gist=flekschas/e6e388332814886d4d714efd0e88093b -->
21
21
For example, https://gosling.js.org/?gist=wangqianwen0418/1cc79f00990806f07b379ae6a7c7b7b3
22
22
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ You can visit the [online editor](https://gosling.js.org) to start trying Goslin
20
20
1 . To load a spec you first have to create a gist with a file named gosling.js\* that specifies the spec.
21
21
1 . You can additionally specify a ` readme.md ` file to describe your spec.
22
22
1 . Also be sure to give your gist a fabulous title. It'll be shown in the gosling editor.
23
- You can then open your visualization at < a > http://<editor_url>/?gist=<github_username>/<gist_id></ a > .
23
+ You can then open your visualization at ` http://<editor_url>/?gist=<github_username>/<gist_id> ` .
24
24
<!-- For example, https://gosling.js.org/?gist=flekschas/e6e388332814886d4d714efd0e88093b -->
25
25
For example, https://gosling.js.org/?gist=wangqianwen0418/1cc79f00990806f07b379ae6a7c7b7b3
26
26
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ You can visit the [online editor](https://gosling.js.org) to start trying Goslin
20
20
1 . To load a spec you first have to create a gist with a file named gosling.js\* that specifies the spec.
21
21
1 . You can additionally specify a ` readme.md ` file to describe your spec.
22
22
1 . Also be sure to give your gist a fabulous title. It'll be shown in the gosling editor.
23
- You can then open your visualization at < a > http://<editor_url>/?gist=<github_username>/<gist_id></ a > .
23
+ You can then open your visualization at ` http://<editor_url>/?gist=<github_username>/<gist_id> ` .
24
24
<!-- For example, https://gosling.js.org/?gist=flekschas/e6e388332814886d4d714efd0e88093b -->
25
25
For example, https://gosling.js.org/?gist=wangqianwen0418/1cc79f00990806f07b379ae6a7c7b7b3
26
26
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ You can visit the [online editor](https://gosling.js.org) to start trying Goslin
20
20
1 . To load a spec you first have to create a gist with a file named gosling.js\* that specifies the spec.
21
21
1 . You can additionally specify a ` readme.md ` file to describe your spec.
22
22
1 . Also be sure to give your gist a fabulous title. It'll be shown in the gosling editor.
23
- You can then open your visualization at < a > http://<editor_url>/?gist=<github_username>/<gist_id></ a > .
23
+ You can then open your visualization at ` http://<editor_url>/?gist=<github_username>/<gist_id> ` .
24
24
<!-- For example, https://gosling.js.org/?gist=flekschas/e6e388332814886d4d714efd0e88093b -->
25
25
For example, https://gosling.js.org/?gist=wangqianwen0418/1cc79f00990806f07b379ae6a7c7b7b3
26
26
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ You can visit [Online Editor](https://gosling.js.org) to visualize your data dir
16
16
1 . To load a spec you first have to create a gist with a file named gosling.js* that specifies the spec.
17
17
1 . You can additionally specify a readme.md file to describe your spec.
18
18
1 . Also be sure to give your gist a fabulous title. It'll be shown in the gosling editor.
19
- You can then open your visualization at < a > http://< editor_url> /?gist=< github_username>/< gist_id></ a > .
19
+ You can then open your visualization at ` http://[ editor_url] /?gist=[ github_username]/[ gist_id] ` .
20
20
<!-- For example, https://gosling.js.org/?gist=flekschas/e6e388332814886d4d714efd0e88093b -->
21
21
For example, https://gosling.js.org/?gist=wangqianwen0418/1cc79f00990806f07b379ae6a7c7b7b3
22
22
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ You can visit [Online Editor](https://gosling.js.org) to visualize your data dir
16
16
1 . To load a spec you first have to create a gist with a file named gosling.js* that specifies the spec.
17
17
1 . You can additionally specify a readme.md file to describe your spec.
18
18
1 . Also be sure to give your gist a fabulous title. It'll be shown in the gosling editor.
19
- You can then open your visualization at < a > http://< editor_url> /?gist=< github_username>/< gist_id></ a > .
19
+ You can then open your visualization at ` http://[ editor_url] /?gist=[ github_username]/[ gist_id] ` .
20
20
<!-- For example, https://gosling.js.org/?gist=flekschas/e6e388332814886d4d714efd0e88093b -->
21
21
For example, https://gosling.js.org/?gist=wangqianwen0418/1cc79f00990806f07b379ae6a7c7b7b3
22
22
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ You can visit [Online Editor](https://gosling.js.org) to visualize your data dir
16
16
1 . To load a spec you first have to create a gist with a file named gosling.js* that specifies the spec.
17
17
1 . You can additionally specify a readme.md file to describe your spec.
18
18
1 . Also be sure to give your gist a fabulous title. It'll be shown in the gosling editor.
19
- You can then open your visualization at < a > http://<editor_url>/?gist=<github_username>/<gist_id></ a > .
19
+ You can then open your visualization at ` http://<editor_url>/?gist=<github_username>/<gist_id> ` .
20
20
<!-- For example, https://gosling.js.org/?gist=flekschas/e6e388332814886d4d714efd0e88093b -->
21
21
For example, https://gosling.js.org/?gist=wangqianwen0418/1cc79f00990806f07b379ae6a7c7b7b3
22
22
Original file line number Diff line number Diff line change 1
1
{
2
- "version-0.10.1/ docs" : [
2
+ "docs" : [
3
3
{
4
4
"type" : " doc" ,
5
- "id" : " version-0.10.1/ getting-started"
5
+ "id" : " getting-started"
6
6
},
7
7
{
8
8
"type" : " category" ,
11
11
"items" : [
12
12
{
13
13
"type" : " doc" ,
14
- "id" : " version-0.10.1/ data"
14
+ "id" : " data"
15
15
},
16
16
{
17
17
"type" : " doc" ,
18
- "id" : " version-0.10.1/ genome-builds"
18
+ "id" : " genome-builds"
19
19
},
20
20
{
21
21
"type" : " doc" ,
22
- "id" : " version-0.10.1/ mark"
22
+ "id" : " mark"
23
23
},
24
24
{
25
25
"type" : " doc" ,
26
- "id" : " version-0.10.1/ visual-channel"
26
+ "id" : " visual-channel"
27
27
},
28
28
{
29
29
"type" : " doc" ,
30
- "id" : " version-0.10.1/ composition"
30
+ "id" : " composition"
31
31
},
32
32
{
33
33
"type" : " doc" ,
34
- "id" : " version-0.10.1/ user-interaction"
34
+ "id" : " user-interaction"
35
35
},
36
36
{
37
37
"type" : " doc" ,
38
- "id" : " version-0.10.1/ semantic-zoom"
38
+ "id" : " semantic-zoom"
39
39
}
40
40
],
41
41
"collapsible" : true
42
42
},
43
43
{
44
44
"type" : " doc" ,
45
- "id" : " version-0.10.1/ js-api"
45
+ "id" : " js-api"
46
46
},
47
47
{
48
48
"type" : " doc" ,
49
- "id" : " version-0.10.1/ non-gos-vis"
49
+ "id" : " non-gos-vis"
50
50
},
51
51
{
52
52
"type" : " doc" ,
53
- "id" : " version-0.10.1/ public-datasets"
53
+ "id" : " public-datasets"
54
54
},
55
55
{
56
56
"type" : " doc" ,
57
- "id" : " version-0.10.1/ FAQ"
57
+ "id" : " FAQ"
58
58
}
59
59
]
60
60
}
Original file line number Diff line number Diff line change 1
1
{
2
- "version-0.10.1.1/ docs" : [
2
+ "docs" : [
3
3
{
4
4
"type" : " doc" ,
5
- "id" : " version-0.10.1.1/ getting-started"
5
+ "id" : " getting-started"
6
6
},
7
7
{
8
8
"type" : " category" ,
11
11
"items" : [
12
12
{
13
13
"type" : " doc" ,
14
- "id" : " version-0.10.1.1/ data"
14
+ "id" : " data"
15
15
},
16
16
{
17
17
"type" : " doc" ,
18
- "id" : " version-0.10.1.1/ genome-builds"
18
+ "id" : " genome-builds"
19
19
},
20
20
{
21
21
"type" : " doc" ,
22
- "id" : " version-0.10.1.1/ mark"
22
+ "id" : " mark"
23
23
},
24
24
{
25
25
"type" : " doc" ,
26
- "id" : " version-0.10.1.1/ visual-channel"
26
+ "id" : " visual-channel"
27
27
},
28
28
{
29
29
"type" : " doc" ,
30
- "id" : " version-0.10.1.1/ composition"
30
+ "id" : " composition"
31
31
},
32
32
{
33
33
"type" : " doc" ,
34
- "id" : " version-0.10.1.1/ user-interaction"
34
+ "id" : " user-interaction"
35
35
},
36
36
{
37
37
"type" : " doc" ,
38
- "id" : " version-0.10.1.1/ semantic-zoom"
38
+ "id" : " semantic-zoom"
39
39
}
40
40
],
41
41
"collapsible" : true
42
42
},
43
43
{
44
44
"type" : " doc" ,
45
- "id" : " version-0.10.1.1/ js-api"
45
+ "id" : " js-api"
46
46
},
47
47
{
48
48
"type" : " doc" ,
49
- "id" : " version-0.10.1.1/ non-gos-vis"
49
+ "id" : " non-gos-vis"
50
50
},
51
51
{
52
52
"type" : " doc" ,
53
- "id" : " version-0.10.1.1/ public-datasets"
53
+ "id" : " public-datasets"
54
54
},
55
55
{
56
56
"type" : " doc" ,
57
- "id" : " version-0.10.1.1/ FAQ"
57
+ "id" : " FAQ"
58
58
}
59
59
]
60
60
}
Original file line number Diff line number Diff line change 1
1
{
2
- "version-0.9/ docs" : [
2
+ "docs" : [
3
3
{
4
4
"type" : " doc" ,
5
- "id" : " version-0.9/ getting-started"
5
+ "id" : " getting-started"
6
6
},
7
7
{
8
8
"type" : " category" ,
11
11
"items" : [
12
12
{
13
13
"type" : " doc" ,
14
- "id" : " version-0.9/ data"
14
+ "id" : " data"
15
15
},
16
16
{
17
17
"type" : " doc" ,
18
- "id" : " version-0.9/ genome-builds"
18
+ "id" : " genome-builds"
19
19
},
20
20
{
21
21
"type" : " doc" ,
22
- "id" : " version-0.9/ mark"
22
+ "id" : " mark"
23
23
},
24
24
{
25
25
"type" : " doc" ,
26
- "id" : " version-0.9/ visual-channel"
26
+ "id" : " visual-channel"
27
27
},
28
28
{
29
29
"type" : " doc" ,
30
- "id" : " version-0.9/ composition"
30
+ "id" : " composition"
31
31
},
32
32
{
33
33
"type" : " doc" ,
34
- "id" : " version-0.9/ user-interaction"
34
+ "id" : " user-interaction"
35
35
},
36
36
{
37
37
"type" : " doc" ,
38
- "id" : " version-0.9/ semantic-zoom"
38
+ "id" : " semantic-zoom"
39
39
}
40
40
],
41
41
"collapsible" : true
42
42
},
43
43
{
44
44
"type" : " doc" ,
45
- "id" : " version-0.9/ js-api"
45
+ "id" : " js-api"
46
46
},
47
47
{
48
48
"type" : " doc" ,
49
- "id" : " version-0.9/ public-datasets"
49
+ "id" : " public-datasets"
50
50
},
51
51
{
52
52
"type" : " doc" ,
53
- "id" : " version-0.9/ FAQ"
53
+ "id" : " FAQ"
54
54
}
55
55
]
56
56
}
You can’t perform that action at this time.
0 commit comments