Skip to content

Commit

Permalink
Add link to preview.vasern.com
Browse files Browse the repository at this point in the history
  • Loading branch information
hieunc229 committed Feb 21, 2019
1 parent bd8c4f8 commit 2919c5d
Show file tree
Hide file tree
Showing 49 changed files with 27 additions and 26 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ docker-compose.yml

coverage
*.xcuserstate
website_
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ docker-compose.yml
examples
docs
website
website_

coverage
1 change: 0 additions & 1 deletion vasern/src/core/vasern/Document.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,6 @@ export default class Document {
// prop not exists
isValid = false;
} else {
// invalid error found => I think it's the opposite?
correctProps += 1;
}
});
Expand Down
Empty file modified website/.gitignore
100644 → 100755
Empty file.
Empty file modified website/README.md
100644 → 100755
Empty file.
Empty file modified website/i18n/en.json
100644 → 100755
Empty file.
Empty file modified website/package.json
100644 → 100755
Empty file.
46 changes: 23 additions & 23 deletions website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Button extends React.Component {
}

Button.defaultProps = {
target: "_self",
target: "_self"
};

const SplashContainer = props => (
Expand All @@ -71,8 +71,8 @@ const ProjectTitle = () => (
<small>Data storage for React Native</small>
</h1>
<p>
Vasern let developers quickly setup database for React Native apps.
It's fast, lightweight, and open source.
Vasern let developers quickly setup database for React Native apps. It's
fast, lightweight, and open source.
</p>
</div>
);
Expand Down Expand Up @@ -148,7 +148,7 @@ const FeatureBlocks = () => {
content: `Address performance issue by building Vasern storage engine natively in C++, Objective-C, Java.
Enable native performance.
`,
img: "002-startup.svg",
img: "002-startup.svg"
},
{
id: "zero-dependency",
Expand All @@ -158,15 +158,15 @@ const FeatureBlocks = () => {
Zero dependency is the goal. Current size ~100kb.
`,
img: "003-bag.svg",
alignRight: true,
alignRight: true
},
{
id: "quick-setup",
title: "Design for simplicity, setup in seconds",
content: `More works are done underneath to provide a simple APIs.
Allow you to spend less time worry about databases, more time to build your apps.
`,
img: "004-gear.svg",
img: "004-gear.svg"
},
{
id: "open-source",
Expand All @@ -175,8 +175,8 @@ const FeatureBlocks = () => {
create and use their own plugin.
`,
img: "001-group.svg",
alignRight: true,
},
alignRight: true
}
];
return (
<div className="block__feature_details">
Expand All @@ -203,7 +203,7 @@ const FeatureBlocks = () => {
))}
</div>
);
}
};

const Block = props => (
<Container
Expand All @@ -222,29 +222,29 @@ const Features = () => {
image: imgUrl("002-startup.svg"),
imageAlign: "top",
title: "Fast",
link: "native-performance",
link: "native-performance"
},
{
// content: "The content of my second feature",
image: imgUrl("003-bag.svg"),
imageAlign: "top",
title: "Lightweight",
link: "zero-dependency",
link: "zero-dependency"
},
{
// content: "The content of my second feature",
image: imgUrl("004-gear.svg"),
imageAlign: "top",
title: "Easy setup",
link: "quick-setup",
link: "quick-setup"
},
{
// content: "The content of my second feature",
image: imgUrl("001-group.svg"),
imageAlign: "top",
title: "Open Source",
link: "open-source",
},
link: "open-source"
}
];

