Skip to content

Commit 065ccea

Browse files
committed
Adicionado algumas informações na documentação.
1 parent 60edf8b commit 065ccea

File tree

11 files changed

+93
-57
lines changed

11 files changed

+93
-57
lines changed

config/_default/menus/menus.en.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
# [[sidebar_docs]]
6161
# name = "Guides"
62-
# pageRef = "/docs/guides"
62+
# pageRef = "/docs/openac"
6363
# weight = 10
6464

6565
# [[sidebar_docs]]

config/_default/params.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mainSections = ["docs"]
2828
flexSearch = true # true (default) or false
2929
searchExclKinds = [] # list of page kinds to exclude from search indexing (e.g. ["home", "taxonomy", "term"] )
3030
searchExclTypes = [] # list of content types to exclude from search indexing (e.g. ["blog", "docs", "legal", "contributors", "categories"])
31-
showSearch = [] # [] (all pages, default) or homepage (optionally) and list of sections (e.g. ["homepage", "blog", "guides"])
31+
showSearch = [] # [] (all pages, default) or homepage (optionally) and list of sections (e.g. ["homepage", "blog", "openac"])
3232
indexSummary = false # true or false (default); whether to index only the `.Summary` instead of the full `.Content`; limits the respective JSON field size and thus increases loading time
3333

3434
## Search results
@@ -44,7 +44,7 @@ mainSections = ["docs"]
4444
bootstrapJavascript = true # false (default) or true
4545

4646
# Nav
47-
sectionNav = ["docs"] # ["docs"] (default) or list of sections (e.g. ["docs", "guides"])
47+
sectionNav = ["docs"] # ["docs"] (default) or list of sections (e.g. ["docs", "openac"])
4848
toTopButton = true # false (default) or true
4949
breadcrumbTrail = false # false (default) or true
5050
headlineHash = true # true (default) or false

content/docs/guides/example.md

-21
This file was deleted.

content/docs/nfse/_index.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "NFSe"
3+
description: "Componente para emissão de Nota Fiscal de Serviço Eletrônica (NFSe)"
4+
summary: ""
5+
date: 2023-09-07T16:06:50+02:00
6+
lastmod: 2023-09-07T16:06:50+02:00
7+
draft: false
8+
weight: 800
9+
toc: true
10+
seo:
11+
title: "" # custom title (optional)
12+
description: "" # custom description (recommended)
13+
canonical: "" # custom canonical URL (optional)
14+
noindex: false # false (default) or true
15+
---

content/docs/nfse/sobre.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "Sobre"
3+
description: "Introdução ao componente OpenAC.Net.NFSe."
4+
summary: "Introdução ao componente OpenAC.Net.NFSe."
5+
date: 2023-09-07T16:04:48+02:00
6+
lastmod: 2023-09-07T16:04:48+02:00
7+
draft: false
8+
weight: 810
9+
toc: true
10+
seo:
11+
title: "" # custom title (optional)
12+
description: "" # custom description (recommended)
13+
canonical: "" # custom canonical URL (optional)
14+
noindex: false # false (default) or true
15+
---
16+
17+
Biblioteca para emissão e trasmissão de NFSe (Nota Fiscal de Serviço Eletrônica).

content/docs/guides/_index.md renamed to content/docs/openac/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: "Guides"
2+
title: "OpenAC"
33
description: ""
44
summary: ""
55
date: 2023-09-07T16:06:50+02:00
66
lastmod: 2023-09-07T16:06:50+02:00
77
draft: false
8-
weight: 800
8+
weight: 100
99
toc: true
1010
seo:
1111
title: "" # custom title (optional)

