1
1
module . exports = {
2
- title : 'Skytable Documentation' ,
3
- tagline : "This is the place where you'll learn to use, install, configure and master Skytable" ,
4
- url : 'https://docs.skytable.io' ,
5
- baseUrl : '/' ,
6
- onBrokenLinks : 'throw' ,
7
- onBrokenMarkdownLinks : 'warn' ,
8
- favicon : 'img/favicon.ico' ,
9
- organizationName : 'skytable' , // Usually your GitHub org/user name.
10
- projectName : 'docs' , // Usually your repo name.
2
+ title : "Skytable Documentation" ,
3
+ tagline :
4
+ "This is the place where you'll learn to use, install, configure and master Skytable" ,
5
+ url : "https://docs.skytable.io" ,
6
+ baseUrl : "/" ,
7
+ onBrokenLinks : "throw" ,
8
+ onBrokenMarkdownLinks : "warn" ,
9
+ favicon : "img/favicon.ico" ,
10
+ organizationName : "skytable" ,
11
+ projectName : "docs" ,
11
12
themeConfig : {
12
13
navbar : {
13
- title : ' Skytable Documentation' ,
14
+ title : " Skytable Documentation" ,
14
15
logo : {
15
- alt : ' Skytable Logo' ,
16
- src : ' img/logo.png' ,
16
+ alt : " Skytable Logo" ,
17
+ src : " img/logo.png" ,
17
18
} ,
18
19
items : [
19
20
{
20
- href : ' https://github.com/skytable/docs' ,
21
- label : ' GitHub' ,
22
- position : ' right' ,
21
+ href : " https://github.com/skytable/docs" ,
22
+ label : " GitHub" ,
23
+ position : " right" ,
23
24
} ,
24
25
// {
25
26
// href: '/versions',
26
27
// label: 'Versions',
27
28
// position: 'right'
28
29
// },
29
30
{
30
- type : ' docsVersionDropdown' ,
31
- position : ' left' ,
32
- }
31
+ type : " docsVersionDropdown" ,
32
+ position : " left" ,
33
+ } ,
33
34
] ,
34
35
} ,
35
36
footer : {
36
- style : ' dark' ,
37
+ style : " dark" ,
37
38
links : [
38
39
{
39
- title : ' Links' ,
40
+ title : " Links" ,
40
41
items : [
41
42
{
42
- label : ' Docs' ,
43
- to : '/' ,
43
+ label : " Docs" ,
44
+ to : "/" ,
44
45
} ,
45
46
{
46
- label : ' Security Advisories' ,
47
- to : ' https://skytable.github.io/security' ,
47
+ label : " Security Advisories" ,
48
+ to : " https://skytable.github.io/security" ,
48
49
} ,
49
50
{
50
- label : ' Releases' ,
51
- to : ' https://github.com/skytable/skytable/releases'
52
- }
51
+ label : " Releases" ,
52
+ to : " https://github.com/skytable/skytable/releases" ,
53
+ } ,
53
54
] ,
54
55
} ,
55
56
{
56
- title : ' Community' ,
57
+ title : " Community" ,
57
58
items : [
58
59
{
59
- label : ' Gitter' ,
60
- href : ' https://gitter.im/skytable/community' ,
60
+ label : " Gitter" ,
61
+ href : " https://gitter.im/skytable/community" ,
61
62
} ,
62
63
{
63
- label : ' Discord' ,
64
- href : ' https://discord.gg/QptWFdx' ,
64
+ label : " Discord" ,
65
+ href : " https://discord.gg/QptWFdx" ,
65
66
} ,
66
67
{
67
- label : ' Twitter' ,
68
- href : ' https://twitter.com/skytabledb' ,
68
+ label : " Twitter" ,
69
+ href : " https://twitter.com/skytabledb" ,
69
70
} ,
70
71
] ,
71
72
} ,
72
73
{
73
- title : ' Sources' ,
74
+ title : " Sources" ,
74
75
items : [
75
76
{
76
- label : ' Core database' ,
77
- href : ' https://github.com/skytable/skytable' ,
77
+ label : " Core database" ,
78
+ href : " https://github.com/skytable/skytable" ,
78
79
} ,
79
80
{
80
- label : ' Documentation' ,
81
- href : ' https://github.com/skytable/docs' ,
82
- }
81
+ label : " Documentation" ,
82
+ href : " https://github.com/skytable/docs" ,
83
+ } ,
83
84
] ,
84
85
} ,
85
86
] ,
@@ -88,28 +89,15 @@ module.exports = {
88
89
} ,
89
90
presets : [
90
91
[
91
- ' @docusaurus/preset-classic' ,
92
+ " @docusaurus/preset-classic" ,
92
93
{
93
94
docs : {
94
95
routeBasePath : "/" ,
95
- sidebarPath : require . resolve ( ' ./sidebars.auto.js' ) ,
96
+ sidebarPath : require . resolve ( " ./sidebars.auto.js" ) ,
96
97
} ,
97
98
theme : {
98
- customCss : require . resolve ( ' ./src/css/custom.css' ) ,
99
+ customCss : require . resolve ( " ./src/css/custom.css" ) ,
99
100
} ,
100
- // docs: {
101
- // "routeBasePath" : '/',
102
- // "lastVersion": "current",
103
- // "versions": {
104
- // "current": {
105
- // "label": "0.6.0",
106
- // }
107
- // }
108
- // }
109
- // pages: {
110
- // 'path' : 'src/pages',
111
- // 'routeBasePath' : '/',
112
- // }
113
101
} ,
114
102
] ,
115
103
] ,
0 commit comments