[PR #9547] [MERGED] Fixes #9533 - Move markdown documentation to docs #13480

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/9547
Author: @kkthxbye-code
Created: 6/16/2022
Status: Merged
Merged: 6/17/2022
Merged by: @jeremystretch

Base: developHead: fix-9533


📝 Commits (1)

  • cf76d5c Move markdown documentation to docs

📊 Changes

3 files changed (+357 additions, -3 deletions)

View changed files

docs/reference/markdown.md (+353 -0)
📝 mkdocs.yml (+1 -0)
📝 netbox/utilities/forms/fields/fields.py (+3 -3)

📄 Description

Fixes: #9533

Removed unsupported stuff from the docs and moved to internal docs. It is based on the linked cheat sheet.

Note: Not testet properly yet as I don't have a setup that serves static files properly so docs work. I'll get around to it tomorrow probably.


🔄 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/9547 **Author:** [@kkthxbye-code](https://github.com/kkthxbye-code) **Created:** 6/16/2022 **Status:** ✅ Merged **Merged:** 6/17/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `fix-9533` --- ### 📝 Commits (1) - [`cf76d5c`](https://github.com/netbox-community/netbox/commit/cf76d5c46af8a68a7d29497ef28d43ae2ab83966) Move markdown documentation to docs ### 📊 Changes **3 files changed** (+357 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `docs/reference/markdown.md` (+353 -0) 📝 `mkdocs.yml` (+1 -0) 📝 `netbox/utilities/forms/fields/fields.py` (+3 -3) </details> ### 📄 Description ### Fixes: #9533 Removed unsupported stuff from the docs and moved to internal docs. It is based on the linked cheat sheet. Note: Not testet properly yet as I don't have a setup that serves static files properly so docs work. I'll get around to it tomorrow probably. --- <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 23:19:06 +01:00
adam closed this issue 2025-12-29 23:19:06 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13480