This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsiteConfig.js
69 lines (66 loc) · 2 KB
/
siteConfig.js
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
59
60
61
62
63
64
65
66
67
68
69
/**
* Copyright (c) 2017-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/* List of projects/orgs using your project for the users page */
const users = [
{
caption: 'Greenter',
image: 'https://github.com/giansalex/greenter/raw/master/docs/img/logo.png',
infoLink: 'https://giansalex.github.io/greenter/',
pinned: true,
},
];
const siteConfig = {
title: 'Sunat Docs ' /* title for your website */,
tagline: 'Documentación de Facturación Electrónica',
url: 'https://giansalex.github.io' /* your website url */,
baseUrl: '/sunat-docs/' /* base url for your project */,
noIndex: false,
headerLinks: [
{doc: 'doc1', label: 'Docs'},
{page: 'help', label: 'Help'},
{blog: true, label: 'Blog'},
{
href: 'https://github.com/giansalex/sunat-docs',
label: 'GitHub',
}
],
useEnglishUrl: false,
users,
/* path to images for header/footer */
headerIcon: 'img/sunat.svg',
footerIcon: 'img/sunat.svg',
favicon: 'img/favicon.png',
/* colors for website */
colors: {
primaryColor: '#5d3e63',
secondaryColor: '#735d77',
},
/* custom fonts for website */
/*fonts: {
myFont: [
"Times New Roman",
"Serif"
],
myOtherFont: [
"-apple-system",
"system-ui"
]
},*/
// This copyright info is used in /core/Footer.js and blog rss/atom feeds.
copyright: 'Copyright © ' + new Date().getFullYear() + ' IMM Corp',
organizationName: 'giansalex', // or set an env variable ORGANIZATION_NAME
projectName: 'sunat-docs', // or set an env variable PROJECT_NAME
editUrl: "https://github.com/giansalex/sunat-docs/edit/master/docs/",
highlight: {
theme: 'solarized-dark',
},
twitter: 'true',
scripts: ['https://buttons.github.io/buttons.js'],
// You may provide arbitrary config keys to be used as needed by your template.
repoUrl: 'https://github.com/giansalex/sunat-docs',
};
module.exports = siteConfig;