forked from apertureless/vue-chartjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f0b3d0
commit 3ef3b22
Showing
59 changed files
with
8,669 additions
and
2,512 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
module.exports = { | ||
title: 'vue-chartjs documentation', | ||
themeConfig: { | ||
nav: [ | ||
{ text: 'Home', link: '/' }, | ||
{ text: 'Guide', link: '/guide/' }, | ||
{ text: 'References', link: '/reference/' } | ||
], | ||
sidebar: 'auto', | ||
repo: 'apertureless/vue-chartjs', | ||
editLinks: true, | ||
editLinkText: 'Help us improve this page!', | ||
docsDir: 'docs', | ||
docsBranch: 'master', | ||
locales: { | ||
'/': { | ||
selectText: 'Languages', | ||
label: 'English', | ||
editLinkText: 'Edit this page on GitHub', | ||
serviceWorker: { | ||
updatePopup: { | ||
message: "New content is available.", | ||
buttonText: "Refresh" | ||
} | ||
}, | ||
}, | ||
'/zh-cn/': { | ||
selectText: 'Languages', | ||
label: '中文(简体)', | ||
editLinkText: 'Edit this page on GitHub', | ||
serviceWorker: { | ||
updatePopup: { | ||
message: "New content is available.", | ||
buttonText: "Refresh" | ||
} | ||
}, | ||
}, | ||
'/id/': { | ||
selectText: 'Languages', | ||
label: 'Bahasa Indonesia', | ||
editLinkText: 'Edit this page on GitHub', | ||
serviceWorker: { | ||
updatePopup: { | ||
message: "New content is available.", | ||
buttonText: "Refresh" | ||
} | ||
}, | ||
}, | ||
'/ja/': { | ||
selectText: 'Languages', | ||
label: '日本語', | ||
editLinkText: 'Edit this page on GitHub', | ||
serviceWorker: { | ||
updatePopup: { | ||
message: "New content is available.", | ||
buttonText: "Refresh" | ||
} | ||
}, | ||
}, | ||
'/ru/': { | ||
selectText: 'Languages', | ||
label: 'Русский', | ||
editLinkText: 'Edit this page on GitHub', | ||
serviceWorker: { | ||
updatePopup: { | ||
message: "New content is available.", | ||
buttonText: "Refresh" | ||
} | ||
}, | ||
}, | ||
'/pt-br/': { | ||
selectText: 'Languages', | ||
label: 'Português do Brasil', | ||
editLinkText: 'Edit this page on GitHub', | ||
serviceWorker: { | ||
updatePopup: { | ||
message: "New content is available.", | ||
buttonText: "Refresh" | ||
} | ||
}, | ||
}, | ||
'/fr-fr/': { | ||
selectText: 'Languages', | ||
label: 'Français', | ||
editLinkText: 'Edit this page on GitHub', | ||
serviceWorker: { | ||
updatePopup: { | ||
message: "New content is available.", | ||
buttonText: "Refresh" | ||
} | ||
}, | ||
} | ||
} | ||
}, | ||
locales: { | ||
'/': { | ||
lang: 'en-US', | ||
title: '📈 vue-chartjs', | ||
description: '⚡ Easy and beautiful charts with Chart.js and Vue.js' | ||
}, | ||
'/zh-cn/': { | ||
lang: 'zh-CN', | ||
title: '📈 vue-chartjs', | ||
description: '⚡ Easy and beautiful charts with Chart.js and Vue.js' | ||
}, | ||
'/id/': { | ||
lang: 'id', | ||
title: '📈 vue-chartjs', | ||
description: '⚡ Easy and beautiful charts with Chart.js and Vue.js' | ||
}, | ||
'/ja/': { | ||
lang: 'ja', | ||
title: '📈 vue-chartjs', | ||
description: '⚡ Easy and beautiful charts with Chart.js and Vue.js' | ||
}, | ||
'/ru/': { | ||
lang: 'ru', | ||
title: '📈 vue-chartjs', | ||
description: '⚡ Easy and beautiful charts with Chart.js and Vue.js' | ||
}, | ||
'/pt-br/': { | ||
lang: 'pt-br', | ||
title: '📈 vue-chartjs', | ||
description: '⚡ Easy and beautiful charts with Chart.js and Vue.js' | ||
}, | ||
'/fr-fr/': { | ||
lang: 'fr-fr', | ||
title: '📈 vue-chartjs', | ||
description: '⚡ Easy and beautiful charts with Chart.js and Vue.js' | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<title>VuePress</title> | ||
<meta name="description" content=""> | ||
|
||
|
||
<link rel="preload" href="/assets/css/styles.1a764383.css" as="style"><link rel="preload" href="/assets/js/app.1a764383.js" as="script"><link rel="prefetch" href="/assets/css/1.styles.3ac4ce2d.css"><link rel="prefetch" href="/assets/js/1.3ac4ce2d.js"><link rel="prefetch" href="/assets/css/2.styles.5a2a73d8.css"><link rel="prefetch" href="/assets/js/2.5a2a73d8.js"><link rel="prefetch" href="/assets/js/3.8d1b5fa1.js"> | ||
<link rel="stylesheet" href="/assets/css/styles.1a764383.css"><link rel="stylesheet" href="/assets/css/1.styles.3ac4ce2d.css"><link rel="stylesheet" href="/assets/css/2.styles.5a2a73d8.css"> | ||
</head> | ||
<body> | ||
<div id="app" data-server-rendered="true"><div class="theme-container"><div class="content"><h1>404</h1> <blockquote>There's nothing here.</blockquote> <a href="/" class="router-link-active">Take me home.</a></div></div></div> | ||
<script src="/assets/js/app.1a764383.js" defer></script> | ||
</body> | ||
</html> |
File renamed without changes.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{144:function(n,w,o){}}]); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<title>Hello World VP</title> | ||
<meta name="description" content=""> | ||
|
||
|
||
<link rel="preload" href="/assets/css/styles.1a764383.css" as="style"><link rel="preload" href="/assets/js/app.1a764383.js" as="script"><link rel="preload" href="/assets/js/3.8d1b5fa1.js" as="script"><link rel="prefetch" href="/assets/css/1.styles.3ac4ce2d.css"><link rel="prefetch" href="/assets/js/1.3ac4ce2d.js"><link rel="prefetch" href="/assets/css/2.styles.5a2a73d8.css"><link rel="prefetch" href="/assets/js/2.5a2a73d8.js"> | ||
<link rel="stylesheet" href="/assets/css/styles.1a764383.css"><link rel="stylesheet" href="/assets/css/1.styles.3ac4ce2d.css"><link rel="stylesheet" href="/assets/css/2.styles.5a2a73d8.css"> | ||
</head> | ||
<body> | ||
<div id="app" data-server-rendered="true"><div class="theme-container no-sidebar"><header class="navbar"><div class="sidebar-button"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"></path></svg></div> <a href="/" class="home-link router-link-exact-active router-link-active"></a> <div class="links" style="max-width:nullpx;"><div class="search-box"><input aria-label="Search" autocomplete="off" spellcheck="false" value=""> <!----></div> <!----></div></header> <div class="sidebar-mask"></div> <div class="sidebar"><!----> <!----> </div> <div class="page"> <div class="content"><h1 id="hello-world-vp"><a href="#hello-world-vp" aria-hidden="true" class="header-anchor">#</a> Hello World VP</h1></div> <div class="page-edit"><!----> <!----></div> <!----> </div> <!----></div></div> | ||
<script src="/assets/js/3.8d1b5fa1.js" defer></script><script src="/assets/js/app.1a764383.js" defer></script> | ||
</body> | ||
</html> |
File renamed without changes
File renamed without changes
Oops, something went wrong.