summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2018-11-23 00:16:56 +0100
committerCosta Tsaousis <costa@tsaousis.gr>2018-11-23 01:16:56 +0200
commit1149ce32401c811a429ac1d3311f6676926e7d92 (patch)
tree0385c9df3912e00ce4cc26bcfb3d4d751bdc4f38 /web
parentcfc740a7a2e7b7236ad1378fdb7a73c281cb867e (diff)
Sanitize headers and htmlstructure (#4713)
* Restructured html site, corrected header in REDISTRIBUTED * Added header * Header updates and restructuring * Move requirements and runtime txts to htmldoc, by adding a netlify.toml that changes the base directory * Minor corrections to support the html doc restructuring * Debugging netlify * Debugging netlify * Debugging netlify * Beautify headers, comment in buildhtml * Beautify headers * Sanitize headers and reorganize static html site * Updated Makefile with moved and created htmldoc scripts
Diffstat (limited to 'web')
-rw-r--r--web/README.md14
-rw-r--r--web/gui/README.md2
-rw-r--r--web/gui/confluence/README.md2
-rw-r--r--web/gui/custom/README.md2
-rw-r--r--web/server/README.md2
5 files changed, 11 insertions, 11 deletions
diff --git a/web/README.md b/web/README.md
index 8e59ca5fd1..5982b096e7 100644
--- a/web/README.md
+++ b/web/README.md
@@ -1,22 +1,22 @@
-# Web Dashboards Overview
+# Web dashboards overview
The default port is 19999; for example, to access the dashboard on localhost, use: http://localhost:19999
-To view netdata collected data you access its **[REST API v1](api/)**.
+To view Netdata collected data you access its **[REST API v1](api/)**.
-For our convenience, netdata provides 2 more layers:
+For our convenience, Netdata provides 2 more layers:
1. The `dashboard.js` javascript library that allows us to design custom dashboards using plain HTML. For information on creating custom dashboards, see **[Custom Dashboards](gui/custom/)** and **[Atlassian Confluence Dashboards](gui/confluence/)**
-2. Ready to be used web dashboards that render all the charts a netdata server maintains.
+2. Ready to be used web dashboards that render all the charts a Netdata server maintains.
-## customizing the standard dashboards
+## Customizing the standard dashboards
Charts information is stored at /usr/share/netdata/web/[dashboard_info.js](gui/dashboard_info.js). This file includes information that is rendered on the dashboard, controls chart colors, section and subsection heading, titles, etc.
-If you change that file, your changes will be overwritten when netdata is updated. You can preserve your settings by creating a new such file (there is /usr/share/netdata/web/[dashboard_info_custom.example.js](gui/dashboard_info_custom_example.js) you can use to start with).
+If you change that file, your changes will be overwritten when Netdata is updated. You can preserve your settings by creating a new such file (there is /usr/share/netdata/web/[dashboard_info_custom.example.js](gui/dashboard_info_custom_example.js) you can use to start with).
-You have to copy the example file under a new name, so that it will not be overwritten with netdata updates.
+You have to copy the example file under a new name, so that it will not be overwritten with Netdata updates.
To configure your info file set in netdata.conf:
diff --git a/web/gui/README.md b/web/gui/README.md
index 4cb0502565..60ccc2c75d 100644
--- a/web/gui/README.md
+++ b/web/gui/README.md
@@ -1,4 +1,4 @@
-# Netdata Agent Web GUI
+# Netdata agent web GUI
## Generating dashboard.js
diff --git a/web/gui/confluence/README.md b/web/gui/confluence/README.md
index 3973c10be2..4c8e51a6a0 100644
--- a/web/gui/confluence/README.md
+++ b/web/gui/confluence/README.md
@@ -1,4 +1,4 @@
-# Atlassian Confluence Dashboards
+# Atlassian Confluence dashboards
With netdata you can build **live, interactive, monitoring dashboards** directly on Atlassian's **Confluence** pages.
diff --git a/web/gui/custom/README.md b/web/gui/custom/README.md
index 7e1877a4dd..8d862c4f6d 100644
--- a/web/gui/custom/README.md
+++ b/web/gui/custom/README.md
@@ -1,4 +1,4 @@
-# Custom Dashboards
+# Custom dashboards
You can:
diff --git a/web/server/README.md b/web/server/README.md
index 34ef628bc8..63bc915c14 100644
--- a/web/server/README.md
+++ b/web/server/README.md
@@ -1,4 +1,4 @@
-# Netdata web server
+# Web server
Netdata supports 3 implementations of its internal web server: