Skip to content

Commit

Permalink
fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnider2195 committed Oct 15, 2024
1 parent fd2fced commit a1ad668
Show file tree
Hide file tree
Showing 5 changed files with 1,165 additions and 412 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img src="https://raw.githubusercontent.com/nautobot/nautobot-app-nornir/develop/docs/images/icon-nautobot-plugin-nornir.png" class="logo" height="200px">
<br>
<a href="https://github.com/nautobot/nautobot-app-nornir/actions"><img src="https://github.com/nautobot/nautobot-app-nornir/actions/workflows/ci.yml/badge.svg?branch=main"></a>
<a href="https://docs.nautobot.com/projects/plugin-nornir/en/latest/"><img src="https://readthedocs.org/projects/nautobot-app-plugin-nornir/badge/"></a>
<a href="https://docs.nautobot.com/projects/plugin-nornir/en/latest/"><img src="https://readthedocs.org/projects/nautobot-plugin-nornir/badge/"></a>
<a href="https://pypi.org/project/nautobot-plugin-nornir/"><img src="https://img.shields.io/pypi/v/nautobot-plugin-nornir"></a>
<a href="https://pypi.org/project/nautobot-plugin-nornir/"><img src="https://img.shields.io/pypi/dm/nautobot-plugin-nornir"></a>
<br>
Expand Down
7 changes: 0 additions & 7 deletions docs/dev/arch_decision.md

This file was deleted.

1 change: 0 additions & 1 deletion nautobot_plugin_nornir/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class NautobotPluginNornirConfig(NautobotAppConfig):
max_version = "2.9999"
default_settings = {}
caching_config = {}
docs_view_name = "plugins:nautobot_plugin_nornir:docs"

def ready(self):
"""Check for accidental legacy configurations."""
Expand Down
Loading

0 comments on commit a1ad668

Please sign in to comment.