Skip to content

Commit

Permalink
hotfix(ci): fix markdown issues
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Jan 28, 2024
1 parent b3cae52 commit 8888694
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
7 changes: 6 additions & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"MD013": false
"MD013": false,
"MD033": {
"allowed_elements": [
"img"
]
}
}
6 changes: 3 additions & 3 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Table of content

1. [Setup](#Setup)
1. [Commands available](#Commands-available)
1. [Guidelines](#Guidelines)
1. [Setup](#setup)
1. [Commands available](#commands-available)
1. [Guidelines](#guidelines)

## Setup

Expand Down
3 changes: 2 additions & 1 deletion docs/freedns.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@

## Domain setup

This integration uses FreeDNS's v2 dynamic dns interface, which is not shown by default when you select `Dynamic DNS` from the side menu. Instead you must go to https://freedns.afraid.org/dynamic/v2/ and enable dynamic DNS for the subdomains you wish and you will then see a url like `https://sync.afraid.org/u/token/` for each enabled subdomain.
This integration uses FreeDNS's v2 dynamic dns interface, which is not shown by default when you select `Dynamic DNS` from the side menu.
Instead you must go to [freedns.afraid.org/dynamic/v2/](https://freedns.afraid.org/dynamic/v2/) and enable dynamic DNS for the subdomains you wish and you will then see a url like `https://sync.afraid.org/u/token/` for each enabled subdomain.
2 changes: 1 addition & 1 deletion docs/name.com.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Name.com

<a href="https://www.name.com"><img src="../readme/name.svg" alt="drawing" width="25%"/></a>
<img src="../readme/name.svg" alt="drawing" width="25%"/>

## Configuration

Expand Down
2 changes: 0 additions & 2 deletions maintenance.md

This file was deleted.

0 comments on commit 8888694

Please sign in to comment.