Skip to content

Commit 10a9985

Browse files
Fix typo and add details on feed command behavior in docs
1 parent e9ef188 commit 10a9985

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/topics/generation.topic

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,19 @@
2525
<code>feeds</code> table (or the one you specified in the <code>%config-filename%</code> file).
2626
</p>
2727

28+
<tip>
29+
<p>
30+
Please note that when you call the command without a parameter,
31+
the console will display links to all feeds,
32+
even those with the <code>is_active</code> property set to <code>false</code>.
33+
</p>
34+
35+
<p>
36+
However, instead of being launched for execution, such feeds will be marked with the
37+
<code>SKIP</code> status.
38+
</p>
39+
</tip>
40+
2841
<chapter title="Single feed" id="single_feed">
2942
<warning>
3043
Please note that the specified feed

docs/topics/installation.topic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</warning>
4343

4444
<p>
45-
Now you can run migrations and proceed to <a href="create-feeds.topic">creating feeds</a>.
45+
Now you can run migrations and proceed to <a href="create-feeds.topic">create feeds</a>.
4646
</p>
4747

4848
<code-block lang="bash">

0 commit comments

Comments
 (0)