Skip to content

Commit

Permalink
Fix links s/plugin/app (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsirbu authored Oct 10, 2024
1 parent fd5ab3a commit 10b49b8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To avoid extra work and temporary links, make sure that publishing docs (or merg
<img src="https://raw.githubusercontent.com/{{ cookiecutter.github_org }}/{{ cookiecutter.project_slug }}/develop/docs/images/icon-{{ cookiecutter.app_slug }}.png" class="logo" height="200px">
<br>
<a href="{{ cookiecutter.repo_url }}/actions"><img src="{{ cookiecutter.repo_url }}/actions/workflows/ci.yml/badge.svg?branch=main"></a>
<a href="{{ cookiecutter.docs_app_url }}/"><img src="https://readthedocs.org/projects/nautobot-plugin-{{ cookiecutter.base_url }}/badge/"></a>
<a href="{{ cookiecutter.docs_app_url }}/"><img src="https://readthedocs.org/projects/nautobot-app-{{ cookiecutter.base_url }}/badge/"></a>
<a href="https://pypi.org/project/{{ cookiecutter.app_slug }}/"><img src="https://img.shields.io/pypi/v/{{ cookiecutter.app_slug }}"></a>
<a href="https://pypi.org/project/{{ cookiecutter.app_slug }}/"><img src="https://img.shields.io/pypi/dm/{{ cookiecutter.app_slug }}"></a>
<br>
Expand Down
2 changes: 1 addition & 1 deletion nautobot-app-ssot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
This folder provides a Cookiecutter template for a Nautobot Single Source of Truth App that adheres to Network to Code's Development Standards. The cookie provides a development environment to develop and test your Nautobot App with, which is provided by Docker Compose.

The term SSoT, or Single Source of Truth, refers to the intention of using Nautobot to consolidate data from disparate Systems of Record to create a single resource for all automation needs. This is done by extending the [Nautobot SSoT framework](https://github.com/nautobot/nautobot-plugin-ssot) which uses the DiffSync library. This plug-in is built with the capability in mind to import and export data from your desired System of Record.
The term SSoT, or Single Source of Truth, refers to the intention of using Nautobot to consolidate data from disparate Systems of Record to create a single resource for all automation needs. This is done by extending the [Nautobot SSoT framework](https://github.com/nautobot/nautobot-app-ssot) which uses the DiffSync library. This plug-in is built with the capability in mind to import and export data from your desired System of Record.

### IMPORTANT Cookie Notes

Expand Down
4 changes: 2 additions & 2 deletions nautobot-app-ssot/{{ cookiecutter.project_slug }}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

An app for [Nautobot](https://github.com/nautobot/nautobot).

The term SSoT, or Single Source of Truth, refers to the intention of using Nautobot to consolidate data from disparate Systems of Record to create a single resource for all automation needs. This is done by extending the [Nautobot SSoT framework](https://github.com/nautobot/nautobot-plugin-ssot) which uses the DiffSync library. This plug-in is built with the capability in mind to import and export data from your desired System of Record.
The term SSoT, or Single Source of Truth, refers to the intention of using Nautobot to consolidate data from disparate Systems of Record to create a single resource for all automation needs. This is done by extending the [Nautobot SSoT framework](https://github.com/nautobot/nautobot-app-ssot) which uses the DiffSync library. This app is built with the capability in mind to import and export data from your desired System of Record.

<!--
Developer Note - Remove Me!
Expand All @@ -18,7 +18,7 @@ To avoid extra work and temporary links, make sure that publishing docs (or merg
<img src="https://raw.githubusercontent.com/{{ cookiecutter.github_org }}/{{ cookiecutter.project_slug }}/develop/docs/images/icon-{{ cookiecutter.app_slug }}.png" class="logo" height="200px">
<br>
<a href="{{ cookiecutter.repo_url }}/actions"><img src="{{ cookiecutter.repo_url }}/actions/workflows/ci.yml/badge.svg?branch=main"></a>
<a href="{{ cookiecutter.docs_app_url }}/"><img src="https://readthedocs.org/projects/nautobot-plugin-{{ cookiecutter.base_url }}/badge/"></a>
<a href="{{ cookiecutter.docs_app_url }}/"><img src="https://readthedocs.org/projects/nautobot-app-{{ cookiecutter.base_url }}/badge/"></a>
<a href="https://pypi.org/project/{{ cookiecutter.app_slug }}/"><img src="https://img.shields.io/pypi/v/{{ cookiecutter.app_slug }}"></a>
<a href="https://pypi.org/project/{{ cookiecutter.app_slug }}/"><img src="https://img.shields.io/pypi/dm/{{ cookiecutter.app_slug }}"></a>
<br>
Expand Down
2 changes: 1 addition & 1 deletion nautobot-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ The following table lists the inputs that you will be prompted for when generati
| **model_class_name** | If you want to generate initial files, such as `models.py`, `forms.py`, `filters.py`, `navigation.py`, `tables.py`, `views`, and API models, initialize this name to a valid model name. The default value is `None` |
| **Select open_source_license** | Determine if project is open source or not |
| **docs_base_url**| The main URL where the project documentation will be hosted. For open source projects use the default (`https://docs.nautobot.com`). |
| **docs_app_url**| The full URL for documentation hosting. You might want to shorten the project alias, for example `https://docs.nautobot.com/projects/data-validation/en/latest` instead of `https://docs.nautobot.com/projects/nautobot-plugin-data-validation/en/latest`. Make sure there's no trailing `/`! |
| **docs_app_url**| The full URL for documentation hosting. You might want to shorten the project alias, for example `https://docs.nautobot.com/projects/data-validation/en/latest` instead of `https://docs.nautobot.com/projects/nautobot-app-data-validation/en/latest`. Make sure there's no trailing `/`! |
2 changes: 1 addition & 1 deletion nautobot-app/{{ cookiecutter.project_slug }}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To avoid extra work and temporary links, make sure that publishing docs (or merg
<img src="https://raw.githubusercontent.com/{{ cookiecutter.github_org }}/{{ cookiecutter.project_slug }}/develop/docs/images/icon-{{ cookiecutter.app_slug }}.png" class="logo" height="200px">
<br>
<a href="{{ cookiecutter.repo_url }}/actions"><img src="{{ cookiecutter.repo_url }}/actions/workflows/ci.yml/badge.svg?branch=main"></a>
<a href="{{ cookiecutter.docs_app_url }}/"><img src="https://readthedocs.org/projects/nautobot-plugin-{{ cookiecutter.base_url }}/badge/"></a>
<a href="{{ cookiecutter.docs_app_url }}/"><img src="https://readthedocs.org/projects/nautobot-app-{{ cookiecutter.base_url }}/badge/"></a>
<a href="https://pypi.org/project/{{ cookiecutter.app_slug }}/"><img src="https://img.shields.io/pypi/v/{{ cookiecutter.app_slug }}"></a>
<a href="https://pypi.org/project/{{ cookiecutter.app_slug }}/"><img src="https://img.shields.io/pypi/dm/{{ cookiecutter.app_slug }}"></a>
<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ The intention is to document deviations from a standard Model View Controller (M

!!! warning "Developer Note - Remove Me!"
Optional page, remove if not applicable.
For examples see [Golden Config](https://github.com/nautobot/nautobot-plugin-golden-config/tree/develop/docs/dev/dev_adr.md).
For examples see [Golden Config](https://github.com/nautobot/nautobot-app-golden-config/blob/develop/docs/dev/arch_decision.md).

0 comments on commit 10b49b8

Please sign in to comment.