Skip to content

Commit

Permalink
improve install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Aug 20, 2018
1 parent 6198cff commit 61f02e8
Show file tree
Hide file tree
Showing 15 changed files with 82 additions and 352 deletions.
11 changes: 11 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -626,3 +626,14 @@ h2.buy-title {
.video-dotnet:hover:after {
color: rgba(51, 33, 0, 0.60);
}

.platform-link {
display: inline-block;
width: 80px;
height: 80px;
margin-right: 20px;
}

.platform-link:hover {
transform: scale(1.2);
}
Binary file added public/img/aws.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/azure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/centos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/docker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/rancher-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/rancher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/ubuntu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/windows.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/jsreport.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/jsreport.min.js

Large diffs are not rendered by default.

211 changes: 0 additions & 211 deletions views/downloads.html

This file was deleted.

2 changes: 1 addition & 1 deletion views/layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="shortcut icon" href="/img/favicon.ico">
<title>{{#if title}}{{{title}}}{{else}}jsreport: javascript based reporting platform{{/if}}</title>
<script src="/jsreport.min.js?v=18"> </script>
<link href="/jsreport.min.css?v=38" rel="stylesheet">
<link href="/jsreport.min.css?v=39" rel="stylesheet">
{{#if linkDocCss}}<link href="/css/github.css?v=19" rel="stylesheet">{{/if}}
<script type='application/ld+json'>{"@context":"http://schema.org","@type":"Organization","url":"https://jsreport.net","name":"jsreport","logo":"https://jsreport.net/img/jsreport-bg.png"}</script>
</head>
Expand Down
9 changes: 8 additions & 1 deletion views/learn/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,12 @@
"fs-store": "File system templates store",
"version-control": "Version Control",
"pdf-utils": "Pdf utils",
"v2-breaking-changes": "v2 breaking changes"
"v2-breaking-changes": "v2 breaking changes",
"ubuntu": "Ununtu",
"amazon-linux": "Amazon Linux",
"centos": "CentOS",
"windows": "Windows",
"aws": "Amazon Web Services",
"azure": "Microsoft Azure",
"rancher": "Rancher"
};
Loading

0 comments on commit 61f02e8

Please sign in to comment.