Skip to content

Update documentation for native DEB/RPM packages #20257

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 8, 2025

Conversation

kanelatechnical
Copy link
Contributor

The native package documentation enhanced with key technical details, improved organization, and highlighted installation requirements.

@kanelatechnical kanelatechnical requested a review from Ferroin May 8, 2025 12:19
@kanelatechnical kanelatechnical requested a review from Ancairon as a code owner May 8, 2025 12:19
@github-actions github-actions bot added area/packaging Packaging and operating systems support area/docs labels May 8, 2025
Copy link
Member

@Ferroin Ferroin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple of relatively minor suggestions, but otherwise looks good to me.

Comment on lines +23 to +45
```
repository.netdata.cloud/repos/
├── stable/ # Stable Netdata Agent releases
│ ├── debian/ # For Debian-based distributions
│ │ ├── bullseye/ # Distribution codename directories
│ │ ├── bookworm/
│ │ └── ...
│ ├── ubuntu/ # For Ubuntu-based distributions
│ │ ├── focal/
│ │ ├── jammy/
│ │ └── ...
│ ├── el/ # For RHEL-based distributions
│ │ ├── 8/ # Version directories
│ │ │ ├── x86_64/ # Architecture directories
│ │ │ ├── aarch64/
│ │ │ └── ...
│ │ ├── 9/
│ │ └── ...
│ └── other distros...
├── edge/ # Nightly builds (same structure)
├── repoconfig/ # Configuration packages
└── devel/ # Development builds (ignore)
```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would not have thought of presenting the full tree structure myself, but this is a much better way to present things.

We need to double-check though that all of the places we present this use fonts that include the box drawing characters so we can be sure it renders correctly.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Ancairon will you check this? ty

kanelatechnical and others added 3 commits May 8, 2025 19:44
Co-authored-by: Austin S. Hemmelgarn <ahferroin7@gmail.com>
Co-authored-by: Austin S. Hemmelgarn <ahferroin7@gmail.com>
Co-authored-by: Austin S. Hemmelgarn <ahferroin7@gmail.com>
@ilyam8 ilyam8 merged commit bd64b5d into netdata:master May 8, 2025
105 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs area/packaging Packaging and operating systems support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants