Skip to content

Commit

Permalink
updated logos, removed html
Browse files Browse the repository at this point in the history
  • Loading branch information
susanhooks-al committed Mar 23, 2023
1 parent b7132f9 commit 1f2bd4c
Show file tree
Hide file tree
Showing 8 changed files with 142 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:

mkdocs:
configuration: "mkdocs.yml"
# fail_on_warning: true
fail_on_warning: true

# Use our docs/requirements.txt during installation.
python:
Expand Down
21 changes: 7 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@

<div style="text-align: center;">
<h1>Nornir Nautobot</h1>
</div>
<p align="center">
<a href="https://github.com/nautobot/nornir-nautobot/actions"><img src="https://github.com/nautobot/nornir-nautobot/actions/workflows/ci.yml/badge.svg?branch=main"></a>
<a href="https://pypi.org/project/nornir-nautobot/"><img src="https://img.shields.io/pypi/v/nornir-nautobot"></a>
<a href="https://pypi.org/project/nornir-nautobot/"><img src="https://img.shields.io/pypi/dm/nornir-nautobot"></a>
<br>
</p>

# Nornir Nautobot
[![GitHub Actions](https://github.com/nautobot/nornir-nautobot/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/nautobot/nornir-nautobot/actions)
[![PyPI Version](https://img.shields.io/pypi/v/nornir-nautobot)](https://pypi.org/project/nornir-nautobot/)
[![PyPI Downloads](https://img.shields.io/pypi/dm/nornir-nautobot)](https://pypi.org/project/nornir-nautobot/)

Nornir-Nautobot is a set of utilities to help interact with Nautobot via Nornir. The nornir_nautobot project intends to solve two primary use cases.

Expand All @@ -28,16 +21,16 @@ pip install nornir-nautobot

The inventory plugin is used to gather inventory from a Nautobot instance. This queries the DCIM endpoint to gather information about the devices.

[Inventory](inventory/inventory.md)
[Inventory](https://docs.nautobot.com/projects/nornir-nautobot/en/latest/inventory/inventory/)

## Processor Plugin

This is an opinionated plugin to help with network automation workflows with Nautobot.

[Processor Plugin](processor/processor.md)
[Processor Plugin](https://docs.nautobot.com/projects/nornir-nautobot/en/latest/processor/processor/)

## Task Plugin

The task plugin helps with dispatching specific functions with multiple underlying OS.

[Task Plugin](task/task.md)
[Task Plugin](https://docs.nautobot.com/projects/nornir-nautobot/en/latest/task/task/)
Binary file added docs/assets/favicon.ico
Binary file not shown.
Binary file removed docs/assets/favicon.png
Binary file not shown.
Binary file removed docs/assets/logo.png
Binary file not shown.
131 changes: 131 additions & 0 deletions docs/assets/nautobot_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 0 additions & 19 deletions docs/extra.css

This file was deleted.

6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
dev_addr: "0.0.0.0:8001"
dev_addr: "0.0.0.0:8002"
site_name: "Nornir Nautobot Documentation"
site_url: "https://nornir-nautobot.readthedocs.io"
repo_url: "https://github.com/nautobot/nornir-nautobot"
Expand All @@ -18,8 +18,8 @@ theme:
- "search.suggest"
- "search.highlight"
- "search.share"
favicon: "assets/favicon.png"
logo: "assets/logo.png"
favicon: "assets/favicon.ico"
logo: "assets/nautobot_logo.svg"
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
Expand Down

0 comments on commit 1f2bd4c

Please sign in to comment.