Fixed incorrect spellings of dashboard in docs.

This commit is contained in:
Bill Boulger 2016-11-02 20:37:28 -05:00
parent d194f9698b
commit 4ec99ed797
4 changed files with 3 additions and 3 deletions

View File

@ -3,4 +3,4 @@
[<img src="{{site.baseurl}}/img/pippi.png" class="pull-left img-big" alt="Pippi Longstocking a true hero" width="180" height="151">](https://dashboard.sitespeed.io)
With sitespeed.io it's easy to become a performance hero! Check out our [example dashboard](https://dashboard.sitespeed.io), it's a great example that shows you what you can do. With 4.0 it's super easy to get that up and running. You can even use our [new Docker Compose file]({{site.baseurl}}/documentation/sitespeed.io/performance-dasboard/#docker-compose-file) to get Graphite/Grafana with default dashboards up and running in less than 5 minutes!
With sitespeed.io it's easy to become a performance hero! Check out our [example dashboard](https://dashboard.sitespeed.io), it's a great example that shows you what you can do. With 4.0 it's super easy to get that up and running. You can even use our [new Docker Compose file]({{site.baseurl}}/documentation/sitespeed.io/performance-dashboard/#docker-compose-file) to get Graphite/Grafana with default dashboards up and running in less than 5 minutes!

View File

@ -115,7 +115,7 @@ Well almost 2 seconds :) Using our new Docker compose script and ready made dash
3. Run sitespeed: <code> docker-compose run sitespeed.io https://www.sitespeed.io/ --graphite.host=graphite</code>
4. Access the dashboard: http://127.0.0.1:3000
That's all you need. In production you should do some tweaks, read more about that [here]({{site.baseurl}}/documentation/sitespeed.io/performance-dasboard/#production).
That's all you need. In production you should do some tweaks, read more about that [here]({{site.baseurl}}/documentation/sitespeed.io/performance-dashboard/#production).
## Everything else
There are a lot of new things, just try out 4.0 and you will see. Or go to the [documentation]({{site.baseurl}}/documentation/).

View File

@ -19,7 +19,7 @@ Sitespeed.io is the complete toolbox to test the web performance of your web sit
* [Configuration](configuration/) - there's a lot of things you can do with sitespeed.io, lets checkout how!
* [Browsers](browsers/) - collect timings using real browsers. We support Firefox, Chrome and Chrome on Android.
* [Use Cases](use-cases/) - find out best practices for testing a site, compare with other sites.
* [Performance Dashboard](performance-dasboard/) - keep track of your metrics and performance.
* [Performance Dashboard](performance-dashboard/) - keep track of your metrics and performance.
* [Performance Budget](performance-budget/) - make sure you are within your performance budget.
* [Plugins](plugins/) - list/disable/enable or create your own plugin.
* [Pre/post scripting](prepostscript/) - run Selenium scripts before/after you test a URL.