diff --git a/Makefile b/Makefile index eb33d04..a5b074e 100644 --- a/Makefile +++ b/Makefile @@ -52,4 +52,4 @@ ALIAS ?= master deploy: docker ## Deploy documentation version with mike. $(RUN) mike deploy -b publish -u $(RELEASE) $(ALIAS) -# TODO we need to "deploy dev" in master and "deploy -u alpha-x latest" in release/alpha-x branches \ No newline at end of file +# TODO we need to "deploy dev" in master and "deploy -u alpha-x latest" in release/alpha-x branches diff --git a/README.md b/README.md index 15050fd..3fe05ce 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ [![Netlify Status](https://api.netlify.com/api/v1/badges/76ba2fb4-b33a-4f0f-b81d-c61e3b603bc9/deploy-status)](https://app.netlify.com/sites/hedgehog-docs/deploys) -Published to [https://docs.githedgehog.com](https://docs.githedgehog.com). \ No newline at end of file +Published to [https://docs.githedgehog.com](https://docs.githedgehog.com). diff --git a/docs/architecture/overview.md b/docs/architecture/overview.md index aad7629..8c39248 100644 --- a/docs/architecture/overview.md +++ b/docs/architecture/overview.md @@ -1,4 +1,4 @@ # Overview !!! warning "" - Under construction. \ No newline at end of file + Under construction. diff --git a/docs/contribute/overview.md b/docs/contribute/overview.md index aad7629..8c39248 100644 --- a/docs/contribute/overview.md +++ b/docs/contribute/overview.md @@ -1,4 +1,4 @@ # Overview !!! warning "" - Under construction. \ No newline at end of file + Under construction. diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md index b48feda..457cf4d 100644 --- a/docs/getting-started/download.md +++ b/docs/getting-started/download.md @@ -46,4 +46,4 @@ Currently only Linux x86 is supported for running `hhfab`. * [Concepts](../concepts/overview.md) * [Virtual LAB](../vlab/overview.md) * [Installation](../install-upgrade/overview.md) -* [User guide](../user-guide/overview.md) \ No newline at end of file +* [User guide](../user-guide/overview.md) diff --git a/docs/index.md b/docs/index.md index 6691cda..6b1e228 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,4 +11,4 @@ You can read more about [concepts](concepts/overview.md) and [architecture](arch documentation. You can find how to [download](getting-started/download.md) and try Fabric on the self-hosted -[fully virtualized lab](vlab/overview.md) or on the [hardware](install-upgrade/overview.md). \ No newline at end of file +[fully virtualized lab](vlab/overview.md) or on the [hardware](install-upgrade/overview.md). diff --git a/docs/install-upgrade/config.md b/docs/install-upgrade/config.md index c35c02d..c7d5d1c 100644 --- a/docs/install-upgrade/config.md +++ b/docs/install-upgrade/config.md @@ -9,4 +9,4 @@ use of on-demand DHCP for multiple IPv4/VLAN namespaces and overlapping IP ranges as well as adds DHCP leases into the Fabric API -You can find more information about using `hhfab init` in the help message by running it with `--help` flag. \ No newline at end of file +You can find more information about using `hhfab init` in the help message by running it with `--help` flag. diff --git a/docs/reference/cli.md b/docs/reference/cli.md index 1980257..d4aafe7 100644 --- a/docs/reference/cli.md +++ b/docs/reference/cli.md @@ -54,4 +54,4 @@ To peer VPC with another VPC (e.g. `vpc-2`) use the following command: ```bash core@control-1 ~ $ kubectl fabric vpc peer --vpc vpc-1 --vpc vpc-2 -``` \ No newline at end of file +``` diff --git a/docs/troubleshooting/overview.md b/docs/troubleshooting/overview.md index b703ae5..183e4ea 100644 --- a/docs/troubleshooting/overview.md +++ b/docs/troubleshooting/overview.md @@ -1,4 +1,4 @@ # Troubleshooting !!! warning "" - Under construction. \ No newline at end of file + Under construction. diff --git a/docs/user-guide/connections.md b/docs/user-guide/connections.md index 72b3678..5d557a4 100644 --- a/docs/user-guide/connections.md +++ b/docs/user-guide/connections.md @@ -256,4 +256,4 @@ spec: link: # Defines a single link between a switch and an external system switch: port: s5248-03/Ethernet3 -``` \ No newline at end of file +``` diff --git a/docs/user-guide/devices.md b/docs/user-guide/devices.md index e875499..fb53c9e 100644 --- a/docs/user-guide/devices.md +++ b/docs/user-guide/devices.md @@ -76,4 +76,4 @@ metadata: namespace: default spec: description: MH s5248-01/E1 s5248-02/E1 -``` \ No newline at end of file +``` diff --git a/docs/user-guide/external.md b/docs/user-guide/external.md index 12a7948..1c7aa56 100644 --- a/docs/user-guide/external.md +++ b/docs/user-guide/external.md @@ -278,4 +278,4 @@ route-map HedgeOut permit 10 ! bgp community-list standard HedgeIn permit 5000:65102 -``` \ No newline at end of file +``` diff --git a/docs/user-guide/overview.md b/docs/user-guide/overview.md index 8188b2c..3ee44b2 100644 --- a/docs/user-guide/overview.md +++ b/docs/user-guide/overview.md @@ -1,3 +1,3 @@ # Overview -The chapter is intended to give an overview of the main features of the Hedgehog Fabric and their usage. \ No newline at end of file +The chapter is intended to give an overview of the main features of the Hedgehog Fabric and their usage. diff --git a/hhdocs/Dockerfile b/hhdocs/Dockerfile index c8ab0e7..c352372 100644 --- a/hhdocs/Dockerfile +++ b/hhdocs/Dockerfile @@ -7,4 +7,3 @@ COPY gitconfig /root/.gitconfig COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] - diff --git a/hhdocs/entrypoint.sh b/hhdocs/entrypoint.sh index f626711..82ae2b4 100755 --- a/hhdocs/entrypoint.sh +++ b/hhdocs/entrypoint.sh @@ -14,4 +14,4 @@ elif [ "$1" = "mike" ]; then else echo "Only mkdocs and mike commands are available" exit 1 -fi \ No newline at end of file +fi diff --git a/hhdocs/gitconfig b/hhdocs/gitconfig index 116cdb6..6ded5dd 100644 --- a/hhdocs/gitconfig +++ b/hhdocs/gitconfig @@ -4,4 +4,4 @@ [safe] directory = /docs - directory = /site \ No newline at end of file + directory = /site diff --git a/hhdocs/requirements.txt b/hhdocs/requirements.txt index c14ca13..33d8488 100644 --- a/hhdocs/requirements.txt +++ b/hhdocs/requirements.txt @@ -4,4 +4,4 @@ mkdocs-git-revision-date-localized-plugin mkdocs-redirects mkdocs-awesome-pages-plugin mkdocs-htmlproofer-plugin -mike \ No newline at end of file +mike diff --git a/overrides/main.html b/overrides/main.html index a55b6d6..232f56b 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -9,4 +9,4 @@ {% block announce %} Documentation is under construction and may be incomplete. -{% endblock %} \ No newline at end of file +{% endblock %}