Skip to content

Commit

Permalink
docs released for new tag: v0.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismana committed Jun 5, 2024
1 parent fe95b15 commit 20edf67
Show file tree
Hide file tree
Showing 11 changed files with 65 additions and 59 deletions.
8 changes: 5 additions & 3 deletions docs/article.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ <h2 id="enum-type"><a class="header" href="#enum-type"><code>enum Type</code></a
<tr><td><code>AGENCY</code></td><td><code>[deprecated]</code> An agency article, unused, deprecated</td></tr>
<tr><td><code>EXTERNAL</code></td><td>An external article (teaser-like external article)</td></tr>
<tr><td><code>INTERNAL</code></td><td>Used for internal purposes only.</td></tr>
<tr><td><code>CLUSTER</code></td><td>a thematically grouped cluster for various amount of articles, resolved <code>Trails</code> embedded via <code>related_articles</code></td></tr>
</tbody></table>
</div>
<pre><code class="language-protobuf/">
Expand All @@ -280,10 +281,11 @@ <h2 id="enum-type"><a class="header" href="#enum-type"><code>enum Type</code></a
AUTHOR = 6;
AGENCY = 7 [deprecated = true];
EXTERNAL = 8;
CLUSTER = 9;
INTERNAL = 100;
}
</code></pre>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L83-L153">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L83-L155">[~]</a></p>
<h2 id="enum-subtype"><a class="header" href="#enum-subtype"><code>enum SubType</code></a></h2>
<p>Content with <code>Type.ARTICLE</code> is usually sub typed to alter its form and purpose.</p>
<div class="table-wrapper"><table><thead><tr><th>Enum value</th><th>Description</th></tr></thead><tbody>
Expand Down Expand Up @@ -321,8 +323,8 @@ <h2 id="enum-subtype"><a class="header" href="#enum-subtype"><code>enum SubType<
RECIPE = 13;
}
</code></pre>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L156-L196">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L199-L200">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L158-L198">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L201-L202">[~]</a></p>

</main>

Expand Down
10 changes: 5 additions & 5 deletions docs/article_۰_body.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ <h1 id="article-۰-body"><a class="header" href="#article-۰-body">Article ۰ Bo
repeated BodyNode children = 1;
Type type = 2;
</code></pre>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L645-L665">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L647-L667">[~]</a></p>
<h2 id="type"><a class="header" href="#type">Type</a></h2>
<p>Each <code>Body</code> has a <code>Body.Type</code> to help the consumer to correctly interpret
the <a href="#bodynode"><code>BodyNode's</code></a> content.</p>
Expand All @@ -207,7 +207,7 @@ <h2 id="type"><a class="header" href="#type">Type</a></h2>
TABLE_OF_CONTENTS = 5;
}
</code></pre>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L668-L692">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L670-L694">[~]</a></p>
<h2 id="bodynode"><a class="header" href="#bodynode"><code>BodyNode</code></a></h2>
<p>Recursive structure representing all types of possible nodes inside an article.</p>
<p>One use-case is to represent <a href="#html-like">HTML-like</a> markup in tapir, but it
Expand All @@ -224,7 +224,7 @@ <h2 id="bodynode"><a class="header" href="#bodynode"><code>BodyNode</code></a></
repeated Element elements = 5;
}
</code></pre>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L695-L716">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L697-L718">[~]</a></p>
<div class="table-wrapper"><table><thead><tr><th>Field name</th><th>Type</th><th>Description</th></tr></thead><tbody>
<tr><td><code>type</code></td><td><code>string</code></td><td>Type of the node (required).</td></tr>
<tr><td><code>text</code></td><td><code>string</code></td><td>Text of the node, only set for text nodes (<code>type == 'text'</code>).</td></tr>
Expand Down Expand Up @@ -269,10 +269,10 @@ <h3 id="custom"><a class="header" href="#custom"><em>Custom</em></a></h3>
<tr><td><code>quote</code></td><td>inline quotation element, check <code>elements</code></td></tr>
<tr><td><code>infobox</code></td><td>inline box, consists of textual content in <code>children</code> and optional <code>elements</code></td></tr>
<tr><td><code>pros_and_cons</code></td><td>pros and cons box, consists of <code>elements</code> and structured text in <code>children</code></td></tr>
<tr><td><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L718-L771">[~]</a></td><td></td></tr>
<tr><td><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L720-L773">[~]</a></td><td></td></tr>
</tbody></table>
</div>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L775-L776">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L777-L778">[~]</a></p>

