Skip to content

Commit f736ec5

Browse files
committed
Minor changes for text
1 parent a9a5205 commit f736ec5

File tree

9 files changed

+8
-8
lines changed

9 files changed

+8
-8
lines changed

docs-src/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div class="h2 mt-2">Quick Start</div>
1414
<installation-component></installation-component>
1515
<setup-component></setup-component>
16-
<div class="h2 mt-2">Getting Started</div>
16+
<div class="h2 mt-2">Creating your first chart</div>
1717
<getting-started-component></getting-started-component>
1818
<div class="h2 mt-2">Listening to Events</div>
1919
<events-component></events-component>

docs-src/src/components/quick-start/ChartApiComponent.vue renamed to docs-src/src/components/quick-start/ChartAPIComponent.vue

File renamed without changes.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@
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; libraries from the template .html file as needed by the React Native iOS build process.
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.
146146
</span>
147147
</span>
148148
</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.1ce0abd9.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.54b38014.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.1ce0abd9.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.54b38014.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.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>

docs/js/app.54b38014.js

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

docs/js/app.54b38014.js.map

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

docs/js/app.aa918b05.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.aa918b05.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)