Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/topics/advanced-usage.topic
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
title="Advanced Usage" id="advanced-usage">

<link-summary>Information on creating feed classes and their dependencies</link-summary>
<card-summary>Information on creating feed classes and their dependencies</card-summary>
<web-summary>Information on creating feed classes and their dependencies</web-summary>
<link-summary>Extended use of %instance%</link-summary>
<card-summary>Extended use of %instance%</card-summary>
<web-summary>Extended use of %instance%</web-summary>

<show-structure depth="3" />

Expand Down
6 changes: 3 additions & 3 deletions docs/topics/contributions.topic
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
title="Contribution Guide" id="contributions">

<link-summary>Guide to helping developers develop %instance% projects</link-summary>
<card-summary>Guide to helping developers develop %instance% projects</card-summary>
<web-summary>Guide to helping developers develop %instance% projects</web-summary>
<link-summary>Instructions for %instance% project developers</link-summary>
<card-summary>Instructions for %instance% project developers</card-summary>
<web-summary>Instructions for %instance% project developers</web-summary>

<show-structure depth="2" />

Expand Down
9 changes: 5 additions & 4 deletions docs/topics/create-feeds.topic
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
title="Create Feeds" id="create-feeds" help-id="make-feeds;create-feeds;feeds">

<link-summary>Information on creating feed classes and their dependencies</link-summary>
<card-summary>Information on creating feed classes and their dependencies</card-summary>
<web-summary>Information on creating feed classes and their dependencies</web-summary>
<link-summary>Instructions for creating and filling feed, feed items, and feed info classes</link-summary>
<card-summary>Instructions for creating and filling feed, feed items, and feed info classes</card-summary>
<web-summary>Instructions for creating and filling feed, feed items, and feed info classes</web-summary>

<show-structure depth="3" />

Expand All @@ -33,7 +33,8 @@
</code-block>

<p>
As a result of executing the console command, the file <code>app/Feeds/UserFeed.php</code> will be created.
As a result of executing the console command, the file
<code>app/Feeds/UserFeed.php</code> will be created.
</p>

<p>
Expand Down
6 changes: 3 additions & 3 deletions docs/topics/generation.topic
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
title="Generation" id="generation">

<link-summary>Information on creating feed classes and their dependencies</link-summary>
<card-summary>Information on creating feed classes and their dependencies</card-summary>
<web-summary>Information on creating feed classes and their dependencies</web-summary>
<link-summary>Information on feed generation</link-summary>
<card-summary>Information on feed generation</card-summary>
<web-summary>Information on feed generation</web-summary>

<show-structure depth="2" />

Expand Down
9 changes: 6 additions & 3 deletions docs/topics/installation.topic
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
title="Installation" id="installation">

<link-summary>Information on installing the %instance% application</link-summary>
<card-summary>Information on installing the %instance% application</card-summary>
<web-summary>Information on installing the %instance% application</web-summary>
<link-summary>Information on installing and configuring %instance%</link-summary>
<card-summary>Information on installing and configuring %instance%</card-summary>
<web-summary>Information on installing and configuring %instance%</web-summary>

<show-structure depth="2" />

Expand All @@ -24,6 +24,9 @@
</code-block>

<chapter title="Configuration" id="configuration">
<link-summary>Information on configuring %instance%</link-summary>
<card-summary>Information on configuring %instance%</card-summary>

<chapter title="Publish" id="publish">
<snippet id="publish_config">
<p>
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/introduction.topic
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<spotlight>
<a href="installation.topic" type="development" />
<a href="configuration.topic" type="settings" />
<a href="installation.topic#configuration" type="settings" />
</spotlight>


Expand Down
4 changes: 4 additions & 0 deletions docs/topics/license.topic
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
title="MIT License" id="license">

<link-summary>Information about the license under which %instance% is distributed</link-summary>
<card-summary>Information about the license under which %instance% is distributed</card-summary>
<web-summary>Information about the license under which %instance% is distributed</web-summary>

<p>
Copyright (c) %year% %author-name%
</p>
Expand Down
6 changes: 3 additions & 3 deletions docs/topics/sitemap.topic
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
title="Sitemap" id="sitemap">

<link-summary>Sitemap generation recipe</link-summary>
<card-summary>Sitemap generation recipe</card-summary>
<web-summary>Sitemap generation recipe</web-summary>
<link-summary>Recipe for creating a sitemap</link-summary>
<card-summary>Recipe for creating a sitemap</card-summary>
<web-summary>Recipe for creating a sitemap</web-summary>

<show-structure depth="2" />

Expand Down