Jeet Parekh
f1989f1bfc
docs: change URL occurences to uppercase ( #22151 )
...
* change URL occurences to uppercase
* Update docs/sources/tutorials/iis.md
Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-02-14 08:11:08 -08:00
Alex Khomenko
94b66258b5
Docs: fix minor typos in datasources.md ( #22092 )
2020-02-11 14:32:20 +02:00
Even Thomassen
258b507179
Docs: Clarify that extraction of zip is required to install plugin ( #22061 )
2020-02-10 13:40:54 +01:00
Diana Payton
caac9d83ca
Docs: Added developer-resources.md ( #21806 )
...
* Added developer-resources.md
Added Developer resources and updated menu.yaml file
* Updated menu.yaml
Updated menu.yaml, changed folder name, and removed redundant file building_from_source.md and containing folder
* Removed links to deleted file
2020-02-04 13:40:25 -08:00
Ryan McKinley
c5da1864a6
AppPlugin: remove simple app from the core repo ( #21526 )
2020-01-15 16:10:27 -08:00
Diana Payton
108039af33
Docs: Update cli.md ( #21470 )
...
* Update cli.md
* update links
Co-authored-by: Robby Milo <robbymilo@gmail.com>
2020-01-13 07:38:52 -08:00
Diana Payton
aada45a4cb
Docs: Update plugin installation and CLI ( #21179 )
...
* Update plugin docs
* Updated plugins installation documentation
Moved all Grafana CLI commands into cli.md, moved API script into user.md, rewrote installation.md as an actual task that refers the user to the plugins installation page
* Update cli.md
* Update cli.md
* Update docs/sources/administration/cli.md
Co-Authored-By: Dan Cech <dcech@grafana.com>
* Update docs/sources/administration/cli.md
Co-Authored-By: Dan Cech <dcech@grafana.com>
* Update docs/sources/http_api/user.md
Co-Authored-By: Dan Cech <dcech@grafana.com>
* Update docs/sources/http_api/user.md
Co-Authored-By: Dan Cech <dcech@grafana.com>
* Update cli.md
* Fixed links
* Update cli.md
* Update cli.md
* Update cli.md
* Update cli.md
Co-authored-by: Dan Cech <dan@aussiedan.com>
2020-01-10 09:41:39 -08:00
Marcus Efraimsson
4835539248
Docs: Fix aliases/redirects ( #21241 )
...
Makes all aliases rooted to /docs/grafana/latest.
Fixes #21240
2019-12-30 08:17:03 +01:00
Sebastian Markgraf
7d6bd78e0b
Docs: Change checkout to check out where necessary ( #20926 )
...
Fixes #20775
2019-12-10 10:23:07 -08:00
Brenda Harjala
c9e566b156
Docs: Minor edits to the README and several md files ( #19238 )
...
* Update README.md
Capitalized the G and S in "Getting Started," and moved "guide" to match the section title in the docs.
* Fixed sentence structure. Changed "download" to "grafana.com/get" and changed "get" to "download".
* Docs: Replace "datasources" with "data sources" (#19111 )
* Docs: Replace "datasources" with "data sources" (#19111 )
* Docs: Replace "datasources" with "data sources" (#19111 )
* Docs: Replace "datasources" with "data sources" (#19111 )
* Docs: Replace "datasources" with "data sources" (#19111 )
* Docs: Replace "datasources" with "data sources" (#19111 )
* Docs: Replace "datasources" with "data sources" (#19111 )
* Docs: Replace "datasources" with "data sources" (#19111 )
* Docs: Replace "datasources" with "data sources" (#19111 )
* Docs: Replace "datasources" with "data sources" (#19111 )
* Docs: Replace "datasources" with "data sources" (#19111 )
* Docs: Replace "datasources" with "data sources" (#19111 )
2019-09-20 00:04:56 +02:00
Andrej Ocenas
0e3e874eee
Annotations: Add annotations support to Loki ( #18949 )
2019-09-10 11:04:44 +02:00
Adam James West
64828e017c
Docs: Update link to example app ( #18253 )
...
The live website points to a github URL that no longer exists.
2019-07-28 07:54:57 +02:00
Ryan McKinley
9ccf32bef0
Docs: update links to sample plugins ( #18240 )
...
* update links to sample plugins
* lowercase Panel
2019-07-24 10:40:52 +02:00
Ryan McKinley
06b43f6d4b
Plugins: avoid app importDashboards() NPE ( #18128 )
...
* tables display
* add missing file
* adding toolbar option
* adding toolbar option
* add items to index
* use root import path
* merge master
* show tables info
* add importDashboards code
* remove table changes
* remove table changes
* use deprecation warning
2019-07-19 07:11:16 -07:00
Marcus Efraimsson
a2c1462675
Docs: Fix developing plugins index page ( #17877 )
...
Fixes #17874
2019-07-02 18:06:02 +02:00
Johannes Schill
3da8cff6e9
Chore: Hugo upgrade ( #17494 )
...
* Fix: Upgrade hugo wip
* Chore: Rename index to _index for latest hugo
* Chore: Use relative refs, no starting slash
* Feat: Add possibility to mount layouts from grafana.org project
2019-06-12 08:01:44 +02:00
Brian Gann
b07d0b1026
Plugins: Support templated urls in routes ( #16599 )
...
This adds support for using templated/dynamic urls in routes.
* refactor interpolateString into utils and add interpolation support for app plugin routes.
* cleanup and add error check for url parse failure
* add docs for interpolated route urls
Closes #16835
2019-05-07 18:55:39 +02:00
Alexander Zobnin
0f1ae76e33
Docs: initial backend plugins development guide ( #16631 )
...
* Docs: initial backend plugins development guide
* Some tweaks
* more tweaks
* chore: docs changes to backend plugins guide
* chore: docs tweaks to backend plugins guide
2019-04-18 13:02:19 +02:00
Christian Fetzer
0cd59fdbcc
docs: Change type of 'tags' in annotationQuery result example to list
...
A datasource plugin must return a list of tags in the 'tags' field of
the annotationQuery result. A string 'test' would otherwise result in
4 tags in Grafana: 't','e','s','t'.
2019-03-13 20:48:49 +01:00
steaksauce-
77856d090b
Removed reference to plugin_api.md (SDK Readme) on the development page as the file that it points to no longer exists. This addresses an open issue on the grafana.org repo
2018-10-13 22:16:47 -05:00
i-ky
e950fa7983
fixed a typo
2018-10-13 01:15:16 +03:00
i-ky
7acea2a109
fixed a typo
2018-10-13 00:45:05 +03:00
Daniel Lee
94f39cb734
docs: Plugin review guidelines and datasource auth pages
2018-06-19 13:16:41 +02:00
Jiang Ye
c92874875c
removed QueryOptionsCtrl references
2018-06-09 16:06:03 -04:00
Torkel Ödegaard
a73365c3fe
codespell: fixes
2018-05-18 11:49:00 +02:00
Torkel Ödegaard
f84534adea
Revert "Add baron scrollbar to a node managed by gafana ( #11850 )"
...
This reverts commit 34133671b9
.
2018-05-08 09:45:08 +02:00
Ryan McKinley
34133671b9
Add baron scrollbar to a node managed by gafana ( #11850 )
...
* Add baron scroller to grafana panel, not plugin panel
* remove comment about root <div> element, since it will not be true
2018-05-08 06:39:12 +02:00
Ryan McKinley
2ee59ccad8
Add panel scrolling docs ( #11826 )
2018-05-07 08:03:30 +02:00
Daniel Lee
a906dd8157
docs: add spaces to timeseries example
2018-02-03 16:21:23 +01:00
Nadezhda Mosunova
8070a7ca35
Update development.md
2017-10-24 14:18:47 +03:00
Torkel Ödegaard
8ff7e1d05d
docs: doc updates
2017-10-17 09:35:14 +02:00
Patrick O'Carroll
81be4e2612
Update codebox ( #9430 )
...
* updated the codeboxes in docs
* codebox change from json to http
2017-10-05 19:01:03 +02:00
THIERRY SALLE
e978bfc368
Added --pluginUrl option to grafana-cli for local network plugin installation
2017-09-15 20:34:08 +02:00
Joe Handzik
d4264cbfc2
Make location for plugins consistent ( #8429 )
...
Please let me know if this changed in a more recent version of Grafana, but when using 4.2.0 the manual install directions were off a little (there was no `data/plugins` directory, only a `plugins` directory).
Signed-Off-By: Joe Handzik <joseph.t.handzik@hpe.com>
2017-05-21 10:03:57 +02:00
Daniel Lee
2877ad1a7d
docs: manual installation of plugins
2017-04-10 15:01:40 +02:00
wrp
c219498aab
Fix typo: "your" -> "your're" ( #8064 )
2017-04-07 09:29:46 +02:00
Daniel Lee
69bec98962
chore: update all grafana.org urls to .com
2017-03-21 15:37:55 +01:00
Torkel Ödegaard
4d4e165be7
links: updated links from grafana.net to grafana.com
2017-03-20 10:20:32 +01:00
Dan Cech
51bdb60296
fix docs.grafana.org/plugins
2017-03-17 18:41:02 -04:00
Daniel Lee
abd9233f86
Docs for developing plugins ( #7475 )
...
* docs(plugins): new developing plugins section
Creates new section called Developing Plugins in
the plugin section of the docs.
1. Some changes to the Development guide page
2. Converted defaults/editor mode blog post
to new page
3. Converted snapshots blog post to new page
4. Adds new code styleguide page
5. Updates to apps and datasources pages
6. Adds plugin.json schema
* docs(links): fixes broken links
Fixes broken links to other pages as
well as broken image links.
2017-02-07 07:48:01 +01:00
Chris Bentivenga
9151b4034a
annotationsQuery -> annotationQuery ( #7321 )
...
Documentation calls for `annotationQuery` but the [example](205cf4cfbc/src/datasource.js (L41)
) uses the method name `annotationQuery`
2017-01-21 08:29:21 +01:00
Solar Olugebefola
1c234c6089
typo?
2016-12-01 11:54:07 -05:00
Torkel Ödegaard
2b81b204aa
docs(): fixing image urls in docs
2016-11-04 20:29:17 +01:00
bergquist
9b28bf25a4
docs(cli): add info about how to install specific plugin version
...
closes #6434
2016-11-01 18:35:15 +01:00
Torkel Ödegaard
96008c9738
Squashed commit of the following:
...
commit 4113ed00782590187d19dd2f8cbae683f164142c
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Fri Oct 21 10:47:35 2016 +0200
docs(): minor fix for docs index page
commit 45478d120571519462fac905aadeab5954696690
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Thu Oct 20 14:28:21 2016 +0200
updated
commit c9c1c1d5a462f85e8001a45218f24102583d7aee
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Thu Oct 20 14:27:34 2016 +0200
docs(): updated image refs
commit 5fa0f27963968d77bbbbb7edd973847ea72135e3
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Wed Oct 19 14:33:04 2016 +0200
docs is almost done
commit 6b988c90cb08563e2c27212338c2947e69f6fcc3
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Tue Oct 18 20:45:28 2016 +0200
almost done
commit 17757c21ed813892ddb1f289f2e52613caf7bcef
Author: Torkel Ödegaard <torkel@grafana.org>
Date: Tue Oct 18 16:45:48 2016 +0200
making progress on docs
commit f06c815991dd81b8893912a6da04a17b80b63fda
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Tue Oct 18 14:30:55 2016 +0200
progress on new docs
commit 5197237426252623de2d8b9cc22ddbbdbb240763
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Tue Oct 18 13:25:26 2016 +0200
making progress
commit 33e2b6b617f16f65878141cf11e54b2817a2ea96
Merge: de385e5 ecb4a99
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Tue Oct 18 12:17:58 2016 +0200
Merge branch 'new-docs' of github.com:grafana/grafana into new-docs
commit ecb4a99dd54aa39f17d9bf4d7e132a389812f8fd
Author: Torkel Ödegaard <torkel@grafana.org>
Date: Tue Oct 18 10:39:59 2016 +0200
keep urls for now
commit de385e56d86b071cf2150ccf9f1aa06ec5187277
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Mon Oct 17 17:56:18 2016 +0200
more progress
commit 8469ebc239ab2316cbbc01862e5026737f272f00
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Mon Oct 17 17:08:06 2016 +0200
progress on new docs
commit e755f656b12534cfcb23bad11f1fa696e43f7428
Merge: 4644a35 35cce3b
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Mon Oct 17 12:21:27 2016 +0200
Merge branch 'new-docs' of github.com:grafana/grafana into new-docs
commit 4644a35102555204787e91041b50dcbfe0f7a213
Merge: 25c4bef 977cdd5
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Mon Oct 17 12:21:11 2016 +0200
Merge branch 'master' of github.com:grafana/grafana into new-docs
commit 35cce3bef802fac020a53693b02c112a91a096fc
Author: Torkel Ödegaard <torkel@grafana.org>
Date: Mon Oct 17 09:31:17 2016 +0200
progress on #6170
commit 25c4bef629de7d77218ba95cc3bd25fb50bb19d6
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Sun Oct 16 15:05:30 2016 +0200
fix for osx
commit 6c6b52f975630be87da23dd51beafaecb820cec2
Author: Torkel Ödegaard <torkel@grafana.org>
Date: Sun Oct 16 12:56:39 2016 +0200
progress on new docs
commit 6a09633981ab26191d5542dbe3a788846ac6b73d
Author: Torkel Ödegaard <torkel@grafana.org>
Date: Sat Oct 15 11:39:49 2016 +0200
progress on new docs
commit 7d533fbc23e41b86fd1ba9c955dd17ae1ad977e5
Author: Torkel Ödegaard <torkel@grafana.org>
Date: Mon Oct 10 09:25:12 2016 +0200
making progress on new docs site
commit 50392ce98edfa201977716e92e4a86f9d48ae386
Author: Torkel Ödegaard <torkel@grafana.org>
Date: Sun Oct 9 20:02:28 2016 +0200
feat(new docs): progress on new docs site
commit 81a3d3d0952d3a5d790412e90d01ac5a247e0686
Author: Torkel Ödegaard <torkel@grafana.org>
Date: Fri Oct 7 07:52:11 2016 +0200
new docs site experiment
commit 704adc98664665b3624087ab38ce29fc9da005f1
Author: Torkel Ödegaard <torkel@grafana.org>
Date: Sat Oct 1 20:46:53 2016 +0200
new docs poc
2016-10-21 11:01:34 +02:00
Kouhei Sutou
46630df88d
Update the number of ways
2016-08-13 14:12:29 +09:00
Torkel Ödegaard
780ec92dd8
fix(docs): fixed plugins docs, fixes #5777
2016-08-11 07:39:34 +02:00
Dan Cech
25b0773a94
fix broken link to grafana.net, standardize on https://grafana.net for links
2016-04-22 12:13:39 -04:00
Torkel Ödegaard
f93b039e42
change(grafana-cli): changed upgrade to update in command line, upgrade and upgrade-all will still work as aliases
2016-04-11 18:05:28 -04:00
utkarshcmu
41dcefb174
Fixed typos, lang
2016-04-06 07:26:22 -07:00