return (
Expand Down Expand Up @@ -319,7 +319,7 @@ const Media = () => (
className="block__container"
style={{
width: 300 * siteConfig.mediaItems.length,
flexWrap: "nowrap",
flexWrap: "nowrap"
}}
>
{siteConfig.mediaItems.map((item, i) => (
Expand Down Expand Up @@ -367,8 +367,8 @@ const LearnHow = () => (
content: "Talk about learning how to use this",
image: imgUrl("docusaurus.svg"),
imageAlign: "right",
title: "Learn How",
},
title: "Learn How"
}
]}
</Block>
);
Expand All @@ -380,8 +380,8 @@ const TryOut = () => (
content: "Talk about trying this out",
image: imgUrl("docusaurus.svg"),
imageAlign: "left",
title: "Try it Out",
},
title: "Try it Out"
}
]}
</Block>
);
Expand All @@ -393,8 +393,8 @@ const Description = () => (
content: "This is another description of how this project is useful",
image: imgUrl("docusaurus.svg"),
imageAlign: "right",
title: "Description",
},
title: "Description"
}
]}
</Block>
);
Expand Down Expand Up @@ -427,11 +427,11 @@ const Showcase = props => {
const NavMessage = () => (
<p className="block block__1col block__message">
<a
href="https://form.jotform.co/82917565387876"
href="https://preview.vasern.com"
target="_blank"
rel="noopener noreferrer"
>
Subscribe to receive updates
Sync data make it simple - Preview Vasern Connected
</a>
</p>
);
Expand Down
Empty file modified website/pages/en/users.js
100644 → 100755
Empty file.
Empty file modified website/pages/en/versions.js
100644 → 100755
Empty file.
Empty file modified website/sidebars.json
100644 → 100755
Empty file.
Empty file modified website/siteConfig.js
100644 → 100755
Empty file.
Empty file modified website/static/css/CircularStd-Book.woff
100644 → 100755
Empty file.
Empty file modified website/static/css/custom.css
100644 → 100755
Empty file.
Empty file modified website/static/docs.html
100644 → 100755
Empty file.
Empty file modified website/static/img/001-group.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified website/static/img/002-startup.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified website/static/img/003-bag.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified website/static/img/004-gear.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified website/static/img/Eirini-Eleni.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified website/static/img/Hieu-Nguyen.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified website/static/img/ann-cathrin-klose.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified website/static/img/docusaurus.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified website/static/img/favicon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified website/static/img/favicon/favicon.ico
100644 → 100755
Empty file.
Empty file modified website/static/img/oss_logo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified website/static/img/vasern.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.2.7-alpha/install-vasern.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $ npm install --save vasern

```diff
dependencies {
+ implementation project(':vasern')
+ compile project(':vasern')

implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
Expand Down
Empty file modified website/versioned_docs/version-0.2.7-alpha/intro.md
100644 → 100755
Empty file.
Empty file modified website/versioned_docs/version-0.2.7-alpha/overview.md
100644 → 100755
Empty file.
Empty file modified website/versioned_docs/version-0.2.7-alpha/queries.md
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file modified website/versioned_docs/version-0.2.7-alpha/todo-example.md
100644 → 100755
Empty file.
Empty file.
Empty file modified website/versioned_docs/version-0.2.7-alpha/write-schema.md
100644 → 100755
Empty file.
Empty file.
Empty file modified website/versioned_docs/version-0.3.0-beta/event-listeners.md
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.3.0-beta/install-vasern.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ $ npm install --save vasern

# What's next?

Learn about [Supported Data Types](supported-data-types.md) or start [Writing Schema](write-schema.md).
Learn about [Supported Data Types](supported-data-types.md) or start [Writing Schema](write-schema.md).
Empty file modified website/versioned_docs/version-0.3.0-beta/queries.md
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file modified website/versioned_docs/version-0.3.0-beta/todo-example.md
100644 → 100755
Empty file.
Empty file.
Empty file modified website/versioned_sidebars/version-0.2.7-alpha-sidebars.json
100644 → 100755
Empty file.
Empty file modified website/versioned_sidebars/version-0.3.0-beta-sidebars.json
100644 → 100755
Empty file.
Empty file modified website/versions.json
100644 → 100755
Empty file.
Empty file modified website/yarn.lock
100644 → 100755
Empty file.

0 comments on commit 2919c5d

Please sign in to comment.