Skip to content

Commit

Permalink
Add optimizing section to documentation
Browse files Browse the repository at this point in the history
Introduced a new "Optimizing" section, highlighting strategies for performance and scalability enhancements. Included "Log Persistence" as a key optimization topic with a new accompanying image. Updated table of contents to integrate the new section.
  • Loading branch information
sfmskywalker committed Sep 21, 2024
1 parent d443bce commit 88691ff
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions writerside/elsa.tree
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@
<toc-element topic="Reusing-in-React.topic"/>
<toc-element topic="Reusing-in-Blazor.topic"/>
</toc-element>
<toc-element topic="Optimizing.topic"/>
</instance-profile>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions writerside/topics/Optimizing.topic
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
title="Optimizing" id="Optimizing">

<section-starting-page>
<title>Optimizing</title>
<description>
This section covers various strategies and features to optimize the performance and scalability.
</description>

<!-- Spotlight section limited to two topics -->
<spotlight>
<a href="log-persistence.topic.xml" type="learn" summary="Learn how to control what activity input and output gets persisted as part of activity execution logs.">Log Persistence</a>
</spotlight>

<!-- Primary section can hold additional important topics -->
<primary>
<title>Key Optimization Topics</title>
<a href="log-persistence.topic.xml" summary="Learn how to control what activity input and output gets persisted as part of activity execution logs.">Log Persistence</a>
</primary>

<!-- Future topics can be added under secondary, misc, or other sections -->
<!-- <secondary>-->
<!-- <title>Advanced Optimization Techniques</title>-->
<!-- </secondary>-->

<!-- <misc>-->
<!-- <cards>-->
<!-- <title>Additional Resources</title>-->
<!-- &lt;!&ndash; Placeholder for future cards &ndash;&gt;-->
<!-- </cards>-->
<!-- </misc>-->
</section-starting-page>

</topic>

0 comments on commit 88691ff

Please sign in to comment.