Skip to content

Commit

Permalink
docs(index): remove links externos
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-lourenco committed Oct 24, 2024
1 parent f349567 commit 086abe6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 38 deletions.
32 changes: 5 additions & 27 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<!-- <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/buble.css"> -->
<!-- <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/dark.css"> -->
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
<!-- <link rel="stylesheet" href="./static/vue.css"> -->

<style>
.sidebar .sidebar-nav {
Expand All @@ -33,54 +32,35 @@
window.$docsify = {
name: 'Gerador-BR',
repo: 'marcelo-lourenco/gerador-br',
// alias: {
// '/.*/_sidebar.md': '/_sidebar.md',
// '/.*/_navbar.md': '/_navbar.md',
// '/.*/_coverpage.md': '/_coverpage.md'
// },
coverpage: true,
autoHeader: true,
loadSidebar: true,
loadNavbar: true,
subMaxLevel: 3,
auto2top: true,
mergeNavbar: true,
// basePath: '/',
// nameLink: {
// '/en-us/': '/#/en-us/',
// '/': '/#/'
// },
homepage: 'README.md',
ext: '.md',
themeColor: '#0d6efd',
search: {
placeholder: {
'/': 'Pesquisar',
'/en-us/': 'Search'
'/': 'Pesquisar'
},
noData: {
'/': 'Nenhum resultado',
'/en-us/': 'No Results'
'/': 'Nenhum resultado'
}
},
copyCode: {
buttonText: {
'/': 'Copiar',
'/en-us/': 'Click to Copy'
'/': 'Copiar'
},
errorText: {
'/': 'Erro',
'/en-us/': 'Error'
'/': 'Erro'
},
successText: {
'/': 'Copiado',
'/en-us/': 'Copy'
'/': 'Copiado'
}
},
// coverpage: {
// '/': '_coverpage.md',
// '/en-us/': '_coverpage.md'
// },
plugins: [
function (hook) {
var footer = [
Expand All @@ -101,8 +81,6 @@
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-copy-code/dist/docsify-copy-code.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
<!-- <script src="./static/docsify-copy-code.min.js"></script> -->
<!-- <script src="./static/search.min.js"></script> -->

</body>

Expand Down
9 changes: 0 additions & 9 deletions docs/static/docsify-copy-code.min.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/static/search.min.js

This file was deleted.

Loading

0 comments on commit 086abe6

Please sign in to comment.