[PR #4397] [MERGED] Add documentation for the plugins framework #12838

Closed
opened 2025-12-29 22:23:54 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/4397
Author: @jeremystretch
Created: 3/23/2020
Status: Merged
Merged: 3/24/2020
Merged by: @jeremystretch

Base: 3351-pluginsHead: plugins-docs


📝 Commits (10+)

  • 33ca352 Initial documentation for plugins framework
  • eeb9633 Merge branch '3351-plugins' into plugins-docs
  • 2188b09 More work on plugins development docs
  • a4382f0 Merge branch '3351-plugins' into plugins-docs
  • 0b77702 Add docs for plugin models, views
  • 0a8b09a Add docs for plugin API endpoints
  • 8e661c3 Merge branch '3351-plugins' into plugins-docs
  • 5ec1b31 Add disclaimer/warning to PLUGINS_ENABLED
  • eedda6e Incorporate John's feedback
  • 745ac29 Tweak plugin template docs

📊 Changes

6 files changed (+382 additions, -1 deletions)

View changed files

📝 docs/configuration/optional-settings.md (+21 -0)
docs/media/plugins/plugin_admin_ui.png (+0 -0)
docs/media/plugins/plugin_rest_api_endpoint.png (+0 -0)
docs/plugins/development.md (+294 -0)
docs/plugins/index.md (+64 -0)
📝 mkdocs.yml (+3 -1)

📄 Description

Tacks on documentation for #3351


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/4397 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 3/23/2020 **Status:** ✅ Merged **Merged:** 3/24/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `3351-plugins` ← **Head:** `plugins-docs` --- ### 📝 Commits (10+) - [`33ca352`](https://github.com/netbox-community/netbox/commit/33ca352fd937111c3718d8faafaf21497d3b414b) Initial documentation for plugins framework - [`eeb9633`](https://github.com/netbox-community/netbox/commit/eeb96338542063e28959476254b1c9566c60f2a4) Merge branch '3351-plugins' into plugins-docs - [`2188b09`](https://github.com/netbox-community/netbox/commit/2188b0982c5a92f74d0a5bae3e378c2456124640) More work on plugins development docs - [`a4382f0`](https://github.com/netbox-community/netbox/commit/a4382f0b2759ae554bab9f2a31f61fb0175015f5) Merge branch '3351-plugins' into plugins-docs - [`0b77702`](https://github.com/netbox-community/netbox/commit/0b77702626f6f4fc65da67a15d0bf3e0229d871d) Add docs for plugin models, views - [`0a8b09a`](https://github.com/netbox-community/netbox/commit/0a8b09a11a7d9ce437e52a5d24a755fce3033d52) Add docs for plugin API endpoints - [`8e661c3`](https://github.com/netbox-community/netbox/commit/8e661c34e914cc19dad2e8094c2f71835fab3f6d) Merge branch '3351-plugins' into plugins-docs - [`5ec1b31`](https://github.com/netbox-community/netbox/commit/5ec1b31804084f42af921b0f158d5ee400aaa958) Add disclaimer/warning to PLUGINS_ENABLED - [`eedda6e`](https://github.com/netbox-community/netbox/commit/eedda6e648c99c7a3d2e5f0ba15fdaddec70a2de) Incorporate John's feedback - [`745ac29`](https://github.com/netbox-community/netbox/commit/745ac294a5fa2dbb0530faec2b1d08817e22290b) Tweak plugin template docs ### 📊 Changes **6 files changed** (+382 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/configuration/optional-settings.md` (+21 -0) ➕ `docs/media/plugins/plugin_admin_ui.png` (+0 -0) ➕ `docs/media/plugins/plugin_rest_api_endpoint.png` (+0 -0) ➕ `docs/plugins/development.md` (+294 -0) ➕ `docs/plugins/index.md` (+64 -0) 📝 `mkdocs.yml` (+3 -1) </details> ### 📄 Description Tacks on documentation for #3351 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:23:54 +01:00
adam closed this issue 2025-12-29 22:23:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12838