Skip to content

Commit 0798590

Browse files
authored
Merge pull request #19 from fusioncharts/feature/gh-docs
Minor text changes
2 parents 6b0636b + 5c2ede3 commit 0798590

File tree

8 files changed

+15
-9
lines changed

8 files changed

+15
-9
lines changed

docs-src/src/components/TabComponent.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
<template>
22
<nav id="navbar" class="navbar navbar-light navbar-expand-lg bg-light">
33
<!-- logo -->
4-
<a href="/" target="_self" class="navbar-brand active">
4+
<a href="https://www.fusioncharts.com" target="_blank" class="navbar-brand active">
55
<img src="../assets/images/fc-logo.svg" width="149" height="27" alt="FusionCharts">
66
</a>
77
<!-- FC home -->
88
<ul class="navbar-nav ml-auto">
99
<li class="nav-item">
10-
<a class="header-link" href="//github.com/fusioncharts/react-native-fusioncharts" target="_blank">GitHub Repository</a>
10+
<a
11+
class="header-link"
12+
href="//github.com/fusioncharts/react-native-fusioncharts"
13+
target="_blank"
14+
>GitHub Repository</a>
1115
</li>
1216
</ul>
1317
</nav>

docs-src/src/components/quick-start/SetupComponent.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,10 @@
141141
<span class="highlighted">
142142
fc-build-assets
143143
<span>
144-
&nbsp;is an utility binary provided to package the
145-
<span class="highlighted">FusionCharts</span>&nbsp;modules(.js files) referenced in template(.html file) as needed by the React Native iOS build process.
144+
&nbsp;is an utility binary provided by react-native-fusioncharts to package the
145+
<span
146+
class="highlighted"
147+
>FusionCharts</span>&nbsp;modules(.js files) referenced in template(.html file) as needed by the React Native iOS build process.
146148
</span>
147149
</span>
148150
</div>
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/react-native-fusioncharts/favicon.ico><title>React Native FusionCharts</title><link href=/react-native-fusioncharts/css/app.32756f45.css rel=preload as=style><link href=/react-native-fusioncharts/css/chunk-vendors.5f21dbfe.css rel=preload as=style><link href=/react-native-fusioncharts/js/app.aa918b05.js rel=preload as=script><link href=/react-native-fusioncharts/js/chunk-vendors.24160fe6.js rel=preload as=script><link href=/react-native-fusioncharts/css/chunk-vendors.5f21dbfe.css rel=stylesheet><link href=/react-native-fusioncharts/css/app.32756f45.css rel=stylesheet></head><body><noscript><strong>We're sorry but docs-src doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/react-native-fusioncharts/js/chunk-vendors.24160fe6.js></script><script src=/react-native-fusioncharts/js/app.aa918b05.js></script></body></html>
1+
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/react-native-fusioncharts/favicon.ico><title>React Native FusionCharts</title><link href=/react-native-fusioncharts/css/app.66ff6234.css rel=preload as=style><link href=/react-native-fusioncharts/css/chunk-vendors.5f21dbfe.css rel=preload as=style><link href=/react-native-fusioncharts/js/app.b6157c4a.js rel=preload as=script><link href=/react-native-fusioncharts/js/chunk-vendors.24160fe6.js rel=preload as=script><link href=/react-native-fusioncharts/css/chunk-vendors.5f21dbfe.css rel=stylesheet><link href=/react-native-fusioncharts/css/app.66ff6234.css rel=stylesheet></head><body><noscript><strong>We're sorry but docs-src doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/react-native-fusioncharts/js/chunk-vendors.24160fe6.js></script><script src=/react-native-fusioncharts/js/app.b6157c4a.js></script></body></html>

docs/js/app.aa918b05.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/js/app.aa918b05.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/js/app.b6157c4a.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/app.b6157c4a.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)