Skip to content

Commit ce2e5e5

Browse files
style: format code with Prettier
This commit fixes the style issues introduced in dd3cd6f according to the output from Prettier. Details: #155
1 parent 94239dd commit ce2e5e5

6 files changed

Lines changed: 28 additions & 29 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
</p>
3434

3535
<!-- Hero -->
36+
3637
![screenshot](https://raw.githubusercontent.com/willtheorangeguy/.github/main/icons/Apache-File-Directory/welcome.png)
3738

3839
## Key Features

docs/architecture.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ to know whether a link resolves or a size is accurate.
3131

3232
The consequences are worth being explicit about:
3333

34-
| Property | Because |
35-
|---|---|
36-
| Works from `file://`, no server needed | Nothing is fetched |
37-
| Deploys by copying two paths | There is nothing to build |
38-
| Goes stale silently | Nothing re-reads the directory |
39-
| Cannot show a file that appears later | The listing is not generated |
34+
| Property | Because |
35+
| -------------------------------------- | ------------------------------ |
36+
| Works from `file://`, no server needed | Nothing is fetched |
37+
| Deploys by copying two paths | There is nothing to build |
38+
| Goes stale silently | Nothing re-reads the directory |
39+
| Cannot show a file that appears later | The listing is not generated |
4040

4141
A real Apache server generates this page per request. This is a picture of one.
4242

@@ -56,11 +56,11 @@ necessity — any web server, or no server at all, will do.
5656

5757
## Automation
5858

59-
| Workflow | Purpose |
60-
|---|---|
61-
| `pages.yml` | Deploys to GitHub Pages on push to `main` |
62-
| `docker-publish.yml` | Publishes the image to GHCR |
63-
| `gitleaks.yml` | Scans for committed secrets |
59+
| Workflow | Purpose |
60+
| -------------------- | ----------------------------------------- |
61+
| `pages.yml` | Deploys to GitHub Pages on push to `main` |
62+
| `docker-publish.yml` | Publishes the image to GHCR |
63+
| `gitleaks.yml` | Scans for committed secrets |
6464

6565
Dependabot updates Actions and the Docker base image daily. There are no application
6666
dependencies to update, because there are none.

docs/deployment.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ with no server to run.
5252

5353
## Automation
5454

55-
| Workflow | Trigger | Does |
56-
|---|---|---|
57-
| `pages.yml` | push to `main` | Deploys to GitHub Pages |
58-
| `docker-publish.yml` | push to `main` | Builds and pushes to GHCR |
59-
| `gitleaks.yml` | pushes and PRs | Scans for committed secrets |
55+
| Workflow | Trigger | Does |
56+
| -------------------- | -------------- | --------------------------- |
57+
| `pages.yml` | push to `main` | Deploys to GitHub Pages |
58+
| `docker-publish.yml` | push to `main` | Builds and pushes to GHCR |
59+
| `gitleaks.yml` | pushes and PRs | Scans for committed secrets |
6060

6161
Dependabot updates the Actions and the Docker base image daily.
6262

docs/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ nothing on the page fetches anything.
2525

2626
## What you actually need to copy
2727

28-
| Path | Required |
29-
|---|---|
30-
| `index.html` | Yes — this is the application |
31-
| `icons/` | Yes — icons are referenced by relative path |
28+
| Path | Required |
29+
| ------------ | ------------------------------------------- |
30+
| `index.html` | Yes — this is the application |
31+
| `icons/` | Yes — icons are referenced by relative path |
3232

3333
Everything else in the repository is documentation, CI configuration, and packaging.
3434

docs/internal/known-issues.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ licensing decision rather than a documentation one.
77
Ordered by severity. See [`docs/roadmap.md`](../roadmap.md) for the narrative version,
88
which also covers deliberate non-goals.
99

10-
1110
**2 open:** 2 low.
1211

1312
## 1. Example rows ship live rather than commented out
@@ -32,7 +31,6 @@ which also covers deliberate non-goals.
3231

3332
**Suggested fix:** Delete them.
3433

35-
3634
---
3735

3836
## Also, across every repository

docs/usage.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ If this is a top-level listing, leave the row commented out.
3636
</tr>
3737
```
3838

39-
| Placeholder | Replace with |
40-
|---|---|
41-
| `folder` between the `<a>` tags | The folder name as it should display |
42-
| `folder/` in `href` | The actual link |
43-
| `YYYY-MM-DD HH:MM` | Last modified date — **keep the trailing space** |
44-
| `-` | The size, or leave as a dash |
45-
| `&nbsp;` | A description, or leave blank |
39+
| Placeholder | Replace with |
40+
| ------------------------------- | ------------------------------------------------ |
41+
| `folder` between the `<a>` tags | The folder name as it should display |
42+
| `folder/` in `href` | The actual link |
43+
| `YYYY-MM-DD HH:MM` | Last modified date — **keep the trailing space** |
44+
| `-` | The size, or leave as a dash |
45+
| `&nbsp;` | A description, or leave blank |
4646

4747
## 4. Add a row per file
4848

0 commit comments

Comments
 (0)