Skip to content

Commit

Permalink
EOL fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
blackliner authored and Frostman committed Feb 8, 2024
1 parent e1d87c3 commit 8319a52
Show file tree
Hide file tree
Showing 18 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
# TODO we need to "deploy dev" in master and "deploy -u alpha-x latest" in release/alpha-x branches
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Published to [https://docs.githedgehog.com](https://docs.githedgehog.com).
2 changes: 1 addition & 1 deletion docs/architecture/overview.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Overview

!!! warning ""
Under construction.
Under construction.
2 changes: 1 addition & 1 deletion docs/contribute/overview.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Overview

!!! warning ""
Under construction.
Under construction.
2 changes: 1 addition & 1 deletion docs/getting-started/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
* [User guide](../user-guide/overview.md)
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
[fully virtualized lab](vlab/overview.md) or on the [hardware](install-upgrade/overview.md).
2 changes: 1 addition & 1 deletion docs/install-upgrade/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
You can find more information about using `hhfab init` in the help message by running it with `--help` flag.
2 changes: 1 addition & 1 deletion docs/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
```
2 changes: 1 addition & 1 deletion docs/troubleshooting/overview.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Troubleshooting

!!! warning ""
Under construction.
Under construction.
2 changes: 1 addition & 1 deletion docs/user-guide/connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,4 @@ spec:
link: # Defines a single link between a switch and an external system
switch:
port: s5248-03/Ethernet3
```
```
2 changes: 1 addition & 1 deletion docs/user-guide/devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ metadata:
namespace: default
spec:
description: MH s5248-01/E1 s5248-02/E1
```
```
2 changes: 1 addition & 1 deletion docs/user-guide/external.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,4 @@ route-map HedgeOut permit 10
!
bgp community-list standard HedgeIn permit 5000:65102
```
```
2 changes: 1 addition & 1 deletion docs/user-guide/overview.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Overview

The chapter is intended to give an overview of the main features of the Hedgehog Fabric and their usage.
The chapter is intended to give an overview of the main features of the Hedgehog Fabric and their usage.
1 change: 0 additions & 1 deletion hhdocs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ COPY gitconfig /root/.gitconfig

COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

2 changes: 1 addition & 1 deletion hhdocs/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ elif [ "$1" = "mike" ]; then
else
echo "Only mkdocs and mike commands are available"
exit 1
fi
fi
2 changes: 1 addition & 1 deletion hhdocs/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

[safe]
directory = /docs
directory = /site
directory = /site
2 changes: 1 addition & 1 deletion hhdocs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ mkdocs-git-revision-date-localized-plugin
mkdocs-redirects
mkdocs-awesome-pages-plugin
mkdocs-htmlproofer-plugin
mike
mike
2 changes: 1 addition & 1 deletion overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

{% block announce %}
Documentation is under construction and may be incomplete.
{% endblock %}
{% endblock %}

0 comments on commit 8319a52

Please sign in to comment.