Skip to content

Commit

Permalink
Remove legacy README files
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Jul 8, 2024
1 parent 6cbdcb8 commit 896bfa6
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 240 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
- master
- main
paths:
- "**.md"
- "**/*.md"
pull_request:
paths:
- "**.md"
- "**/*.md"

jobs:
markdownlint:
Expand All @@ -23,18 +23,3 @@ jobs:
with:
globs: |
**/*.md
- name: Run write-good
id: write-good
uses: tomwhross/[email protected]

- run: echo "${{ steps.write-good.outputs.result }}"

- name: Post suggestions to Pull Request
uses: mshick/add-pr-comment@v2
if: ${{ steps.write-good.outputs.result }}
with:
message: |
${{ steps.write-good.outputs.result }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
allow-repeats: false
5 changes: 0 additions & 5 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,3 @@ http://localhost:3000/hello.html
http://localhost:3000/js/jquery.js
http://localhost:3000/css/style.css
```

### Note

For more information on how to build APIs in Go with Fiber, please check out this excellent article
[on building an express-style API in Go with Fiber](https://blog.logrocket.com/express-style-api-go-fiber/).
2 changes: 1 addition & 1 deletion docs/whats_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toc_max_heading_level: 3

:::caution

Its a draft, not finished yet.
It's a draft, not finished yet.

:::

Expand Down
139 changes: 0 additions & 139 deletions middleware/adaptor/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions middleware/helmet/README.md

This file was deleted.

41 changes: 0 additions & 41 deletions middleware/keyauth/README.md

This file was deleted.

0 comments on commit 896bfa6

Please sign in to comment.