Skip to content

Commit

Permalink
docs: generate
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Jun 18, 2021
1 parent a1cf1d7 commit 1cb354d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
- name: Checkout main
uses: actions/checkout@v2

- name: Generate documentation
run: go generate -x

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
Expand Down
1 change: 1 addition & 0 deletions docs/configuration/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
| local-pref | *int | 100 | | BGP local preference |
| multihop | *bool | false | | Should BGP multihop be enabled? (255 max hops) |
| listen | *string | | | BGP listen address |
| local-asn | *int | | | Local ASN as defined in the global ASN field |
| local-port | *int | 179 | | Local TCP port |
| neighbor-port | *int | 179 | | Neighbor TCP port |
| passive | *bool | false | | Should we listen passively? |
Expand Down

0 comments on commit 1cb354d

Please sign in to comment.