Skip to content

Commit

Permalink
docs(dicsify): adiciona alias sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-lourenco committed Oct 24, 2024
1 parent 8ab4883 commit b7c6083
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 103 deletions.
1 change: 1 addition & 0 deletions docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Gerador-BR <small>1.1.0</small>

![logo](_media/icon-128.svg)

> Gerador de Dados Fictícios - Brasil.
Expand Down
2 changes: 1 addition & 1 deletion docs/comecando.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,4 +424,4 @@ console.log(gerar.paragrafo(5));

// Gera um parágrafo com quantidade de sentenças e de palavras informadas.
console.log(gerar.paragrafo(3,8));
```
```
9 changes: 6 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,17 @@
window.$docsify = {
name: 'Gerador-BR',
repo: 'marcelo-lourenco/gerador-br',
alias: {
'/.*/_sidebar.md': '/_sidebar.md'
},
coverpage: true,
autoHeader: true,
loadSidebar: true,
loadNavbar: true,
subMaxLevel: 3,
auto2top: true,
mergeNavbar: true,
basePath: '/docs/',
basePath: '/',
homepage: 'README.md',
ext: '.md',
themeColor: '#0d6efd',
Expand Down Expand Up @@ -93,7 +96,7 @@
<!-- <script src="./static/docsify@4"></script> -->
<script src="./static/docsify-copy-code.min.js"></script>
<script src="./static/search.min.js"></script>

</body>

</html>
</html>
99 changes: 0 additions & 99 deletions index.html

This file was deleted.

0 comments on commit b7c6083

Please sign in to comment.