-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add optimizing section to documentation
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
1 parent
d443bce
commit 88691ff
Showing
3 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+596 KB
writerside/images/log-persistence/activity-input-output-with-state.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>--> | ||
<!-- <!– Placeholder for future cards –>--> | ||
<!-- </cards>--> | ||
<!-- </misc>--> | ||
</section-starting-page> | ||
|
||
</topic> |