0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-17 03:02:41 +00:00
Commit graph

9 commits

Author SHA1 Message Date
vkalintiris
e0ec10411b
Move collectors/ under src/ () 2024-02-08 11:06:35 +02:00
vkalintiris
8c736bb135
Move health/ under src/ ()
* Move health/ under src/

* Update references to health paths.

```
find . -type f -exec sed -i 's:master/exporting:master/src/exporting:g' {} \;
```

* Update .git{,hub} refs to health.
2024-02-07 02:24:47 +02:00
vkalintiris
8121b18d1e
Move exporting/ under src/ () 2024-02-05 11:16:59 +02:00
vkalintiris
115d074a6c
Create a top-level directory to contain source code. ()
* Move ML under src

* Move spwan under src

* Move cli/ under src/

* move registry/ under src/

* move streaming/ under src/

* Move claim under src. Update docs

* Move database/ under src/

* Move libnetdata/ under src/

* Update references to libnetdata

* Fix logsmanagement includes

* Update generated script path.
2024-02-01 13:41:44 +02:00
Fotis Voutsas
e9af618081
Make the title metadata H1 in all markdown files ()
* make the title metadta the H1

* Update collectors/python.d.plugin/zscores/README.md

* Update libnetdata/ebpf/README.md

* Update ml/README.md

* Update libnetdata/string/README.md

---------

Co-authored-by: Chris Akritidis <43294513+cakrit@users.noreply.github.com>
2023-02-28 06:52:53 -08:00
Chris Akritidis
157c0fa16b
Remove References category from learn () 2023-02-20 08:56:06 -08:00
Fotis Voutsas
ff14cf0df6
Fix broken links in our documentation ()
* fix broken link in ml/README.md

* fix broken link across all files

* fix broken link across all files

* fix broken links and remove what's next sections

* fix broken links and remove what's next section

* Remove related links sections with broken links that link to removed files

* fix broken links
2023-02-20 06:52:43 -08:00
Fotis Voutsas
851ce5a184
Fix broken links in integrations-overview ()
* Fix broken links in integrations-overview

* fix broken link in docs/export/enable-collector.md
2023-02-17 08:11:38 -08:00
Chris Akritidis
3e507768b9
Reorg markdown files for learn ()
* Move export graphite metrics guide content to new integrations landing
page and exporter readme

* Merge info on how to write python collector and reorg file

* Codacy warning fixes
2023-02-16 13:28:26 -08:00