Skip to content

Commit

Permalink
Merge pull request #62 from nautobot/develop
Browse files Browse the repository at this point in the history
Update main
  • Loading branch information
ubajze authored Sep 5, 2022
2 parents 3e44267 + 680e912 commit bbcabbc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
---
name: "CI"
on: # yamllint disable-line rule:truthy rule:comments
- "push"
- "pull_request"
push:
branches:
- "main"
- "develop"
tags:
- "v*"
pull_request: ~

env:
PLUGIN_NAME: "nautobot-bgp-models"
Expand Down
12 changes: 6 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ plugins:
nav:
- Introduction: "index.md"
- User Guide:
- Models: "models.md"
- Examples:
- Creating peerings workflow: "manual.md"
- Generating Cisco BGP Config: "cisco_use_case.md"
- Generating Juniper BGP Config: "juniper_use_case.md"
- Models: "models.md"
- Examples:
- Creating peerings workflow: "manual.md"
- Generating Cisco BGP Config: "cisco_use_case.md"
- Generating Juniper BGP Config: "juniper_use_case.md"
- Developer Guide:
- Development Environment: "development.md"
- Development Environment: "development.md"

0 comments on commit bbcabbc

Please sign in to comment.