From a9866733fc7847b9e0552b5e128921af9ecbfeaa Mon Sep 17 00:00:00 2001 From: adagio Date: Wed, 19 Jun 2024 01:14:06 -0400 Subject: [PATCH] fixes lint ci errors --- book.toml | 3 ++- src/SUMMARY.md | 1 + src/also-used-at.md | 3 ++- src/architecture.md | 1 + src/overview.md | 1 + src/repo-configuration.md | 3 ++- src/title-page.md | 3 ++- 7 files changed, 11 insertions(+), 4 deletions(-) diff --git a/book.toml b/book.toml index 12d16ce..7f71589 100644 --- a/book.toml +++ b/book.toml @@ -22,4 +22,5 @@ editable = true enable = true [build] -create-missing = false \ No newline at end of file +create-missing = false + diff --git a/src/SUMMARY.md b/src/SUMMARY.md index a8c3841..495da03 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -6,3 +6,4 @@ [Architecture](architecture.md) [Overview](overview.md) [Repo Configuration](repo-configuration.md) + diff --git a/src/also-used-at.md b/src/also-used-at.md index dd9e1b4..6f0287f 100644 --- a/src/also-used-at.md +++ b/src/also-used-at.md @@ -1,3 +1,4 @@ # Also Used At -- https://gitnet.page/ (https://gitnet.fr) \ No newline at end of file +- https://gitnet.page/ (https://gitnet.fr) + diff --git a/src/architecture.md b/src/architecture.md index 4082b9c..b664ad2 100644 --- a/src/architecture.md +++ b/src/architecture.md @@ -22,3 +22,4 @@ Each package creates a client that others can use e.g.: - server/gitea -> GiteaClient - server/certificates -> AcmeClient - ... + diff --git a/src/overview.md b/src/overview.md index f94456a..fbebbec 100644 --- a/src/overview.md +++ b/src/overview.md @@ -38,3 +38,4 @@ For custom domains, two things are required: If a `CNAME` record cannot be used to configure the target (e.g. for a zone root), a A/AAAA/ALIAS record to codeberg.page with an additional TXT record for the target (just as shown above for `CNAME` records) can be used. + diff --git a/src/repo-configuration.md b/src/repo-configuration.md index 6218ae8..37de8e3 100644 --- a/src/repo-configuration.md +++ b/src/repo-configuration.md @@ -1,3 +1,4 @@ # .domains -List allowed custom domains, first entry is default and all other domains will be redirected to it. \ No newline at end of file +List allowed custom domains, first entry is default and all other domains will be redirected to it. + diff --git a/src/title-page.md b/src/title-page.md index c4addea..c079e08 100644 --- a/src/title-page.md +++ b/src/title-page.md @@ -3,4 +3,5 @@ [Also Used At](also-used-at.md)\ [Architecture](architecture.md)\ [Overview](overview.md)\ -[Repo Configuration](repo-configuration.md) \ No newline at end of file +[Repo Configuration](repo-configuration.md) +