Skip to content

Commit 1ed32cc

Browse files
committed
Even more super-linter fixes.
1 parent ef3c189 commit 1ed32cc

File tree

6 files changed

+11
-13
lines changed

6 files changed

+11
-13
lines changed

docs/API-Reference.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: API Reference
44
nav_order: 3
55
---
66

7-
# API Reference
87
{: .no_toc }
98

109
## Table of contents
@@ -74,7 +73,7 @@ All API methods return JSON data like this:
7473
- content is the actual reply content, as documented below in method
7574
descriptions.
7675

77-
#### 1.4.3 and below (obsolete)
76+
### 1.4.3 and below (obsolete)
7877

7978
Methods return the "content" object below, sequence numbers and statuses
8079
are not supported.
@@ -174,7 +173,7 @@ instead.
174173

175174
Special category IDs are as follows:
176175

177-
* 0 Uncategorized
176+
* 0 Uncategorized
178177
* -1 Special (e.g. Starred, Published, Archived,-etc.)
179178
* -2 Labels
180179

docs/Installation-Guide.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Installation Guide
44
nav_order: 2
55
---
66

7-
# Installation Guide
87
{: .no_toc }
98

109
## Table of contents
@@ -90,7 +89,6 @@ HTTP_PORT=127.0.0.1:8280
9089
>[!WARNING]
9190
> See [this FAQ entry](#i-got-the-updated-docker-compose-file-above-and-now-my-database-keeps-restarting)
9291
> if you're upgrading between PostgreSQL major versions (e.g. 15 to-17).
93-
9492
> [!WARNING]
9593
> Regarding PostgreSQL 18:
9694
> * The `backups` container image currently includes `postgresql17-client`, meaning it won't be able to back up your DB if you use PostgreSQL 18.

docs/Plugins.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ putenv('TTRSS_PLUGINS=auth_internal,-other_plugin');
2222
System plugins are always enabled for all users. If multiple search plugins are loaded, only the first one is used
2323

2424
If you are interested in making plugins, see [Making-Plugins](Making-Plugins),
25-
https://github.com/topics/tt-rss-plugin , https://github.com/topics/ttrss-plugins , etc.
25+
<https://github.com/topics/tt-rss-plugin>,
26+
<https://github.com/topics/ttrss-plugins>, etc.
2627

2728
### Installing plugins
2829

docs/Publish-Articles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories, etc.
1212
You can mark articles as published by clicking [standard feed
1313
icon](http://feedicons.com/) near headline title:
1414

15-
![](../images/publish_articles.png)
15+
![Publish icon in article header](../images/publish_articles.png)
1616

1717
Resulting URL is displayed in Preferences (`Feeds` &rarr; `Published & shared-articles`).
1818

docs/Themes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Install by copying theme CSS (and any other content, if-needed) into ``themes.lo
1515

1616
A clean and minimal theme for Tiny Tiny RSS, loosely inspired by Feedly. Built by making the minimal amount of changes to the default theme. This repo also includes a set of plugins.
1717

18-
**Codeberg** https://codeberg.org/ltguillaume/feedmei
18+
**Codeberg** <https://codeberg.org/ltguillaume/feedmei>
1919

2020
### Clean GReader Theme
2121

@@ -24,15 +24,15 @@ A clean and minimal theme for Tiny Tiny RSS, loosely inspired by Feedly. Built b
2424
A theme built from scratch, independent of default css. Inspired by the
2525
Google Reader it has a white/greyish look.
2626

27-
**Github** https://github.com/naeramarth7/clean-greader
27+
**Github** <https://github.com/naeramarth7/clean-greader>
2828

2929
### Feedly Theme
3030

3131
<img src="https://raw.github.com/levito/tt-rss-feedly-theme/master/feedly-screenshots/feedly-expandable.png" alt="" style="width: 200px;"/>
3232

3333
A theme built from scratch, independent of default css. Emulates the greyish look of Feedly.
3434

35-
**Github** https://github.com/levito/tt-rss-feedly-theme
35+
**Github** <https://github.com/levito/tt-rss-feedly-theme>
3636

3737
### Reeder Theme
3838

@@ -42,5 +42,5 @@ Theme emulates the paper/brownish look of the Reeder App from IOS.
4242

4343
**Github**
4444

45-
* tt-rss \>1.11 https://github.com/tschinz/tt-rss\_reeder\_theme
46-
* tt-rss \<1.11 (old-version) https://github.com/tschinz/tt-rss\_reeder\_theme/tree/legacy
45+
* tt-rss \>1.11 <https://github.com/tschinz/tt-rss\_reeder\_theme>
46+
* tt-rss \<1.11 (old-version) <https://github.com/tschinz/tt-rss\_reeder\_theme/tree/legacy>

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Tiny Tiny RSS (tt-rss) is a free, flexible, open-source, web-based
66
permalink: /
77
---
88

9-
# Tiny Tiny RSS
9+
{: .no_toc }
1010

1111
Tiny Tiny RSS (tt-rss) is a free, flexible, open-source, web-based news feed (RSS/Atom/other) reader and aggregator.
1212

0 commit comments

Comments
 (0)