Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
6336edbc
Commit
6336edbc
authored
Mar 11, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'docs-1.x' into develop
parents
70ce5d0a
1f550be9
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
1 deletions
+13
-1
.gitignore
+7
-0
docs/Dockerfile
+2
-0
docs/Makefile
+3
-0
docs/sources/index.md
+1
-1
No files found.
.gitignore
View file @
6336edbc
...
@@ -5,6 +5,13 @@ awsconfig
...
@@ -5,6 +5,13 @@ awsconfig
/dist
/dist
/tmp
/tmp
docs/AWS_S3_BUCKET
docs/GIT_BRANCH
docs/VERSION
docs/GITCOMMIT
docs/changed-files
docs/changed-files
# locally required config files
# locally required config files
web.config
web.config
config.js
config.js
...
...
docs/Dockerfile
View file @
6336edbc
...
@@ -11,6 +11,8 @@ COPY ./sources/ /docs/sources
...
@@ -11,6 +11,8 @@ COPY ./sources/ /docs/sources
COPY
./VERSION /docs/VERSION
COPY
./VERSION /docs/VERSION
COPY
./changed-files /docs/changed-files
# adding the image spec will require Docker 1.5 and `docker build -f docs/Dockerfile .`
# adding the image spec will require Docker 1.5 and `docker build -f docs/Dockerfile .`
#COPY ./image/spec/v1.md /docs/sources/reference/image-spec-v1.md
#COPY ./image/spec/v1.md /docs/sources/reference/image-spec-v1.md
...
...
docs/Makefile
View file @
6336edbc
...
@@ -44,4 +44,7 @@ docs-test: docs-build
...
@@ -44,4 +44,7 @@ docs-test: docs-build
$(DOCKER_RUN_DOCS)
"
$(DOCKER_DOCS_IMAGE)
"
./test.sh
$(DOCKER_RUN_DOCS)
"
$(DOCKER_DOCS_IMAGE)
"
./test.sh
docs-build
:
docs-build
:
git fetch https://github.com/grafana/grafana.git docs-1.x
&&
git diff
--name-status
FETCH_HEAD...HEAD
--
.
>
changed-files
echo
"
$(GIT_BRANCH)
"
>
GIT_BRANCH
echo
"
$(GITCOMMIT)
"
>
GITCOMMIT
docker build
-t
"
$(DOCKER_DOCS_IMAGE)
"
.
docker build
-t
"
$(DOCKER_DOCS_IMAGE)
"
.
docs/sources/index.md
View file @
6336edbc
...
@@ -9,7 +9,7 @@ rich ways to visualize time series metrics, mainly though graphs but supports ot
...
@@ -9,7 +9,7 @@ rich ways to visualize time series metrics, mainly though graphs but supports ot
a pluggable panel architecture. It currently has rich support for for
[
Graphite
](
http://graphite.readthedocs.org/en/latest/
)
,
a pluggable panel architecture. It currently has rich support for for
[
Graphite
](
http://graphite.readthedocs.org/en/latest/
)
,
[
InfluxDB
](
http://influxdb.org
)
and
[
OpenTSDB
](
http://opentsdb.net
)
. But supports other data sources via plugins.
[
InfluxDB
](
http://influxdb.org
)
and
[
OpenTSDB
](
http://opentsdb.net
)
. But supports other data sources via plugins.
It is most common
usage is
for infrastructure monitoring, application monitoring and metric analytics. But Grafana
It is most common
ly used
for infrastructure monitoring, application monitoring and metric analytics. But Grafana
has an open architecture and design that enabled is to be used in other domains as well, like home automation,
has an open architecture and design that enabled is to be used in other domains as well, like home automation,
weather and industrial sensors analytics.
weather and industrial sensors analytics.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment