Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
telepenin committed Nov 7, 2018
0 parents commit 0223fd8
Show file tree
Hide file tree
Showing 15 changed files with 100 additions and 0 deletions.
Empty file added config.js
Empty file.
33 changes: 33 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
module.exports = {
title: 'Template for documentation',
description: "A demo documentation using VuePress",
themeConfig:{
nav: [
// TODO: example
// { text: 'COUNTER', link: '/foo1/' },
// { text: 'GUIDE', link: '/foo/' },
],
sidebar: [
{
title: 'Counter',
collapsable: false,
children: [
// TODO: example
// '/counter/counter-app'
]
},
{
title: 'API Guide',
collapsable: false,
children: [
// TODO:
// example
// '',
// '/foo/',
// '/foo/two',
// '/foo/one'
]
}
]
}
}
17 changes: 17 additions & 0 deletions docs/.vuepress/dist/404.html
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.45150a13.css" as="style"><link rel="preload" href="/assets/js/app.45150a13.js" as="script"><link rel="prefetch" href="/assets/css/1.styles.5a8ea794.css"><link rel="prefetch" href="/assets/js/1.5a8ea794.js"><link rel="prefetch" href="/assets/css/2.styles.c798916f.css"><link rel="prefetch" href="/assets/js/2.c798916f.js"><link rel="prefetch" href="/assets/js/3.00444ad5.js">
<link rel="stylesheet" href="/assets/css/styles.45150a13.css"><link rel="stylesheet" href="/assets/css/1.styles.5a8ea794.css"><link rel="stylesheet" href="/assets/css/2.styles.c798916f.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.45150a13.js" defer></script>
</body>
</html>
Empty file.
1 change: 1 addition & 0 deletions docs/.vuepress/dist/assets/css/2.styles.c798916f.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/.vuepress/dist/assets/css/styles.45150a13.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/.vuepress/dist/assets/img/search.83621669.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/.vuepress/dist/assets/js/1.5a8ea794.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{162:function(n,w,o){}}]);
1 change: 1 addition & 0 deletions docs/.vuepress/dist/assets/js/2.c798916f.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/.vuepress/dist/assets/js/3.00444ad5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions docs/.vuepress/dist/assets/js/app.45150a13.js

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions docs/.vuepress/dist/index.html
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 VuePress</title>
<meta name="description" content="">


<link rel="preload" href="/assets/css/styles.45150a13.css" as="style"><link rel="preload" href="/assets/js/app.45150a13.js" as="script"><link rel="preload" href="/assets/js/3.00444ad5.js" as="script"><link rel="prefetch" href="/assets/css/1.styles.5a8ea794.css"><link rel="prefetch" href="/assets/js/1.5a8ea794.js"><link rel="prefetch" href="/assets/css/2.styles.c798916f.css"><link rel="prefetch" href="/assets/js/2.c798916f.js">
<link rel="stylesheet" href="/assets/css/styles.45150a13.css"><link rel="stylesheet" href="/assets/css/1.styles.5a8ea794.css"><link rel="stylesheet" href="/assets/css/2.styles.c798916f.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-vuepress"><a href="#hello-vuepress" aria-hidden="true" class="header-anchor">#</a> Hello VuePress</h1></div> <div class="page-edit"><!----> <!----></div> <!----> </div> <!----></div></div>
<script src="/assets/js/3.00444ad5.js" defer></script><script src="/assets/js/app.45150a13.js" defer></script>
</body>
</html>
8 changes: 8 additions & 0 deletions docs/.vuepress/enhanceApp.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export default ({
Vue, // the version of Vue being used in the VuePress app
options, // the options for the root Vue instance
router, // the router instance for the app
siteData // site metadata
}) => {
// ...apply enhancements to the app
}
5 changes: 5 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Hello VuePress 1

# Hello VuePress 2

# Hello VuePress 3
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
}
}

0 comments on commit 0223fd8

Please sign in to comment.