Skip to content

Commit

Permalink
docs(about): move site files out of src/about
Browse files Browse the repository at this point in the history
  • Loading branch information
BrainBacon committed Mar 1, 2019
1 parent 2569752 commit 919530a
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 1,888 deletions.
13 changes: 13 additions & 0 deletions docs/09aec3d2ebfc394d1e6f.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,708 changes: 0 additions & 1,708 deletions docs/541bd4d533055449238e.css

This file was deleted.

1 change: 0 additions & 1 deletion docs/541bd4d533055449238e.css.map

This file was deleted.

Binary file added docs/87508497f55ce42b5f885b8572c2c538.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions docs/931bbdf3ee6a6846ca3f.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/931bbdf3ee6a6846ca3f.css.map

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions docs/a48d5eef68f21d81e1d8.js

This file was deleted.

2 changes: 1 addition & 1 deletion docs/index.html
@@ -1 +1 @@
<!DOCTYPE html><html><head><title>Vue-BabylonJS Documentation site</title><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"><meta name="HandheldFriendly" content="true"><meta name="theme-color" content="#42b883"><meta name="description" content="undefined"><meta name="description" content="Create 3D / VR graphics as simply as writing HTML and CSS"><link rel="alternate" type="application/rss+xml" href="https://github.com/Beg-in/vue-babylonjs/releases.atom"><link href="https://fonts.googleapis.com/css?family=Tajawal:300,400,700" rel="stylesheet"><link rel="shortcut icon" href="https://beg-in.github.io/vue-babylonjs/favicon.png"><link href="https://beg-in.github.io/vue-babylonjs/541bd4d533055449238e.css" rel="stylesheet"></head><body><noscript>Sorry, requires that you have JavaScript enabled.<a target="_blank" rel="noopener" href="https://www.enable-javascript.com/">See here for instructions.</a></noscript><div id="app"></div><script type="text/javascript" src="https://beg-in.github.io/vue-babylonjs/a48d5eef68f21d81e1d8.js"></script></body></html>
<!DOCTYPE html><html><head><title>Vue-BabylonJS Documentation site</title><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"><meta name="HandheldFriendly" content="true"><meta name="theme-color" content="#42b883"><meta name="description" content="A ready-to-go 3d environment for Vue.js using Babylon.js"><meta name="description" content="Create 3D / VR graphics as simply as writing HTML and CSS"><link rel="alternate" type="application/rss+xml" href="https://github.com/Beg-in/vue-babylonjs/releases.atom"><link href="https://fonts.googleapis.com/css?family=Tajawal:300,400,700" rel="stylesheet"><link rel="shortcut icon" href="https://beg-in.github.io/vue-babylonjs/favicon.png"><link href="https://beg-in.github.io/vue-babylonjs/931bbdf3ee6a6846ca3f.css" rel="stylesheet"></head><body><noscript>Sorry, vue-babylonjs requires that you have JavaScript enabled.<a target="_blank" rel="noopener" href="https://www.enable-javascript.com/">See here for instructions.</a></noscript><div id="app"></div><script type="text/javascript" src="https://beg-in.github.io/vue-babylonjs/09aec3d2ebfc394d1e6f.js"></script></body></html>
File renamed without changes.
10 changes: 5 additions & 5 deletions site/about.vue
Expand Up @@ -15,16 +15,16 @@ article
a(href="https://github.com/Beg-in/vue-babylonjs/blob/master/CONTRIBUTING.md") Contributing
a(href="https://beg.in/") From Begin
.col-md-1-2
include:markdown-it(plugins=['markdown-it-prism']) ../src/about/docs.md
include:markdown-it(plugins=['markdown-it-prism']) ./about.md
</template>
<style lang="sass" scoped>
@import ./variables
.founder-image
.founder-image
border-radius: 50%
width: 290px
height: 290px
margin: 0 auto
margin: 0 auto
.founder-name
text-align: center
Expand All @@ -34,7 +34,7 @@ article
.founder-twitter
display: block
text-align: center
text-align: center
.links
margin-top: 90px
Expand All @@ -50,4 +50,4 @@ article
text-align: center
font-size: 17px
font-style: italic
</style>
</style>
6 changes: 3 additions & 3 deletions site/app.vue
Expand Up @@ -30,7 +30,7 @@ export default {
.sidebar
nav.height-100(@click="sidebar = false")
.hidden-sm.hidden-xs
h1
h1
router-link(to="/home") Vue-BabylonJS
ul
li
Expand Down Expand Up @@ -70,8 +70,8 @@ export default {
router-link(tag="li" to="/types")
a Types
.frow
a.github-logo(href="https://github.com/Beg-in/vue-babylonjs") #[Logo]
p &copy; 2018-present Brian Jesse
external.github-logo(href="https://github.com/Beg-in/vue-babylonjs") #[Logo]
p &copy; {{new Date().getFullYear()}} Brian Jesse
.col-md-4-5.height-100(:class="{ 'sidebar-hidden': sidebar }")
main
router-view
Expand Down
154 changes: 0 additions & 154 deletions src/about/index.js

This file was deleted.

4 changes: 2 additions & 2 deletions src/docs.md
Expand Up @@ -8,8 +8,8 @@
#### Vue-BabylonJS is a powerful tool. You can create 3D graphics featuring:
- <router-link to="/physics">Physics</router-link>
- <router-link to="/light">Lighting Properties</router-link>
- <router-link to="/camera-movement">Movement</router-link>
- <router-link to="/texture">Textures</router-link> or <router-link to="/materials">Materials</router-link>
- <router-link to="/camera">Cameras</router-link>
- <router-link to="/texture">Textures</router-link> or <router-link to="/material">Materials</router-link>
- More (See Sidebar)

---
Expand Down

0 comments on commit 919530a

Please sign in to comment.