@@ -9,19 +9,19 @@ module.exports = {
9
9
themeConfig : {
10
10
// sidebarCollapsible: false,
11
11
prism : {
12
- theme : require ( "prism-react-renderer/themes/palenight" )
12
+ theme : require ( "prism-react-renderer/themes/palenight" ) ,
13
13
} ,
14
14
navbar : {
15
15
title : "Pikelet" ,
16
16
logo : {
17
17
alt : "My Site Logo" ,
18
- src : "img/logo.svg"
18
+ src : "img/logo.svg" ,
19
19
} ,
20
20
links : [
21
21
{
22
22
label : "Docs" ,
23
23
to : "docs/pikelet/introduction" ,
24
- position : "right"
24
+ position : "right" ,
25
25
} ,
26
26
// {
27
27
// label: "Blog",
@@ -31,14 +31,14 @@ module.exports = {
31
31
{
32
32
label : "GitHub" ,
33
33
href : "https://github.com/pikelet-lang/pikelet" ,
34
- position : "right"
34
+ position : "right" ,
35
35
} ,
36
36
{
37
37
label : "Gitter" ,
38
38
href : "https://gitter.im/pikelet-lang/Lobby" ,
39
- position : "right"
40
- }
41
- ]
39
+ position : "right" ,
40
+ } ,
41
+ ] ,
42
42
} ,
43
43
footer : {
44
44
style : "dark" ,
@@ -48,42 +48,42 @@ module.exports = {
48
48
items : [
49
49
{ to : "docs/guide" , label : "Guide" } ,
50
50
{ to : "docs/reference" , label : "Reference" } ,
51
- { to : "docs/specification" , label : "Specification" }
52
- ]
51
+ { to : "docs/specification" , label : "Specification" } ,
52
+ ] ,
53
53
} ,
54
54
{
55
55
title : "Community" ,
56
56
items : [
57
57
{
58
58
label : "Gitter" ,
59
- href : "https://gitter.im/pikelet-lang/Lobby"
59
+ href : "https://gitter.im/pikelet-lang/Lobby" ,
60
60
} ,
61
61
{
62
62
label : "Discord (Unofficial)" ,
63
- href : "https://discord.gg/vQtyxjZ"
64
- }
65
- ]
63
+ href : "https://discord.gg/vQtyxjZ" ,
64
+ } ,
65
+ ] ,
66
66
} ,
67
67
{
68
68
title : "Social" ,
69
69
items : [
70
70
{
71
71
label : "Blog" ,
72
- to : "blog"
72
+ to : "blog" ,
73
73
} ,
74
74
{
75
75
label : "GitHub" ,
76
- href : "https://github.com/pikelet-lang/pikelet"
76
+ href : "https://github.com/pikelet-lang/pikelet" ,
77
77
} ,
78
78
{
79
79
label : "Twitter" ,
80
- href : "https://twitter.com/pikelet-lang"
81
- }
82
- ]
83
- }
80
+ href : "https://twitter.com/pikelet-lang" ,
81
+ } ,
82
+ ] ,
83
+ } ,
84
84
] ,
85
- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Brendan Zabarauskas. Built with Docusaurus.`
86
- }
85
+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Brendan Zabarauskas. Built with Docusaurus.` ,
86
+ } ,
87
87
} ,
88
88
presets : [
89
89
[
@@ -93,7 +93,6 @@ module.exports = {
93
93
sidebarPath : require . resolve ( "./sidebars.js" ) ,
94
94
editUrl :
95
95
"https://github.com/pikelet-lang/pikelet/edit/master/website/" ,
96
- remarkPlugins : [ [ require ( "remark-admonitions" ) , { } ] ]
97
96
} ,
98
97
// blog: {
99
98
// feedOptions: {
@@ -104,9 +103,9 @@ module.exports = {
104
103
// }
105
104
// },
106
105
theme : {
107
- customCss : require . resolve ( "./src/css/custom.css" )
108
- }
109
- }
110
- ]
111
- ]
106
+ customCss : require . resolve ( "./src/css/custom.css" ) ,
107
+ } ,
108
+ } ,
109
+ ] ,
110
+ ] ,
112
111
} ;
0 commit comments