Grot (@grafanabot)
fbbc5b4ff7
[v9.3.x] docs: add missing alias ( #66674 )
...
docs: add missing alias (#66621 )
added missing alias
(cherry picked from commit 2b7f41f4df )
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com >
2023-04-17 10:10:15 -04:00
Isabel
abfd8792e5
[9.3.x] docs: fixed headings and link to explore with logs ( #63670 )
...
fixed headings and link to explore with logs
2023-02-23 17:32:48 +00:00
Grot (@grafanabot)
1570bdd838
[v9.3.x] Docs: clarifies table view ( #61327 )
...
Docs: clarifies table view (#61320 )
* clarifies table view
* Update docs/sources/panels-visualizations/panel-editor-overview/index.md
Co-authored-by: Sarah Zinger <sarah.zinger@grafana.com >
Co-authored-by: Sarah Zinger <sarah.zinger@grafana.com >
(cherry picked from commit b3272fe62c )
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
2023-01-11 14:41:42 -06:00
Jack Baldry
55a0db984d
[v9.3.x] docs: corrects broken links ( #60594 ) ( #60732 )
...
docs: corrects broken links (#60594 )
correct broken links
(cherry picked from commit 3d8890453f )
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
2022-12-29 09:45:01 +00:00
Grot (@grafanabot)
38963eced5
[v9.3.x] Apply linting advice from doc-validator tool ( #60509 )
...
Apply linting advice from doc-validator tool (#59606 )
* Apply linting advice from doc-validator tool
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Prettier
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
(cherry picked from commit 97f01c0d1a )
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2022-12-19 04:54:23 -05:00
Grot (@grafanabot)
714bf79b93
[v9.3.x] Geomap: Update documentation for 9.3 ( #60332 )
...
Geomap: Update documentation for 9.3 (#59164 )
* Geomap: Update documentation for 9.3
* Update docs/sources/panels-visualizations/visualizations/geomap/index.md
Co-authored-by: Nathan Marrs <nathanielmarrs@gmail.com >
(cherry picked from commit 38b74d8bd6 )
Co-authored-by: Drew Slobodnjak <60050885+drew08t@users.noreply.github.com >
2022-12-14 06:55:08 -08:00
Jack Baldry
9eb271207d
[v9.3.x] Use relative aliases for all non-current Grafana aliases ( #60111 )
...
* 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:21:41 -04:00
Christopher Moyer
0315f6317e
Docs: corrects outer join example ( #58348 )
...
* corrects outer join example
* Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md
* adds query tables back in
2022-11-07 13:40:09 -06:00
Garrett Guillotte
852d069a3c
Docs: Refactor data sources content ( #57573 )
...
* Docs: Revise data source index
* Docs: Consolidate data source administration docs
* Docs: Revise panels docs related to data sources
* Docs: Revise Alertmanager data source
* Docs: Reorganize AWS CloudWatch data source docs
* Docs: Reorganize Azure Monitor data source docs
* Docs: Move azuremonitor to azure-monitor
* Docs: Revise Elasticsearch docs
* Docs: Move Elasticsearch index into bundle
* Docs: Revise GCM docs
* Docs: Revise Graphite docs
* Docs: Move Graphite index into bundle
* Docs: Revise InfluxDB docs
* Docs: Revise Jaeger docs
* Docs: Move Jaeger index into bundle
* Docs: Revise Loki docs
* Docs: Move Loki index into bundle
* Docs: Revise MS SQL docs
* Docs: Move MS SQL index into bundle
* Docs: Revise Prometheus docs
* Docs: Move Prometheus index into bundle
* Docs: Revise Tempo docs
* Docs: Move Tempo index into bundle
* Docs: Revise TestData DB docs
* Docs: Move TestData DB index into bundle
* Docs: Revise Zipkin docs
* Docs: Move Zipkin index into bundle
* Docs: Move other data sources' index pages into bundles
* Docs: Revise frontmatter
* Fixing hugo markdown errors
* Docs: Add query editor and template var sections to overview doc
* Docs: Remove CTAs across data source docs
* Docs: Remove CTA
* Docs: Remove CTA
* Docs: Fix links, images, typos, and usage consistency.
* Docs: Fix typos
* Docs: Fix CI issues
* Update docs/sources/datasources/_index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
* Update docs/sources/datasources/_index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
* Docs: Fix query editor links
* Update docs/sources/panels-visualizations/_index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
* Update docs/sources/panels-visualizations/_index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
* Docs: Rebundle child pages per writers' toolkit
* Docs: Fix prettier for CI
* Docs: Fix relrefs from outside data sources docs
* Docs: Fix broken relrefs within datasources
* Docs: Fix relrefs to data sources docs
* Fixed some more refs
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
2022-11-01 10:22:06 -05:00
Joey Tawadrous
00ebd7a983
FlameGraph: Add docs for flame graph ( #57834 )
...
* Flame graph docs
* Remove aliases
* Add flame graph to viz page
* Update text
* Update feature toggle text
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update links
* Remove heading
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
* Update text
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com >
2022-11-01 09:51:58 +00:00
Brendan O'Handley
59ffd9571e
Transformations : Add partition by values to transformation docs ( #57697 )
...
* add partition by values to tranformation docs
* Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
* include leon's suggestions
* include leon's suggestions
* Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md
* Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md
* Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
Co-authored-by: Leon Sorokin <leeoniya@gmail.com >
2022-10-26 19:01:45 -04:00
Garrett Guillotte
a0d83e7db7
Docs: Add missing alias for field options ( #57234 )
2022-10-19 14:13:17 -04:00
Garrett Guillotte
9680249066
Docs: Fix links in old What's New docs ( #57231 )
...
* Docs: Fix placeholder URL in release notes link
* Docs: Fix link to refactored docs and add missing alias
* Docs: Fix malformed links
* Docs: Fix alias with correct path
2022-10-19 07:51:49 -07:00
Garrett Guillotte
e52c98ba99
Docs: Fix links in panels and vis docs ( #57233 )
2022-10-19 07:41:34 -05:00
Sobuno
cc6245df8e
Fix typo ( #57223 )
2022-10-18 22:52:56 +00:00
Nathan Marrs
527690d19a
Docs: Fix Canvas doc link and add call to action for feedback ( #56908 )
...
* Fix canvas documentation link on what's new page; add feedback CTA in canvas doc
* PORK: replace allows with enables for better language
* Fix a few more instances of allow to enable
* Move feedback above video in intro canvas section
* Revert changing link change
2022-10-13 19:02:44 -07:00
Christopher Moyer
385079bea7
Docs: Basics docs refactor ( #56905 )
...
* renames directory
* fixes relrefs
2022-10-13 15:57:58 -05:00
Christopher Moyer
c137cf60f0
moves canvas to proper directory, corrects relref ( #56902 )
2022-10-13 14:39:05 -05:00
Christopher Moyer
414d536186
Docs: refactors config panels and visualizations, corrects relrefs ( #55940 )
...
* refactors config panels and visualizations, corrects relrefs
* adds an alias
* Remove some old content
* moves visualizations topic to the root
* moves out panels and visualization topics to the root
* adds move and resize panel to add/organize panel; creates a create dashboard topic under build dashboards; adjusts context of add a panel to be from within an existing dashboard
* updates aliases
* creates search at root, moves dashboard preview to search, creates standalone search dashboard topic
* moves Set dashboard time range to use-dashboards, creates modify dashboard settings and adds moves Modify dashboard time settings to that topic
* moves existing query-options topic from working with panels to configure-panel-visualizations, moves panel time overrides and timeshift content to query options
* Moving things to better category, fixing links, improving ordering
* Move panel inspector to main panel topic
* completes partial fix of relrefs
* relref fixes con't
* restructures remaining panels topics
* more relref fixes
* Minor fix
* Minor tweak
* finishes fixing relrefs
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2022-10-11 15:31:20 -05:00