Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Side by Side Diff: dashboard/index.md

Issue 1509273003: [Catapult doc] Add index.md copies of README.md (Closed) Base URL: git@github.com:catapult-project/catapult.git@md-pages
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « dashboard/dashboard/models/index.md ('k') | experimental/bisect_lib/index.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Performance Dashboard 1 # Performance Dashboard
2 2
3 This is a App Engine web app for displaying and monitoring performance 3 This is a App Engine web app for displaying and monitoring performance
4 test results. 4 test results.
5 5
6 See 6 See
7 [online documentation](http://www.chromium.org/developers/speed-infra/performanc e-dashboard). 7 [online documentation](http://www.chromium.org/developers/speed-infra/performanc e-dashboard).
8 8
9 ## Prerequisites 9 ## Prerequisites
10 10
(...skipping 27 matching lines...) Expand all
38 this, you can use the versions page on the [Google Developers 38 this, you can use the versions page on the [Google Developers
39 Console](https://console.developers.google.com/) if you have edit or 39 Console](https://console.developers.google.com/) if you have edit or
40 owner permissions for the App Engine project; otherwise if you want to 40 owner permissions for the App Engine project; otherwise if you want to
41 request to set a new default version for chromeperf.appspot.com you can 41 request to set a new default version for chromeperf.appspot.com you can
42 contact chrome-perf-dashboard-team@google.com. 42 contact chrome-perf-dashboard-team@google.com.
43 43
44 WARNING: Some changes to production may not be easily reversible; for 44 WARNING: Some changes to production may not be easily reversible; for
45 example `appcfg.py ... vacuum_indexes` will remove datastore indexes that 45 example `appcfg.py ... vacuum_indexes` will remove datastore indexes that
46 are not in your local index.yaml file, which may take more than 24 hours, 46 are not in your local index.yaml file, which may take more than 24 hours,
47 and will disable any queries that depend on those indexes. 47 and will disable any queries that depend on those indexes.
OLDNEW
« no previous file with comments | « dashboard/dashboard/models/index.md ('k') | experimental/bisect_lib/index.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698