Commit 36aab3a7 by Torkel Ödegaard Committed by GitHub

Docs: Whats new updates (#21664)

* Docs: Whats new updates

* Add cloudwatch and stackdriver paragraphs

* Minor changes

* Add link helper to render gif

* Docs: what's new updates

Co-authored-by: Erik Sundell <erik.sundell87@gmail.com>
parent 685c9043
......@@ -2,10 +2,10 @@
docs:
docker pull grafana/docs-base:latest
docker run -v $(PWD)/sources:/hugo/content/docs/grafana/latest -p 3002:3002 --rm -it grafana/docs-base:latest /bin/bash -c 'npm i && make webpack && hugo server -p 3002 -D --ignoreCache --baseUrl http://localhost:3002 --bind 0.0.0.0'
docker run -v $(PWD)/sources:/hugo/content/docs/grafana/latest -p 3002:3002 --rm -it grafana/docs-base:latest /bin/bash -c 'npm i && make webpack && make docs-menu && hugo server -p 3002 -D --ignoreCache --baseUrl http://localhost:3002 --bind 0.0.0.0'
docs-no-pull:
docker run -v $(PWD)/sources:/hugo/content/docs/grafana/latest -p 3002:3002 --rm -it grafana/docs-base:latest /bin/bash -c 'npm i && make webpack && hugo server -p 3002 -D --ignoreCache --baseUrl http://localhost:3002 --bind 0.0.0.0'
docker run -v $(PWD)/sources:/hugo/content/docs/grafana/latest -p 3002:3002 --rm -it grafana/docs-base:latest /bin/bash -c 'make docs-menu && hugo server -p 3002 -D --ignoreCache --baseUrl http://localhost:3002 --bind 0.0.0.0'
docs-test:
docker pull grafana/docs-base:latest
......
......@@ -201,6 +201,9 @@
link: /guides/whats-new-in-v5-1/
- name: Version 5.0
link: /guides/whats-new-in-v5/
- name: Old versions
link: /whatsnew/
children:
- name: Version 4.6
link: /guides/whats-new-in-v4-6/
- name: Version 4.5
......@@ -219,6 +222,21 @@
link: /guides/whats-new-in-v3-1/
- name: Version 3.0
link: /guides/whats-new-in-v3/
- name: Grafana Enterprise
link: /enterprise/
children:
- name: Overview
link: /enterprise/
- name: Reporting
link: /features/reporting/
- name: Data source permissions
link: /permissions/datasource_permissions/
- link: /auth/enhanced_ldap/
name: Enhanced LDAP
- link: /auth/saml/
name: SAML
- link: /auth/team-sync/
name: Team Sync
- name: Tutorials
link: /tutorials/
children:
......@@ -312,7 +330,5 @@
children:
- name: Contributor License Agreement (CLA)
link: /contribute/cla/
- name: Grafana Enterprise
link: /enterprise/
- name: Docs Archive
link: /archive/
......@@ -44,11 +44,12 @@ export class NewsPanelEditor extends PureComponent<PanelEditorProps<NewsOptions>
<div className="gf-form">
<FormField
label="URL"
labelWidth={4}
labelWidth={7}
inputWidth={30}
value={feedUrl || ''}
placeholder={DEFAULT_FEED_URL}
onChange={this.onFeedUrlChange}
tooltip="Only RSS feed formats are supported (not Atom)."
onBlur={this.onUpdatePanel}
/>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment