This repository was archived by the owner on May 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
58 lines (58 loc) · 1.97 KB
/
config.js
File metadata and controls
58 lines (58 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
module.exports = {
title: 'Thermal',
description: 'One stop. Git repository',
dest: "public",
head: [
['link', { rel: 'icon', href: '/images/favicon.png' }],
['meta', { name: 'keywords', content: 'thermal, thermal app, git thermal, thermal gui, thermal git, git gui' }],
['meta', { name: 'author', content: 'CodeCarrot' }],
['meta', { itemprop: 'image', content: '/images/meta_image.png' }],
['meta', { property: 'og:type', content: 'website' }],
['meta', { itemprop: 'og:image', content: '/images/meta_image.png' }],
['meta', { property: 'og:site_name', content: 'Thermal' }],
['meta', { property: 'og:description', content: 'One stop. Git repository' }],
['meta', { property: 'twitter:description', content: 'One stop. Git repository' }],
['meta', { property: 'twitter:image', content: '/images/meta_image.png' }],
['meta', { property: 'twitter:url', content: 'https://thermal.netlify.com/' }],
['meta', { property: 'twitter:site', content: '@gitthermal' }],
['meta', { name: 'robots', content: 'index, follow' }]
],
ga: "UA-131193769-3",
themeConfig: {
logo: '/images/logo.png',
nav: [
{ text: 'Home', link: '/' },
{
text: 'Guide',
items: [
{ text: 'Experimental features', link: '/#experimental-features' },
{ text: 'Contribution', link: '/#contribution' },
{ text: 'FAQ', link: '/#faq' }
]
},
{ text: 'Patron', link: 'https://www.patreon.com/join/mittalyashu?' }
],
sidebar: {
'/win/guide/': [
['/download/', 'Download'],
['', 'Introduction'],
['repository', 'Repository'],
['experimental-features', 'Experimental features']
],
'/experimental-features/': [
['file-diff', 'File diff'],
['commit-description', 'Commit description'],
['powered-by', 'Powered by']
]
},
repo: 'gitthermal/thermal',
docsRepo: 'gitthermal/docs',
editLinks: true,
editLinkText: 'Help us improve this page!',
lastUpdated: 'Last Updated',
serviceWorker: {
updatePopup: true
}
},
serviceWorker: true
}