Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Security-Onion-Solutions/securityonion-docs
https://github.com/Security-Onion-Solutions/securityonion-docs
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Security-Onion-Solutions/securityonion-docs
- Owner: Security-Onion-Solutions
- Created: 2019-02-06T16:16:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T16:27:53.000Z (12 months ago)
- Last Synced: 2023-12-19T16:35:43.338Z (12 months ago)
- Language: Python
- Size: 145 MB
- Stars: 78
- Watchers: 17
- Forks: 93
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Security: security.rst
- Support: support.rst
Awesome Lists containing this project
- awesome-systools - securityonion-docs
README
# securityonion-docs
[![Documentation Status](https://readthedocs.org/projects/securityonion/badge/?version=latest)](https://securityonion.readthedocs.io/en/latest/?badge=latest)
This repo stores the source code for our documentation which is published by ReadTheDocs at:
https://securityonion.net/docsWe use RST format so that ReadTheDocs can publish in both HTML and PDF formats.
# Contributing
If you notice any documentation is missing or incorrect, please feel free to submit a pull request (PR) to this repo. We will review the PR and merge if appropriate.
# Naming Convention
Our goal is to allow you to easily guess and type the URL of the documentation you want to go to.For example, if you want to read more about Suricata, you can type the following into your browser:
https://securityonion.net/docs/suricataTo achieve this goal, new documentation pages should use the following naming convention:
- all lowercase
- `.rst` file extension
- ideally, the name of the page should be one simple word (for example: `suricata.rst`)
- try to avoid symbols if possible
- if symbols are required, use hyphens (NOT underscores)