From f01655c47a919854d40fc9205d182ed0416dd4fe Mon Sep 17 00:00:00 2001 From: Wen Liang Date: Wed, 2 Dec 2020 22:08:33 -0500 Subject: [PATCH] Add NetworkManager development documentation to contributing guide Signed-off-by: Wen Liang --- contributing.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/contributing.md b/contributing.md index 727e16d..035a975 100644 --- a/contributing.md +++ b/contributing.md @@ -306,6 +306,21 @@ ansible-playbook --skip-tags tests::cleanup \ -i testhost, tests/playbooks/tests_802_1x.yml ``` +### NetworkManager Documentation +- [NM 1.0](https://lazka.github.io/pgi-docs/#NM-1.0), it contains full explanation about NetworkManager API, including but not limited to: + - Functions + - Callbacks + - Interfaces + - Classes + - Hierarchy + - Structures + - Class Structures + - Interface Structures + - Flags + - Enums + - Constants + - Symbol Mapping + ### Integration tests with podman 1. Create `~/.ansible/collections/ansible_collections/containers/podman/` if this directory does not exist and `cd` into this directory.