Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PortalMEC-React
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PortalMEC
PortalMEC-React
Commits
10d49461
Commit
10d49461
authored
Feb 7, 2020
by
mrp19
Browse files
Options
Downloads
Patches
Plain Diff
Add rotas para a central de ajuda
parent
303e8e26
Branches
Branches containing commit
Tags
Tags containing commit
3 merge requests
!57
Merge of develop into master
,
!56
Fixed buttons reportar, seguir, compartilhar, guardar and entrar (in comments...
,
!15
Resolve "Criar telas da central de ajuda"
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/App.js
+2
-1
2 additions, 1 deletion
src/App.js
src/Components/MenuBar.js
+1
-1
1 addition, 1 deletion
src/Components/MenuBar.js
with
3 additions
and
2 deletions
src/App.js
+
2
−
1
View file @
10d49461
...
...
@@ -27,6 +27,7 @@ import UserTerms from './Pages/UserTerms';
import
Contact
from
'
./Pages/Contact
'
;
import
Teste
from
'
./Pages/Teste
'
;
import
AboutPage
from
'
./Pages/AboutPage
'
;
import
HelpCenter
from
'
./Pages/HelpCenter
'
;
import
ResourcePage
from
'
./Pages/ResourcePage
'
;
import
{
BrowserRouter
,
Switch
,
Route
}
from
'
react-router-dom
'
;
...
...
@@ -78,7 +79,7 @@ export default function App(){
<
Route
path
=
"
/termos-publicar-recurso
"
component
=
{
TermsPage
}
/
>
<
Route
path
=
"
/permission
"
component
=
{
PublicationPermissionsPage
}
/
>
{
/*<Route path="termos-de-uso#publicacoes-de-usuario" component={}*/
}
<
Route
path
=
"
/ajuda
"
component
=
{
HelpCenter
}
/
>
<
Route
path
=
"
/contato
"
component
=
{
Contact
}
/
>
<
Route
path
=
"
/termos
"
component
=
{
UserTerms
}
/
>
<
Route
path
=
"
/teste
"
component
=
{
Teste
}
/
>
...
...
This diff is collapsed.
Click to expand it.
src/Components/MenuBar.js
+
1
−
1
View file @
10d49461
...
...
@@ -99,7 +99,7 @@ export default function MenuBar(props){
]
const
menuAjuda
=
[
{
name
:
"
Central de Ajuda
"
,
href
:
""
},
{
name
:
"
Central de Ajuda
"
,
href
:
"
ajuda
"
},
{
name
:
"
Publicando Recursos
"
,
href
:
""
},
{
name
:
"
Encontrando Recursos
"
,
href
:
""
},
{
name
:
"
Participando da Rede
"
,
href
:
""
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment