Skip to content

Commit

Permalink
Testing changes to the docs (#291)
Browse files Browse the repository at this point in the history
This should trigger automatic deployment
  • Loading branch information
VoyTechnology authored Mar 29, 2024
1 parent a2c2282 commit 3823544
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
pattern: "**.md"
exclude: |
./.git/*
./.cache/*
./.cache/*
6 changes: 3 additions & 3 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
branches:
- main
paths:
- 'docs'
- 'docs/**'
pull_request:
branches:
- main
paths:
- 'docs'
- 'docs/**'
schedule:
- cron: '36 8 * * 0'

Expand All @@ -36,7 +36,7 @@ jobs:
uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
projectName: matrix.saferplace-web
projectName: saferplace-web
accountId: 77fe99c5bfc86a6c12a8092954daec44
directory: docs/public
gitHubToken: ${{ github.token }}
11 changes: 11 additions & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
default: true

MD013:
line_length: 80
heading_line_length: 80
code_block_line_length: 80
code_blocks: true
tables: false
headings: true
strict: false
stern: false
12 changes: 6 additions & 6 deletions docs/content/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ the review UI.
The reviewer uses the review UI to see the incident details. They judge the
incident based on review criteria, and can add the following resolution:

- Reject - The incident report is not up to our standards
- Ignore - Keep the incident up for review, but comment on the incident, useful
for having a second opinion.
- Accept - Incident is accepted, and will show up for users.
- Alert - Incident has implications right now to people in the area, and if they
can, they should take caution.
| Action | Description |
|--------|-------------|
| Reject | The incident report is not up to our standards |
| Ignore | Keep the incident up for review, but comment on the incident for having a second opinion. |
| Accept | Incident is accepted, and will show up for users. |
| Alert | Incident has implications right now to people in the area, and if they can, they should take caution. |

The reviewer can also add further comments to each incident.

Expand Down

0 comments on commit 3823544

Please sign in to comment.