Jack Baldry
3c68684dd2
[v9.2.x] Use relative aliases for all non-current Grafana aliases ( #60113 )
...
* Use relative aliases for all non-current Grafana aliases
Prevents non-latest documentation "stealing" the page away from latest
and through permanent redirects for latest pages that no longer exist.
The redirected pages are indexed by search engines but our robots.txt
forbids them crawling the non-latest page.
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Remove all current page aliases
find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/next/[^\n]*\n#\n#' {} \;
find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/latest/[^\n]*\n#\n#' {} \;
find docs/sources -type f -name '*.md' -exec sed -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \;
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
2022-12-12 08:23:37 -04:00
Christopher Moyer
8c306dfe53
Docs: manual backport ( #55945 )
...
* resolves merge conflict
* resolves conflicts
2022-09-29 07:38:14 -05:00
Christopher Moyer
7147d17567
Docs/refactors variables topics ( #54470 )
...
* refactor and partial relref fix
* finishes variables refactor
* Update docs/sources/variables/add-template-variables/index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
* removes duplicate general options, adds links to general options within tasks
* adds configure variable selection options topic
* starts phase II of refactoring
* incorporates feedback, updates relrefs
* corrects final relrefs
* updates alias
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
2022-09-09 08:38:17 -05:00
Christopher Moyer
a568d421f8
Docs: Setup refactor ( #49739 )
...
* builds out refactored setup topics
* Automatically fix some relrefs with mv-manager
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Use refs for tutorials content which is outside of this repository
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Manually fix complicated relrefs
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* consolidates team sync and db encryption topics
* Fix relrefs
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* updates setup index file
* Convert TOML to YAML
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Add current alias for new alerting content
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Add current aliases to new setup-grafana and configure-security pages
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
* moves saml docs, updates order in TOC
* Manually fix relrefs
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* added usage insights topics, adjusted weights
* corrected relrefs
* Fix relrefs broken in rebase
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
2022-06-02 11:57:22 -05:00
Jack Baldry
b84294dd27
Convert TOML front matter to YAML ( #49690 )
...
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
2022-05-26 11:06:25 -04:00
Christopher Moyer
ee9ea64834
Docs: Moves http api docs to the developer docs ( #49255 )
...
* updates relrefs after move
Co-authored-by: Chris Moyer <chris.moyer@grafana.com >
* applies weights
Co-authored-by: Chris Moyer <chris.moyer@grafana.com >
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* updates developer _index page
* make prettier
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2022-05-20 12:46:27 -05:00
Jack Baldry
51dfcd7d37
Add current alias to all files ( #48635 )
...
* Add aliases to all files
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Prettify front matter
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
2022-05-17 08:24:11 -07:00
Piotr Jamróz
f941390631
Deprecate browser access mode for the Graphite data source. ( #38783 )
...
* Deprecate browser access mode for Graphite
* Update docs
* Update copy
2021-09-02 10:16:17 +02:00
Connor Lindsey
b78a67cec7
PackageJson: Prettify markdown/mdx on commit with lint-staged ( #37616 )
...
* Format md,mdx files with prettier on lint-staged
* Manually run prettier on docs/sources
2021-08-06 07:52:36 -06:00
Robby Milo
327fa124a4
cleanup shortcodes, asset paths ( #34826 )
2021-05-28 11:27:40 +02:00
Piotr Jamróz
6200c40160
Docs: Add information about Graphite/Loki integration ( #33916 )
...
* Add information about Graphite/Loki integration
* Inline text
* Update docs/sources/datasources/graphite.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
2021-05-12 17:31:49 +02:00
Piotr Jamróz
60cf0c8338
Graphite: Expand metric names for variables ( #33694 )
...
* Allow expanding metrics names in variable queries
* Simplify docs
* Update docs/sources/datasources/graphite.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/datasources/graphite.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/datasources/graphite.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/datasources/graphite.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/datasources/graphite.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/datasources/graphite.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/datasources/graphite.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Clean up docs
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
2021-05-11 09:39:44 +02:00
Diana Payton
db29a8a8de
Docs: Replace next with latest in aliases ( #33054 )
2021-04-15 23:08:58 +02:00
Torkel Ödegaard
9873809547
Docs: Sync master docs against next version ( #32602 )
...
Co-authored-by: Robby Milo <robbymilo@gmail.com >
2021-04-12 09:42:10 +02:00
achatterjee-grafana
ebbf698dd8
Added hyperlinks to Graphite documentation ( #31064 )
...
* Added references to Graphite doc pages.
* Minor tweak.
* Fixed a typo.
2021-02-09 16:01:16 -05:00
Diana Payton
1c4bf2fa48
Docs: Add server view folder ( #30849 )
...
* changed weights
* Updated links
* link and weight updates
* Update docs/sources/administration/view-server/view-server-settings.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
* Update docs/sources/administration/view-server/view-server-stats.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
* Update docs/sources/administration/view-server/view-server-settings.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
2021-02-03 08:25:46 -08:00
Robby Milo
abee02dbcd
Docs: updates for file-based menu ( #28500 )
...
* initial
* cleanup
* remove bad aliases
* cleanup, fix links
* add docs-file-based-command
* update docs
* update readme
* fix broken links
* fix spelling
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
2020-11-09 12:26:49 -08:00
jartigag
15b593365f
Docs: Make tables formatting more consistent ( #28164 )
...
* Make the documentation tables formatting more consistent
* Suggestions incorporated
2020-10-19 10:17:30 -07:00
Diana Payton
90303b5a03
Docs: Move files ( #27983 )
...
* moved datasources folder
* Update menu.yaml
* updated Azuremonitor
* Update azuremonitor.md
* Update cloudmonitoring.md
* Update cloudwatch.md
* updated content
* Update elasticsearch.md
* Update graphite.md
* Update elasticsearch.md
* Update azuremonitor.md
* Update cloudmonitoring.md
* Update influxdb.md
* Update jaeger.md
* Update loki.md
* Update mssql.md
* Update mysql.md
* Update opentsdb.md
* Update postgres.md
* Update prometheus.md
* Update postgres.md
* Update jaeger.md
* Update mysql.md
* Update mssql.md
* added aliases
* Update testdata.md
* Update zipkin.md
* link fixes
* link fixing
* moved files out of guides
* Delete archive.md
* updated links
* updated aliases
* updated aliases
* link updates
* Update _index.md
* deleted archive.md
* Update azuremonitor.md
* Update azuremonitor.md
2020-10-09 08:16:25 -07:00
bergquist
92f0a22fd7
docs: moves datsources pages to feature folder
2017-01-16 11:13:27 +01:00
Torkel Ödegaard
2b81b204aa
docs(): fixing image urls in docs
2016-11-04 20:29:17 +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
joe miller
a6554a85c0
grammar fix in docs
2016-07-02 08:27:31 -07:00
Michael Sambol
3418db1dcd
Fix grammatical error in graphite datasource doc
...
Replace "you" with "your".
2016-01-18 10:41:14 -06:00
Torkel Ödegaard
a5c742cee5
docs(elasticsearch): began work on elasticsearch docs #2862
2015-10-26 13:36:00 +01:00
ubhatnagar
a5e3d7a94b
Fixed datasources docs typos
2015-10-21 20:58:04 -07:00
Trent White
04795709a3
formatting tweak, added datasource overview blurb.
2015-08-11 15:30:13 -04:00
Trent White
ae953f2420
added pages, touched up some images and content in data-sources section
2015-08-11 10:12:58 -04:00
Trent White
a4be75f410
adding Raj edits/additions as well as initial round of pages I created
2015-08-10 17:44:08 -04:00
Torkel Ödegaard
f6ad386ba7
Fixed capital G in Graphite in docs, reviewed annotation docs, Closes #2275
2015-07-07 17:14:57 +02:00
Torkel Ödegaard
24e527ae02
Updated Graphite docs, Closes #2271
2015-07-07 14:50:23 +02:00
Torkel Ödegaard
c0b4f7b6d2
updated graphite docs, Closes #2165
2015-06-19 13:03:09 -04:00
Torkel Ödegaard
5562651ef0
Fixed spelling on graphite docs page
2015-06-10 17:03:16 +02:00
Torkel Ödegaard
60ab08ed1b
Updated Graphite docs page with instruction on how to add a graphite data source
2015-04-13 09:37:07 +02:00
Torkel Ödegaard
ab307ec7f3
Fixed css issue with title headers
2015-03-13 10:20:39 +01:00
Torkel Ödegaard
9faa1fadcb
Updated docs
2015-03-13 09:46:53 +01:00
Torkel Ödegaard
0ff99dddb9
Updated docs
2015-03-10 14:41:19 +01:00