Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bielefeld-CeBiTec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2024 Competition
Bielefeld-CeBiTec
Commits
555b4b03
Commit
555b4b03
authored
5 months ago
by
Liliana Sanfilippo
Browse files
Options
Downloads
Patches
Plain Diff
wiki overview
parent
96fb0745
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/contents/Contribution/Wiki/wiki-overview.tsx
+8
-0
8 additions, 0 deletions
src/contents/Contribution/Wiki/wiki-overview.tsx
src/contents/Contribution/Wiki/wiki-tabs.tsx
+3
-2
3 additions, 2 deletions
src/contents/Contribution/Wiki/wiki-tabs.tsx
with
11 additions
and
2 deletions
src/contents/Contribution/Wiki/wiki-overview.tsx
0 → 100644
+
8
−
0
View file @
555b4b03
export
function
WikiOverview
(){
return
(
<
div
>
</
div
>
)
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/contents/Contribution/Wiki/wiki-tabs.tsx
+
3
−
2
View file @
555b4b03
...
@@ -4,6 +4,7 @@ import React from "react";
...
@@ -4,6 +4,7 @@ import React from "react";
import
{
Started
}
from
"
./wiki-start
"
;
import
{
Started
}
from
"
./wiki-start
"
;
import
{
Sources
}
from
"
./wiki-sources
"
;
import
{
Sources
}
from
"
./wiki-sources
"
;
import
{
Troubleshooting
}
from
"
./troubleshooting
"
;
import
{
Troubleshooting
}
from
"
./troubleshooting
"
;
import
{
WikiOverview
}
from
"
./wiki-overview
"
;
export
function
WikiTabs
()
{
export
function
WikiTabs
()
{
const
[
value
,
setValue
]
=
React
.
useState
(
'
1
'
);
const
[
value
,
setValue
]
=
React
.
useState
(
'
1
'
);
...
@@ -17,7 +18,7 @@ export function WikiTabs() {
...
@@ -17,7 +18,7 @@ export function WikiTabs() {
<
TabContext
value
=
{
value
}
>
<
TabContext
value
=
{
value
}
>
<
Box
sx
=
{
{
borderBottom
:
1
,
borderColor
:
'
divider
'
}
}
>
<
Box
sx
=
{
{
borderBottom
:
1
,
borderColor
:
'
divider
'
}
}
>
<
TabList
onChange
=
{
handleChange
}
aria-label
=
"lab API tabs example"
>
<
TabList
onChange
=
{
handleChange
}
aria-label
=
"lab API tabs example"
>
<
Tab
label
=
"
About
"
value
=
"1"
/>
<
Tab
label
=
"
Overview
"
value
=
"1"
/>
<
Tab
label
=
"Getting started"
value
=
"6"
/>
<
Tab
label
=
"Getting started"
value
=
"6"
/>
<
Tab
label
=
"Troubleshooting"
value
=
"2"
/>
<
Tab
label
=
"Troubleshooting"
value
=
"2"
/>
<
Tab
label
=
"Components"
value
=
"3"
/>
<
Tab
label
=
"Components"
value
=
"3"
/>
...
@@ -26,7 +27,7 @@ export function WikiTabs() {
...
@@ -26,7 +27,7 @@ export function WikiTabs() {
</
TabList
>
</
TabList
>
</
Box
>
</
Box
>
<
TabPanel
value
=
"1"
>
</
TabPanel
>
<
TabPanel
value
=
"1"
>
<
WikiOverview
/>
</
TabPanel
>
<
TabPanel
value
=
"6"
>
<
Started
/>
</
TabPanel
>
<
TabPanel
value
=
"6"
>
<
Started
/>
</
TabPanel
>
<
TabPanel
value
=
"2"
>
<
Troubleshooting
/>
</
TabPanel
>
<
TabPanel
value
=
"2"
>
<
Troubleshooting
/>
</
TabPanel
>
<
TabPanel
value
=
"3"
>
</
TabPanel
>
<
TabPanel
value
=
"3"
>
</
TabPanel
>
...
...
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