Skip to content

Commit ca9c1f4

Browse files
committed
chore(docs): Remove temporarily https from configs until domain settings are refresehd
1 parent b9d4d1b commit ca9c1f4

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

docs/config.js

+8-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ const langs = [
1010
]
1111

1212
docute.init({
13-
title: 'vue-chartjs docs',
13+
title: 'vue-chartjs documentation',
1414
announcement(route) {
1515
const info = { type: 'success' }
1616
info.html = '<a style="margin-right:10px;" class="docute-button docute-button-mini docute-button-success" href="https://www.paypal.me/apertureless/50eur" target="_blank">Donate!</a> Support vue-chartjs development by a one-time donation.'
1717
return info
1818
},
19-
landing: true,
19+
debug: true,
2020
landing: '_landing.html',
2121
repo: 'apertureless/vue-chartjs',
2222
twitter: 'apertureless',
@@ -38,6 +38,11 @@ docute.init({
3838
{
3939
title: 'Startseite', path: '/de/'
4040
}
41+
],
42+
'fr-fr': [
43+
{
44+
title: 'Home', path: '/fr-fr/'
45+
}
4146
]
4247
},
4348
plugins: [
@@ -50,7 +55,7 @@ docute.init({
5055
tags: ['en', 'fr-fr', 'id', 'ja', 'pt-br', 'ru', 'zh-cn'],
5156
// this plugin does require a url too
5257
// where docsearch fetches contents
53-
url: 'https://vue-chartjs.org'
58+
url: 'http://vue-chartjs.org'
5459
})
5560
]
5661
})

docs/index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
7-
<title>vue-chartjs doc</title>
7+
<meta name="description" content="vue-chartjs documentation with api reference and examples">
8+
<title>vue-chartjs documentation</title>
89
<link rel="stylesheet" href="https://unpkg.com/docute/dist/docute.css">
910
</head>
1011
<body>
1112
<!-- don't remove this part start -->
1213
<div id="app"></div>
1314
<script src="https://unpkg.com/docute-evanyou"></script>
14-
<script src="https://unpkg.com/docute/dist/docute.js"></script>
1515
<script src="https://unpkg.com/docute/plugins/docsearch.js"></script>
16+
<script src="https://unpkg.com/docute/dist/docute.js"></script>
1617
<script src="./config.js"></script>
1718
<!-- don't remove this part end -->
1819
</body>

0 commit comments

Comments
 (0)