Skip to content

Commit

Permalink
Deployed 5209077 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Nov 25, 2024
1 parent f57cad9 commit 55e6deb
Show file tree
Hide file tree
Showing 31 changed files with 1,948 additions and 365 deletions.
29 changes: 26 additions & 3 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


<link rel="icon" href="/ckanext-event-audit/img/favicon.ico">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.44">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.42">



Expand Down Expand Up @@ -401,6 +401,8 @@








Expand Down Expand Up @@ -439,11 +441,11 @@


<li class="md-nav__item">
<a href="/ckanext-event-audit/configure/active_repo/" class="md-nav__link">
<a href="/ckanext-event-audit/configure/repository/" class="md-nav__link">


<span class="md-ellipsis">
Active repository
Repository
</span>


Expand Down Expand Up @@ -480,6 +482,27 @@



<li class="md-nav__item">
<a href="/ckanext-event-audit/configure/admin_panel/" class="md-nav__link">


<span class="md-ellipsis">
Admin panel
</span>


</a>
</li>










<li class="md-nav__item">
<a href="/ckanext-event-audit/configure/ignore/" class="md-nav__link">

Expand Down
26 changes: 1 addition & 25 deletions assets/_mkdocstrings.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,33 +26,20 @@
float: right;
}

/* Parameter headings must be inline, not blocks. */
.doc-heading-parameter {
display: inline;
}

/* Prefer space on the right, not the left of parameter permalinks. */
.doc-heading-parameter .headerlink {
margin-left: 0 !important;
margin-right: 0.2rem;
}

/* Backward-compatibility: docstring section titles in bold. */
.doc-section-title {
font-weight: bold;
}

/* Symbols in Navigation and ToC. */
:root, :host,
:root,
[data-md-color-scheme="default"] {
--doc-symbol-parameter-fg-color: #df50af;
--doc-symbol-attribute-fg-color: #953800;
--doc-symbol-function-fg-color: #8250df;
--doc-symbol-method-fg-color: #8250df;
--doc-symbol-class-fg-color: #0550ae;
--doc-symbol-module-fg-color: #5cad0f;

--doc-symbol-parameter-bg-color: #df50af1a;
--doc-symbol-attribute-bg-color: #9538001a;
--doc-symbol-function-bg-color: #8250df1a;
--doc-symbol-method-bg-color: #8250df1a;
Expand All @@ -61,14 +48,12 @@
}

[data-md-color-scheme="slate"] {
--doc-symbol-parameter-fg-color: #ffa8cc;
--doc-symbol-attribute-fg-color: #ffa657;
--doc-symbol-function-fg-color: #d2a8ff;
--doc-symbol-method-fg-color: #d2a8ff;
--doc-symbol-class-fg-color: #79c0ff;
--doc-symbol-module-fg-color: #baff79;

--doc-symbol-parameter-bg-color: #ffa8cc1a;
--doc-symbol-attribute-bg-color: #ffa6571a;
--doc-symbol-function-bg-color: #d2a8ff1a;
--doc-symbol-method-bg-color: #d2a8ff1a;
Expand All @@ -83,15 +68,6 @@ code.doc-symbol {
font-weight: bold;
}

code.doc-symbol-parameter {
color: var(--doc-symbol-parameter-fg-color);
background-color: var(--doc-symbol-parameter-bg-color);
}

code.doc-symbol-parameter::after {
content: "param";
}

code.doc-symbol-attribute {
color: var(--doc-symbol-attribute-fg-color);
background-color: var(--doc-symbol-attribute-bg-color);
Expand Down
68 changes: 36 additions & 32 deletions cli/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<link rel="prev" href="../utils/">


<link rel="next" href="../configure/active_repo/">
<link rel="next" href="../configure/repository/">


<link rel="icon" href="../img/favicon.ico">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.44">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.42">



Expand Down Expand Up @@ -470,6 +470,8 @@








Expand Down Expand Up @@ -508,11 +510,11 @@


<li class="md-nav__item">
<a href="../configure/active_repo/" class="md-nav__link">
<a href="../configure/repository/" class="md-nav__link">


<span class="md-ellipsis">
Active repository
Repository
</span>


Expand Down Expand Up @@ -549,6 +551,27 @@



<li class="md-nav__item">
<a href="../configure/admin_panel/" class="md-nav__link">


<span class="md-ellipsis">
Admin panel
</span>


</a>
</li>










<li class="md-nav__item">
<a href="../configure/ignore/" class="md-nav__link">

Expand Down Expand Up @@ -1028,11 +1051,6 @@ <h1 id="cli">CLI</h1>








<div class="doc doc-children">


Expand Down Expand Up @@ -1066,9 +1084,7 @@ <h2 id="event_audit.cli.export_data" class="doc doc-heading">
</thead>
<tbody>
<tr class="doc-section-item">
<td>
<code>exporter_name</code>
</td>
<td><code>exporter_name</code></td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The name of the exporter.</p>
Expand All @@ -1082,9 +1098,7 @@ <h2 id="event_audit.cli.export_data" class="doc doc-heading">
</td>
</tr>
<tr class="doc-section-item">
<td>
<code>start</code>
</td>
<td><code>start</code></td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The start date string in %Y-%m-%d format.</p>
Expand All @@ -1098,9 +1112,7 @@ <h2 id="event_audit.cli.export_data" class="doc doc-heading">
</td>
</tr>
<tr class="doc-section-item">
<td>
<code>end</code>
</td>
<td><code>end</code></td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The end date string in %Y-%m-%d format.</p>
Expand All @@ -1114,9 +1126,7 @@ <h2 id="event_audit.cli.export_data" class="doc doc-heading">
</td>
</tr>
<tr class="doc-section-item">
<td>
<code>config</code>
</td>
<td><code>config</code></td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The exporter config in JSON format. See the exporter's
Expand Down Expand Up @@ -1306,9 +1316,7 @@ <h2 id="event_audit.cli.remove_events" class="doc doc-heading">
</thead>
<tbody>
<tr class="doc-section-item">
<td>
<code>repository</code>
</td>
<td><code>repository</code></td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The repository name. If not provided, the
Expand All @@ -1323,9 +1331,7 @@ <h2 id="event_audit.cli.remove_events" class="doc doc-heading">
</td>
</tr>
<tr class="doc-section-item">
<td>
<code>start</code>
</td>
<td><code>start</code></td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The start date string in %Y-%m-%d format.</p>
Expand All @@ -1339,9 +1345,7 @@ <h2 id="event_audit.cli.remove_events" class="doc doc-heading">
</td>
</tr>
<tr class="doc-section-item">
<td>
<code>end</code>
</td>
<td><code>end</code></td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The end date string in %Y-%m-%d format.</p>
Expand Down Expand Up @@ -1538,13 +1542,13 @@ <h2 id="event_audit.cli.remove_events" class="doc doc-heading">



<a href="../configure/active_repo/" class="md-footer__link md-footer__link--next" aria-label="Next: Active repository">
<a href="../configure/repository/" class="md-footer__link md-footer__link--next" aria-label="Next: Repository">
<div class="md-footer__title">
<span class="md-footer__direction">
Next
</span>
<div class="md-ellipsis">
Active repository
Repository
</div>
</div>
<div class="md-footer__button md-icon">
Expand Down
Loading

0 comments on commit 55e6deb

Please sign in to comment.