Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
status-site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Dmytro Bogatov
status-site
Commits
fa1a786c
There was a problem fetching the pipeline summary.
Commit
fa1a786c
authored
Jul 30, 2017
by
Dmytro Bogatov
Browse files
Options
Downloads
Patches
Plain Diff
Update docs.
parent
f2406671
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
articles/docs/badges.md
+38
-0
38 additions, 0 deletions
articles/docs/badges.md
articles/docs/index.md
+1
-1
1 addition, 1 deletion
articles/docs/index.md
articles/mkdocs.yml
+1
-0
1 addition, 0 deletions
articles/mkdocs.yml
with
41 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
fa1a786c
...
...
@@ -104,7 +104,7 @@ blc-docs:
-
http-server documentation/out/ -p 8080 > /dev/null &
-
sleep
5
script
:
-
blc --filter-level 3 --input http://localhost:8080 -rog --exclude "*linkedin.*" --exclude "*doxygen.*"
-
blc --filter-level 3 --input http://localhost:8080 -rog --exclude "*linkedin.*" --exclude "*doxygen.*"
--exclude "*status.dbogatov.org*"
tags
:
-
docker
...
...
This diff is collapsed.
Click to expand it.
articles/docs/badges.md
+
38
−
0
View file @
fa1a786c
# Badges
You may put badges on your websites or in your markdown documents.
!!! success "Badge example"
[

](https://status.dbogatov.org/)
## Code
!!! warning
Use
**your domain**
instead of
`https://status.dbogatov.org`
### Markdown
Here is how to put
**system health**
badge in markdown
[](https://status.dbogatov.org/)
Here is how to put
**individual metric health**
badge in markdown
[](https://status.dbogatov.org/home/metric/type/source)
Where
*type*
is a metric type (eq.
`cpuload`
) and
*source*
is a metric source.
### HTML
Here is how to put
**system health**
badge in markdown
<a href="https://status.dbogatov.org/">
<img alt="system health" src="https://status.dbogatov.org/health" />
</a>
Here is how to put
**individual metric health**
badge in markdown
<a href="https://status.dbogatov.org/home/metric/type/source">
<img alt="metric health" src="https://status.dbogatov.org/health/type/source" />
</a>
Where
*type*
is a metric type (eq.
`cpuload`
) and
*source*
is a metric source.
This diff is collapsed.
Click to expand it.
articles/docs/index.md
+
1
−
1
View file @
fa1a786c
...
...
@@ -4,7 +4,7 @@
Status site is the application for monitoring the health of the servers and web services.
[

](https://git.dbogatov.org/dbogatov/status-site/commits/master)
[

](https://status.dbogatov.org/)
[

](https://status.dbogatov.org/)
## Features
...
...
This diff is collapsed.
Click to expand it.
articles/mkdocs.yml
+
1
−
0
View file @
fa1a786c
...
...
@@ -71,6 +71,7 @@ pages:
-
Development
:
development.md
-
Deployment
:
deployment.md
-
Configuration
:
configuration.md
-
Badges
:
badges.md
-
Documentation
:
documentation.md
-
Server
:
-
Home
:
server/index.md
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment