1
0
mirror of https://github.com/netdata/netdata.git synced 2021-06-06 23:03:21 +03:00
Commit Graph

16 Commits

Author SHA1 Message Date
Joel Hans
46a8075c8f Docs housekeeping for SEO and syntax, part 1 (#10388)
* First pass to get the script working right

* Finish adding analytics tags
2021-01-07 11:44:43 -07:00
Ilya Mashchenko
def03a151c python.d: add job file lock registry (#9564) 2020-07-21 09:46:31 +03:00
Joel Hans
e99692f145 Docs: Standardize links between documentation (#8638)
* Trying out some absolute-ish links

* Try one out on installer

* Testing logic

* Trying out some more links

* Fixing links

* Fix links in python collectors

* Changed a bunch more links

* Fix build errors

* Another push of links

* Fix build error and add more links

* Complete first pass

* Fix final broken links

* Fix links to files

* Fix for Netlify

* Two more fixes
2020-04-14 10:26:13 -07:00
Joel Hans
9342704a41 Bulk add frontmatter to all documentation (#8354)
* Bulk add frontmatter

* A few extra edge cases
2020-03-10 14:29:51 -07:00
Promise Akpan
f5006d51e8 Fix Markdown Lint warnings (#6664)
* make remark access all directories

* detailed fix after autofix by remark lint

* cross check autofix for this set of files

* crosscheck more files

* crosschecking and small fixes

* crosscheck autofixed md files
2019-08-15 13:06:39 +02:00
Joel Hans
a726c905bd Change "netdata" to "Netdata" in all docs (#6621)
* First pass of changing netdata to Netdata

* Second pass of netdata -> Netdata

* Starting work on netdata with no whitespace after

* Pass for netdata with no whitespace at the end

* Pass for netdata with no whitespace at the front
2019-08-13 08:07:17 -07:00
Chris Akritidis
415f57c5bf Ga (#4938)
* Added GA tags to markdowns

* Add GA tags to mds
2018-12-07 11:30:04 +01:00
Chris Akritidis
1149ce3240 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
2018-11-23 01:16:56 +02:00
Chris Akritidis
792e1c6ddd Fix broken links (#4700)
##### Summary
<!--- Describe the change below, including rationale and design decisions -->
Fixes #4672 

The name of the branch is misleading, don't worry about it. Details on the fixes below.

##### Additional Information
> Checking links in ./doc/Netdata-Security-and-Disclosure-Information.md
>  1. [L13] 404 https://github.com/netdata/netdata/.github/ISSUE_TEMPLATE.md  

Fixed

> Checking links in ./REDISTRIBUTED.md
>  1. [L190] 404 https://github.com/netdata/netdata/blob/master/python.d/python_modules/urllib3/packages/six.py  

Fixed

> Checking links in ./web/api/queries/ses/README.md
>  1. [L53]  https://en.wikipedia.org/wiki/Moving_average#exponential-moving-average](https://en.wikipedia.org/wiki/Moving_average bad URI(is not URI?): https://en.wikipedia.org/wiki/Moving_average#exponential-moving-average](https://en.wikipedia.org/wiki/Moving_average 

False, link works

> Checking links in ./packaging/README.md
>  1. [L52] 404 https://github.com/firehol/infrastructure/raw/master/doc/release.txt  

Fixed 

> Checking links in ./installer/README.md
>  1. [L089] 404 https://github.com/netdata/netdata/blob/master/MAINTAINERS.md  

Fixed

>  2. [L241] 404 http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/netdata-1.10.0.txz  

Fixed 

> Checking links in ./daemon/README.md
>  1. [L080] 404 https://github.com/netdata/netdata/pull/403_ 

False. The URL is without the underscore
 
>  2. [L116] 404 https://github.com/netdata/netdata/blob/master/LICENSE.md  

Fixed 

> Checking links in ./collectors/python.d.plugin/web_log/README.md
>  1. [L026] 404 https://github.com/netdata/netdata/tree/master/conf.d/python.d 

Fixed 

> 2. [L030] 404 https://github.com/netdata/netdata/blob/master/conf.d/python.d/web_log.conf  

Fixed

>  3. [L187] 404 https://github.com/netdata/netdata/blob/master/conf.d/health.d/web_log.conf 

Fixed
 
>  4. [L200] 404 https://github.com/netdata/netdata/tree/master/conf.d/health.d  

Fixed

> Checking links in ./collectors/python.d.plugin/apache/README.md
>  1. [L52] 404 http://www.apache.org/server-status?auto  

Can't fix. Can't find a URL that will return server-status

> Checking links in ./collectors/freeipmi.plugin/README.md
>  1. [L090] 404 https://github.com/ktsaou/netdata/tree/master/plugins/freeipmi.plugin

Fixed (also in the c code)

> Checking links in ./CONTRIBUTORS.md
>   1. [L013]  http://producingoss.com/en/copyright-assignment.html Failed to open TCP connection to producingoss.com:80 (Connection refused - connect(2) for "producingoss.com" port 80) 

Fixed
2018-11-21 15:36:20 +01:00
George Moschovitis
c52348e234 Added new branding material #4598 (#4656)
* Moved name2id to utils.js

* Added new favicon and other branding material #4598

* Added improved favicon, cleanup #4598

* Removed some older icons

* Removed seo-performance-128 icon refs, and refs to soylent icon

* Regenerated dashboard.js

* Use base64 encoded favicon #4598

Avoids refetching when hash gets updated
2018-11-14 14:07:14 +02:00
Hugo Locurcio
e54090623e Fix several typos in documentation (#4270) 2018-09-23 23:50:20 +03:00
Costa Tsaousis
d56a4ece38 replaced referenced to firehol github org with netdata github org (#4249)
* replaced referenced to firehol github org with netdata github org

* increased versions of js files

* added new docker hub badge netdata/netdata and restored firehol/netdata
2018-09-22 14:56:47 +03:00
Ilya Mashchenko
c1be3331aa python plugin monotonic fix (#4156)
* python plugin monotonic fix

* python monotonic lib: add SPD header
2018-09-14 22:48:45 +03:00
paulfantom
a20b966784 info about licenses location 2018-09-08 16:04:45 +02:00
paulfantom
fc059246c4 fix redistribution year 2018-09-08 16:01:11 +02:00
Austin S. Hemmelgarn
5c2f938059 Update license file names so Github correctly detects our license. 2018-06-22 07:37:50 -04:00