Commit 1bb5655bd2e735943f5d74d21f12c96425515855
1 parent
dca52b9e
Exists in
master
and in
7 other branches
Remoção temporária de links para documentação da página principal
Showing
3 changed files
with
15 additions
and
10 deletions
Show diff stats
init/index.js
... | ... | @@ -98,20 +98,23 @@ botoesIni = [ |
98 | 98 | "fa": "cogs", |
99 | 99 | "target": "_self" |
100 | 100 | },{ |
101 | - "img":"folder-image", | |
102 | - "href": "../exemplos/index.php", | |
103 | - "titulo":$trad(14,g_traducao_init), | |
104 | - "subtitulo": $trad("14a",g_traducao_init), | |
105 | - "fa": "cogs", | |
106 | - "target": "_self" | |
107 | -},{ | |
108 | 101 | "img":"applications-development", |
109 | 102 | "href": "../utilitarios/index.php", |
110 | 103 | "titulo":$trad(33,g_traducao_init), |
111 | 104 | "subtitulo": $trad("33a",g_traducao_init), |
112 | 105 | "fa": "wrench", |
113 | 106 | "target": "_self" |
114 | -},{ | |
107 | +}, | |
108 | +/* | |
109 | +{ | |
110 | + "img":"folder-image", | |
111 | + "href": "../exemplos/index.php", | |
112 | + "titulo":$trad(14,g_traducao_init), | |
113 | + "subtitulo": $trad("14a",g_traducao_init), | |
114 | + "fa": "cogs", | |
115 | + "target": "_self" | |
116 | +}, | |
117 | +{ | |
115 | 118 | "img":"guiamigracao", |
116 | 119 | "href": "../guia_de_migracao.txt", |
117 | 120 | "titulo":$trad(17,g_traducao_init), |
... | ... | @@ -132,7 +135,9 @@ botoesIni = [ |
132 | 135 | "subtitulo": $trad("28a",g_traducao_init), |
133 | 136 | "fa": "book", |
134 | 137 | "target": "_self" |
135 | -},{ | |
138 | +}, | |
139 | +*/ | |
140 | +{ | |
136 | 141 | "img":"tools-report-bug", |
137 | 142 | "href":"https://softwarepublico.gov.br/gitlab/i3geo/i3geo/issues", |
138 | 143 | "titulo":$trad(16,g_traducao_init), |
... | ... | @@ -144,7 +149,7 @@ botoesIni = [ |
144 | 149 | "href":"https://softwarepublico.gov.br/gitlab/groups/i3geo", |
145 | 150 | "titulo":$trad(30,g_traducao_init), |
146 | 151 | "subtitulo": $trad("30a",g_traducao_init), |
147 | - "fa": "group", | |
152 | + "fa": "book", | |
148 | 153 | "target": "_self" |
149 | 154 | },{ |
150 | 155 | "img":"logo_psp", | ... | ... |