</main>

Expand Down
10 changes: 5 additions & 5 deletions docs/article_۰_element.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ <h1 id="article-۰-element"><a class="header" href="#article-۰-element">Article
repeated Element children = 4;

</code></pre>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L203-L255">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L205-L257">[~]</a></p>
<h2 id="elementtype"><a class="header" href="#elementtype"><code>Element.Type</code></a></h2>
<div class="table-wrapper"><table><thead><tr><th>Enum value</th><th>Description</th></tr></thead><tbody>
<tr><td><code>TYPE_UNSPECIFIED</code></td><td>unspecified</td></tr>
Expand Down Expand Up @@ -250,7 +250,7 @@ <h2 id="elementtype"><a class="header" href="#elementtype"><code>Element.Type</c
INTERNAL_WIDGET = 10;
}
</code></pre>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L258-L296">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L260-L298">[~]</a></p>
<h2 id="elementrelation"><a class="header" href="#elementrelation"><code>Element.Relation</code></a></h2>
<div class="table-wrapper"><table><thead><tr><th>Enum value</th><th>Description</th></tr></thead><tbody>
<tr><td><code>RELATION_UNSPECIFIED</code></td><td>unspecified</td></tr>
Expand All @@ -266,7 +266,7 @@ <h2 id="elementrelation"><a class="header" href="#elementrelation"><code>Element
SOCIAL = 3;
}
</code></pre>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L299-L316">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L301-L318">[~]</a></p>
<h2 id="samples"><a class="header" href="#samples">Samples</a></h2>
<p>For details on certain <code>fields</code> or usages of <a href="asset.html#samples"><code>Assets</code>, please follow this link.</a></p>
<h3 id="image-element"><a class="header" href="#image-element"><code>image element</code></a></h3>
Expand Down Expand Up @@ -426,8 +426,8 @@ <h3 id="gallery-element"><a class="header" href="#gallery-element"><code>gallery
]
}
</code></pre>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L319-L485">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L488-L489">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L321-L487">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L490-L491">[~]</a></p>

</main>

Expand Down
8 changes: 4 additions & 4 deletions docs/article_۰_element_۰_asset.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ <h1 id="article-۰-element-۰-asset"><a class="header" href="#article-۰-element
map&lt;string, string&gt; fields = 2;
Metadata metadata = 3;
</code></pre>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L492-L512">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L494-L514">[~]</a></p>
<h2 id="enum-type"><a class="header" href="#enum-type"><code>enum Type</code></a></h2>
<p>Type of an asset.</p>
<div class="table-wrapper"><table><thead><tr><th>Enum value</th><th>Description</th></tr></thead><tbody>
Expand All @@ -208,7 +208,7 @@ <h2 id="enum-type"><a class="header" href="#enum-type"><code>enum Type</code></a
LINK = 5;
}
</code></pre>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L515-L539">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L517-L541">[~]</a></p>
<h2 id="samples"><a class="header" href="#samples">Samples</a></h2>
<h3 id="image-asset"><a class="header" href="#image-asset">Image Asset</a></h3>
<pre><code class="language-json">{
Expand Down Expand Up @@ -292,8 +292,8 @@ <h3 id="video-metadata-asset"><a class="header" href="#video-metadata-asset">Vid

...
</code></pre>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L543-L637">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L641-L642">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L545-L639">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L643-L644">[~]</a></p>

</main>

Expand Down
4 changes: 2 additions & 2 deletions docs/article_۰_keyword.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ <h1 id="article-۰-keyword"><a class="header" href="#article-۰-keyword">Article
float score = 3;
}
</code></pre>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L891-L906">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L910-L911">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L893-L908">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L912-L913">[~]</a></p>

</main>

Expand Down
8 changes: 4 additions & 4 deletions docs/article_۰_metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ <h1 id="article-۰-metadata"><a class="header" href="#article-۰-metadata">Artic
string tenant = 13;

