Jack Baldry
c1c48dd610
Use relative aliases for all non-current Grafana aliases ( #60062 )
...
* 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 aliases from shared pages
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Rewrite all current latest aliases to be next
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Fix typo in latest alias
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 -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \;
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>
2022-12-09 12:36:04 -04: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
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
Diana Payton
ec9c3230eb
Docs: Org, Team, and User Admin ( #30756 )
...
* Update _index.md
* Update _index.md
* Create server-admin-manage-users.md
* content updates
* Update server-admin-manage-users.md
* content update
* testing single sourcing
* Update server-admin-manage-users.md
* deleted index, updated sharing command
* Update server-admin-manage-users.md
* added index files to folders
* Update _index.md
* added task lists
* Update server-admin-manage-users.md
* working on single sourcing tests
* content updates
* Update server-admin-manage-users.md
* Update server-admin-manage-users.md
* Update server-admin-manage-users.md
* add server admin manage orgs file
* Update _index.md
* Update _index.md
* Content updates
* Update server-admin-manage-orgs.md
* Update server-admin-manage-users.md
* Delete menu.yaml
* Update _index.md
* Update server-admin-manage-users.md
* deleted old files
* Update _index.md
* temporarily removed some files
* Update server-admin-manage-users.md
* Made two relref changes to this branch.
* Merge branch 'master' into docs-update-manage-users
* Update server-admin-manage-orgs.md
* Update server-admin-manage-users.md
* add snippets and content changes
* Content updates
* Update server-admin-manage-users.md
* Update server-admin-manage-orgs.md
* added folders
* content updates
* Update server-admin-manage-users.md
* Update server-admin-manage-users.md
* testing step format
* updated and clarified titles of snippets
* Update server-admin-manage-users.md
* Update server-admin-manage-users.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update server-admin-manage-users.md
* Update server-admin-manage-users.md
* content edits
* Update _index.md
* Update _index.md
* Update _index.md
* deleted old files
* Update _index.md
* Update _index.md
* Update change-your-password.md
* Update _index.md
* Update _index.md
* Update _index.md
* moved files
* Added user account profile topic
* Update _index.md
* Update _index.md
* minor edits
* update shortcodes
* minor updates
* Delete view-server-user-list-list.md
* testing and updating shortcodes
* edited content for single sourcing
* Update example.md
* added new snippet
* updated content
* Update _index.md
* Added links
* Content updates
* Update docs/sources/manage-users/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/manage-users/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/manage-users/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/manage-users/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/manage-users/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/manage-users/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/manage-users/_index.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/manage-users/_index.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update _index.md
Co-authored-by: achatterjee-grafana <aparajita.chatterjee@grafana.com>
Co-authored-by: Robby Milo <robbymilo@gmail.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
2021-02-03 12:15:23 -08:00
Diana Payton
2d175c34d7
Docs: Fix links ( #28945 )
...
* Update getting-started.md
* Update configure-specific-fields.md
* Fixed links, added a test file to the shared folder
2020-11-09 10:52:55 -08:00