diff --git a/docs/index.html b/docs/index.html index 7253f1e..4ef1530 100644 --- a/docs/index.html +++ b/docs/index.html @@ -68,6 +68,6 @@ Environment="PORT=<port>" WantedBy=multi-user.target

Then start the service:

sudo systemctl enable docs.brut
 sudo systemctl start docs.brut
-

Usage Within Git.Brut.Systems

Those with repositories on git.brut.systems can serve websites by creating a docs/ folder (on the default branch). While any file from the repository can be accessed, files within docs/ are accessible from /. If a file within docs/ conflicts with another file in the repository, the file in docs/ take precedence.

+

Usage Within Git.Brut.Systems

Those with repositories on git.brut.systems can serve websites by creating a docs/ folder (on the default branch). While any file from the repository can be accessed, files within docs/ are accessible from /. If a file within docs/ conflicts with another file in the repository, the file in docs/ take precedence.

\ No newline at end of file diff --git a/docs/index.riv b/docs/index.riv index 0612503..ad2c60f 100644 --- a/docs/index.riv +++ b/docs/index.riv @@ -46,4 +46,4 @@ Then start the service: USAGE WITHIN GIT.BRUT.SYSTEMS -Those with repositories on [https://git.brut.systems git.brut.systems] can serve websites by creating a `docs/` folder (on the default branch). While any file from the repository can be accessed, files within `docs/` are accessible from `/`. If a [/main.go file] within `docs/` conflicts with another file in the repository, the file in `docs/` take precedence. +Those with repositories on [https://git.brut.systems git.brut.systems] can serve websites by creating a `docs/` folder (on the default branch). While any file from the repository can be accessed, files within `docs/` are accessible from `/`. If a [main.go file] within `docs/` conflicts with another file in the repository, the file in `docs/` take precedence.