You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Ad Schellevis 03a84977e9 collect_api_endpoints.py: extend script with support for abstract classes, add used model when using standard templates.
needed to better explain documentation for https://github.com/opnsense/plugins/issues/1749
4 years ago
source Shaper: add statistics endpoint for https://github.com/opnsense/core/issues/3994 4 years ago
themes/opnsense/sass Fix #83: Very long words can run out of container 5 years ago
.gitignore add collect_changelogs.py script to collect and transform release logs. 4 years ago
LICENSE Many typo fixes and some rewording (#80) 6 years ago
Makefile Initial version of the freely available OPNsense documentation project, original commiters are listed in LICENSE file. 6 years ago
README.md API: add python script to harvest API endpoints, so we can avoid https://github.com/opnsense/plugins/issues/1698 easier. 4 years ago
collect_api_endpoints.in collect_api_endpoints.py: extend script with support for abstract classes, add used model when using standard templates. 4 years ago
collect_api_endpoints.py collect_api_endpoints.py: extend script with support for abstract classes, add used model when using standard templates. 4 years ago
collect_changelogs.py add collect_changelogs.py script to collect and transform release logs. 4 years ago
requirements.txt enforce newer diagram versions on install 4 years ago

README.md

alt text

OPNsense documentation

Welcome to the OPNsense documentation & wiki.
The purpose of this project is to provide OPNsense users with quality documentation.

Contribute

You can contribute to the project in many ways, e.g. testing functionality, sending in bug reports or creating pull requests directly via GitHub. Any help is always very welcome!

License

OPNsense documentation is available under the 2-Clause BSD license:

http://opensource.org/licenses/BSD-2-Clause

Every contribution made to the project must be licensed under the same conditions in order to keep OPNsense truly free and accessible for everybody.

Some pictures are licensed under the Creative Commons Zero (CC0) license:

https://creativecommons.org/publicdomain/zero/1.0/

Logos may be subject to additional copyrights, property rights, trademarks etc. and may require the consent of a third party or the license of these rights. Deciso B.V. does not represent or make any warranties that it owns or licenses any of the mentioned, nor does it grant them.

Prepare build

Install Sphinx, our default theme and contrib packages

pip3 install -r requirements.txt --upgrade

Update API endpoints

A script is provided to update the api endpoint documentation, this can be executed using:

./collect_api_endpoints.py --repo core /path/to/core/repository
./collect_api_endpoints.py --repo plugins /path/to/plugins/repository

Generate HTML documents

make html

(make clean to flush)

Changing theme

gem install --no-user-install sass
npm install -g bower

Install required stylesheets using bower

bower install wyrm
bower install robotoslab-googlefont
bower install inconsolata-googlefont
bower install font-awesome#4.7.0

(for font-awesome, choose newest)

Build your theme:

sass -I bower_components/wyrm/sass/ -I bower_components/bourbon/dist/ -I bower_components/neat/app/assets/stylesheets/ -I bower_components/font-awesome/scss/ themes/opnsense/sass/theme.sass  > source/_static/css/opnsense.css