</code></pre>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L779-L818">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L781-L820">[~]</a></p>
<h2 id="enum-state"><a class="header" href="#enum-state"><code>enum State</code></a></h2>
<p>State of the item (<a href="article.html"><code>Article</code></a>, <a href="article.element.html"><code>Element</code></a>)
in the content management system. The <code>state</code> in combination with
Expand All @@ -232,7 +232,7 @@ <h2 id="enum-state"><a class="header" href="#enum-state"><code>enum State</code>
DRAFT = 3;
}
</code></pre>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L821-L852">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L823-L854">[~]</a></p>
<h2 id="enum-eventsource"><a class="header" href="#enum-eventsource"><code>enum EventSource</code></a></h2>
<p>Even more detail about the circumstances of transformation for this article.</p>
<p>The <code>EventSource</code> will be of type:</p>
Expand All @@ -258,8 +258,8 @@ <h2 id="enum-eventsource"><a class="header" href="#enum-eventsource"><code>enum
CONTENT_ENGINE = 3;
}
</code></pre>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L855-L883">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L887-L888">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L857-L885">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L889-L890">[~]</a></p>

</main>

Expand Down
8 changes: 4 additions & 4 deletions docs/author.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ <h1 id="author"><a class="header" href="#author">Author</a></h1>
repeated Reference social_profiles = 7;
repeated string areas_of_expertise = 8;
</code></pre>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L914-L940">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L916-L942">[~]</a></p>
<h2 id="enum-type"><a class="header" href="#enum-type"><code>enum Type</code></a></h2>
<div class="table-wrapper"><table><thead><tr><th>Enum value</th><th>Description</th></tr></thead><tbody>
<tr><td><code>TYPE_UNSPECIFIED</code></td><td>unspecified</td></tr>
Expand All @@ -210,7 +210,7 @@ <h2 id="enum-type"><a class="header" href="#enum-type"><code>enum Type</code></a
AGENCY = 2;
}
</code></pre>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L942-L958">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L944-L960">[~]</a></p>
<h2 id="historyentry"><a class="header" href="#historyentry"><code>HistoryEntry</code></a></h2>
<p>Lists previous jobs and details about the author's career.</p>
<div class="table-wrapper"><table><thead><tr><th>Field name</th><th>Type</th><th>Description</th></tr></thead><tbody>
Expand All @@ -224,7 +224,7 @@ <h2 id="historyentry"><a class="header" href="#historyentry"><code>HistoryEntry<
string description = 2;
}
</code></pre>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L960-L977">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L962-L979">[~]</a></p>
<h2 id="sample-author"><a class="header" href="#sample-author">Sample Author</a></h2>
<pre><code class="language-json">{
&quot;id&quot;: 100000001,
Expand Down Expand Up @@ -296,7 +296,7 @@ <h2 id="sample-author"><a class="header" href="#sample-author">Sample Author</a>
]
}
</code></pre>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L979-L1051">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L981-L1053">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/core_article_service.proto#L3-L4">[~]</a></p>

</main>
Expand Down
8 changes: 5 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ <h2 id="enum-type"><a class="header" href="#enum-type"><code>enum Type</code></a
<tr><td><code>AGENCY</code></td><td><code>[deprecated]</code> An agency article, unused, deprecated</td></tr>
<tr><td><code>EXTERNAL</code></td><td>An external article (teaser-like external article)</td></tr>
<tr><td><code>INTERNAL</code></td><td>Used for internal purposes only.</td></tr>
<tr><td><code>CLUSTER</code></td><td>a thematically grouped cluster for various amount of articles, resolved <code>Trails</code> embedded via <code>related_articles</code></td></tr>
</tbody></table>
</div>
<pre><code class="language-protobuf/">
Expand All @@ -280,10 +281,11 @@ <h2 id="enum-type"><a class="header" href="#enum-type"><code>enum Type</code></a
AUTHOR = 6;
AGENCY = 7 [deprecated = true];
EXTERNAL = 8;
CLUSTER = 9;
INTERNAL = 100;
}
</code></pre>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L83-L153">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L83-L155">[~]</a></p>
<h2 id="enum-subtype"><a class="header" href="#enum-subtype"><code>enum SubType</code></a></h2>
<p>Content with <code>Type.ARTICLE</code> is usually sub typed to alter its form and purpose.</p>
<div class="table-wrapper"><table><thead><tr><th>Enum value</th><th>Description</th></tr></thead><tbody>
Expand Down Expand Up @@ -321,8 +323,8 @@ <h2 id="enum-subtype"><a class="header" href="#enum-subtype"><code>enum SubType<
RECIPE = 13;
}
</code></pre>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L156-L196">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L199-L200">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L158-L198">[~]</a></p>
<p><a href="https://github.com/stroeer/tapir/blob/main/stroeer/core/v1/article.proto#L201-L202">[~]</a></p>

</main>

Expand Down
Loading

0 comments on commit 20edf67

Please sign in to comment.