-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7eae1c5
commit ac92147
Showing
2 changed files
with
14 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,19 +9,19 @@ | |
<link rel="stylesheet" href="../css/theme.css" /> | ||
<link rel="stylesheet" href="../css/theme_extra.css" /> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" /> | ||
|
||
<script> | ||
// Current page data | ||
var mkdocs_page_name = "Como funciona"; | ||
var mkdocs_page_input_path = "funcionamento.md"; | ||
var mkdocs_page_url = null; | ||
</script> | ||
|
||
<!--[if lt IE 9]> | ||
<script src="../js/html5shiv.min.js"></script> | ||
<![endif]--> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script> | ||
<script>hljs.highlightAll();</script> | ||
<script>hljs.highlightAll();</script> | ||
</head> | ||
|
||
<body class="wy-body-for-nav" role="document"> | ||
|
@@ -119,7 +119,7 @@ | |
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu"> | ||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> | ||
<a href="..">Ro-DOU - ferramenta de clipping dos diários oficiais</a> | ||
|
||
</nav> | ||
<div class="wy-nav-content"> | ||
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation"> | ||
|
@@ -133,7 +133,7 @@ | |
</div> | ||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> | ||
<div class="section" itemprop="articleBody"> | ||
|
||
<h1 id="como-funciona">Como funciona</h1> | ||
<p>Nesta seção, você encontrará as seguintes informações sobre o Ro-DOU:</p> | ||
<ul> | ||
|
@@ -217,7 +217,7 @@ <h3 id="exemplo-1">Exemplo 1</h3> | |
- open source | ||
report: | ||
emails: | ||
- nitaibezerra@protonmail.com | ||
- endereco@dominio.com | ||
</code></pre> | ||
<h3 id="exemplo-2">Exemplo 2</h3> | ||
<p>A configuração a seguir realiza a pesquisa diária de <strong>segunda-feira a sexta-feira, 8AM</strong>, apenas na <strong>Seção 1 e na Edição Suplementar</strong> e envia o resultado em <strong>formato CSV</strong>, anexado ao e-mail. O parâmetro <code>schedule</code> | ||
|
@@ -396,7 +396,7 @@ <h3 id="exemplo-10">Exemplo 10</h3> | |
- [email protected] | ||
subject: "Teste do Ro-dou" | ||
</code></pre> | ||
|
||
</div> | ||
</div><footer> | ||
<div class="rst-footer-buttons" role="navigation" aria-label="Footer Navigation"> | ||
|
@@ -412,7 +412,7 @@ <h3 id="exemplo-10">Exemplo 10</h3> | |
|
||
Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. | ||
</footer> | ||
|
||
</div> | ||
</div> | ||
|
||
|
@@ -422,13 +422,13 @@ <h3 id="exemplo-10">Exemplo 10</h3> | |
|
||
<div class="rst-versions" role="note" aria-label="Versions"> | ||
<span class="rst-current-version" data-toggle="rst-current-version"> | ||
|
||
|
||
<span><a href="../utilizacao/" style="color: #fcfcfc">« Previous</a></span> | ||
|
||
|
||
<span><a href="../contribuicoes/" style="color: #fcfcfc">Next »</a></span> | ||
|
||
</span> | ||
</div> | ||
<script src="../js/jquery-3.6.0.min.js"></script> | ||
|
Oops, something went wrong.