content/docs/openac/sobre.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: "Sobre"
3+
description: "Iniciando o uso do OpenAC .Net."
4+
summary: ""
5+
date: 2023-09-07T16:04:48+02:00
6+
lastmod: 2023-09-07T16:04:48+02:00
7+
draft: false
8+
weight: 810
9+
toc: true
10+
seo:
11+
title: "" # custom title (optional)
12+
description: "" # custom description (recommended)
13+
canonical: "" # custom canonical URL (optional)
14+
noindex: false # false (default) or true
15+
---
16+
17+
# Introdução ao Projeto OpenAC .Net
18+
19+
Bem-vindo ao **OpenAC .Net**, uma solução inovadora para automação comercial desenvolvida utilizando o framework .NET. Este projeto de código aberto é projetado para oferecer uma plataforma robusta e flexível para a construção e gestão de sistemas de automação comercial, atendendo às necessidades de empresas de diversos tamanhos e setores.
20+
21+
22+
## O Que é o OpenAC .Net?
23+
24+
O **OpenAC .Net** é um conjuto de bibliotecas dedicadas à automação comercial, que facilita a implementação de pontos de venda (PDV), emissão de notas fiscais, e muito mais. Utilizando o poder e a flexibilidade do .NET, o projeto visa simplificar a criação de sistemas comerciais modernos e eficientes.
25+
26+
27+
## Conclusão
28+
29+
O **OpenAC .Net** é a solução ideal para empresas que buscam modernizar e otimizar suas operações comerciais com uma plataforma baseada em .NET. Estamos entusiasmados para ver como você utilizará e contribuirá para o desenvolvimento deste projeto. Se tiver dúvidas ou sugestões, sinta-se à vontade para participar da nossa comunidade no Discord.
30+
31+
Obrigado por escolher o **OpenAC .Net** para suas necessidades de automação comercial!

content/docs/reference/example.md

-21
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
---
2-
title: "Reference"
3-
description: ""
2+
title: "SAT/MFe"
3+
description: "Componente para emissão do Cupom Fiscal Usano o SAT/MFe"
44
summary: ""
5-
date: 2023-09-07T16:12:37+02:00
6-
lastmod: 2023-09-07T16:12:37+02:00
5+
date: 2023-09-07T16:06:50+02:00
6+
lastmod: 2023-09-07T16:06:50+02:00
77
draft: false
8-
weight: 900
8+
weight: 800
99
toc: true
10-
sidebar:
11-
collapsed: true
1210
seo:
1311
title: "" # custom title (optional)
1412
description: "" # custom description (recommended)
1513
canonical: "" # custom canonical URL (optional)
1614
noindex: false # false (default) or true
17-
---
15+
---

content/docs/sat/sobre.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "Sobre"
3+
description: "Introdução ao componente OpenAC.Net.Sat."
4+
summary: "Introdução ao componente OpenAC.Net.Sat."
5+
date: 2023-09-07T16:04:48+02:00
6+
lastmod: 2023-09-07T16:04:48+02:00
7+
draft: false
8+
weight: 810
9+
toc: true
10+
seo:
11+
title: "" # custom title (optional)
12+
description: "" # custom description (recommended)
13+
canonical: "" # custom canonical URL (optional)
14+
noindex: false # false (default) or true
15+
---
16+
Biblioteca gratuita para Geração de SAT-CF-e 0.06, 0.07 e 0.08.
17+
Também pode ser usado com o MFe.

layouts/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h1>{{ .Title }}</h1>
66
</div>
77
<div class="col-lg-9 col-xl-8 text-center">
88
<p class="lead">{{ .Params.lead | safeHTML }}</p>
9-
<a class="btn btn-primary btn-cta rounded-pill btn-lg my-3" href="/docs/{{ if site.Params.doks.docsVersioning }}{{ site.Params.doks.docsVersion }}/{{ end }}guides/iniciar/" role="button">{{ i18n "get_started" }}</a>
9+
<a class="btn btn-primary btn-cta rounded-pill btn-lg my-3" href="/docs/{{ if site.Params.doks.docsVersioning }}{{ site.Params.doks.docsVersion }}/{{ end }}openac/sobre/" role="button">{{ i18n "get_started" }}</a>
1010
{{ .Content }}
1111
</div>
1212
</div>
@@ -52,7 +52,7 @@ <h2 class="h4">Leia a documentação</h2>
5252
<div class="row justify-content-center text-center">
5353
<div class="col-lg-7">
5454
<h2 class="mt-2">Comece a usar o OpenAC Hoje</h2>
55-
<a class="btn btn-primary rounded-pill px-4 my-2" href="/docs/{{ if site.Params.doks.docsVersioning }}{{ site.Params.doks.docsVersion }}/{{ end }}prologue/introduction/" role="button">{{ i18n "get_started" }}</a>
55+
<a class="btn btn-primary rounded-pill px-4 my-2" href="/docs/{{ if site.Params.doks.docsVersioning }}{{ site.Params.doks.docsVersion }}/{{ end }}openac/sobre/" role="button">{{ i18n "get_started" }}</a>
5656
</div>
5757
</div>
5858
</section>

0 commit comments

Comments
 (0)