Skip to content

Commit

Permalink
[CI] Publish Documentation for a38c66f
Browse files Browse the repository at this point in the history
  • Loading branch information
NPJ-OP-LUX committed Jan 21, 2025
1 parent 27bcf6b commit b23018b
Show file tree
Hide file tree
Showing 15 changed files with 6,678 additions and 6,675 deletions.
16 changes: 14 additions & 2 deletions _/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,22 @@ div.qanda > ol > li {
table-layout: fixed;
}

.indent2 {
padding-left: 2rem;
}

.indent3 {
padding-left: 3rem;
}

.indent4 {
padding-left: 4rem;
}

.indent8 {
padding-left: 8rem;
.indent5 {
padding-left: 5rem;
}

.indent6 {
padding-left: 6rem;
}
33 changes: 12 additions & 21 deletions api/3.0/publish.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,15 +274,15 @@ <h3 id="_query_submitted_notices"><a class="anchor" href="#_query_submitted_noti
<div class="paragraph">
<p>hello this is the intro</p>
</div>
<div class="sect3 indent4">
<div class="sect3 indent3">
<h4 id="_source_code"><a class="anchor" href="#_source_code"></a>Source code</h4>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-none hljs">GET /v3/notices/</code></pre>
</div>
</div>
</div>
<div class="sect3 indent4">
<div class="sect3 indent3">
<h4 id="_what_it_does"><a class="anchor" href="#_what_it_does"></a>What It Does</h4>
<div class="ulist">
<ul>
Expand All @@ -292,7 +292,7 @@ <h4 id="_what_it_does"><a class="anchor" href="#_what_it_does"></a>What It Does<
</ul>
</div>
</div>
<div class="sect3 indent4">
<div class="sect3 indent3">
<h4 id="_swagger_api_endpoint"><a class="anchor" href="#_swagger_api_endpoint"></a>Swagger API Endpoint</h4>
<div class="ulist">
<ul>
Expand All @@ -306,21 +306,18 @@ <h4 id="_swagger_api_endpoint"><a class="anchor" href="#_swagger_api_endpoint"><
</div>
<div class="sect2">
<h3 id="_request_to_stop_the_publication_of_submitted_notice"><a class="anchor" href="#_request_to_stop_the_publication_of_submitted_notice"></a>Request to stop the publication of submitted notice</h3>
<div class="sect3">
<h4 id="_introduction"><a class="anchor" href="#_introduction"></a>Introduction</h4>
<div class="paragraph">
<p>hello this is the intro</p>
</div>
</div>
<div class="sect3">
<div class="sect3 indent3">
<h4 id="_source_code_2"><a class="anchor" href="#_source_code_2"></a>Source code</h4>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-none hljs">POST /v3/notices/{businessId}/stop-publication</code></pre>
</div>
</div>
</div>
<div class="sect3">
<div class="sect3 indent3">
<h4 id="_what_it_does_2"><a class="anchor" href="#_what_it_does_2"></a>What It Does</h4>
<div class="ulist">
<ul>
Expand All @@ -330,7 +327,7 @@ <h4 id="_what_it_does_2"><a class="anchor" href="#_what_it_does_2"></a>What It D
</ul>
</div>
</div>
<div class="sect3">
<div class="sect3 indent3">
<h4 id="_swagger_api_endpoint_2"><a class="anchor" href="#_swagger_api_endpoint_2"></a>Swagger API Endpoint</h4>
<div class="ulist">
<ul>
Expand All @@ -344,21 +341,18 @@ <h4 id="_swagger_api_endpoint_2"><a class="anchor" href="#_swagger_api_endpoint_
</div>
<div class="sect2">
<h3 id="_retrieve_validation_report_for_submitted_notice"><a class="anchor" href="#_retrieve_validation_report_for_submitted_notice"></a>Retrieve validation report for submitted notice</h3>
<div class="sect3">
<h4 id="_introduction_2"><a class="anchor" href="#_introduction_2"></a>Introduction</h4>
<div class="paragraph">
<p>hello this is the intro</p>
</div>
</div>
<div class="sect3">
<div class="sect3 indent3">
<h4 id="_source_code_3"><a class="anchor" href="#_source_code_3"></a>Source code</h4>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-none hljs">GET /v3/notices/{businessId}/validation-report</code></pre>
</div>
</div>
</div>
<div class="sect3">
<div class="sect3 indent3">
<h4 id="_what_it_does_3"><a class="anchor" href="#_what_it_does_3"></a>What It Does</h4>
<div class="ulist">
<ul>
Expand All @@ -368,7 +362,7 @@ <h4 id="_what_it_does_3"><a class="anchor" href="#_what_it_does_3"></a>What It D
</ul>
</div>
</div>
<div class="sect3">
<div class="sect3 indent3">
<h4 id="_swagger_api_endpoint_3"><a class="anchor" href="#_swagger_api_endpoint_3"></a>Swagger API Endpoint</h4>
<div class="ulist">
<ul>
Expand All @@ -382,21 +376,18 @@ <h4 id="_swagger_api_endpoint_3"><a class="anchor" href="#_swagger_api_endpoint_
</div>
<div class="sect2">
<h3 id="_submit_new_notices_for_publication_on_ted"><a class="anchor" href="#_submit_new_notices_for_publication_on_ted"></a>Submit new notices for publication on TED</h3>
<div class="sect3">
<h4 id="_introduction_3"><a class="anchor" href="#_introduction_3"></a>Introduction</h4>
<div class="paragraph">
<p>hello this is the intro</p>
</div>
</div>
<div class="sect3">
<div class="sect3 indent3">
<h4 id="_source_code_4"><a class="anchor" href="#_source_code_4"></a>Source code</h4>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-none hljs">POST /v3/notices/submit</code></pre>
</div>
</div>
</div>
<div class="sect3">
<div class="sect3 indent3">
<h4 id="_what_it_does_4"><a class="anchor" href="#_what_it_does_4"></a>What It Does</h4>
<div class="ulist">
<ul>
Expand All @@ -406,7 +397,7 @@ <h4 id="_what_it_does_4"><a class="anchor" href="#_what_it_does_4"></a>What It D
</ul>
</div>
</div>
<div class="sect3">
<div class="sect3 indent3">
<h4 id="_swagger_api_endpoint_4"><a class="anchor" href="#_swagger_api_endpoint_4"></a>Swagger API Endpoint</h4>
<div class="ulist">
<ul>
Expand Down
Loading

0 comments on commit b23018b

Please sign in to comment.